79384169

Date: 2025-01-24 11:29:02
Score: 1
Natty:
Report link

To prevent spammers from posting ads and curses in your forum, a CAPTCHA can help, but it's not 100% reliable. Blocking IPs works to an extent but isn’t foolproof either. Have you tried the Anti-Spam Filter for Gravity Forms? It’s great for advanced filtering—blocks keyword-based spam, Cyrillic text, and lets you customize protection for specific forms. It’s super easy to use and highly effective!

https://wordpress.org/plugins/anti-spam-filter-gravity-forms/

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: andrew welch

79384168

Date: 2025-01-24 11:29:02
Score: 2.5
Natty:
Report link

12 Feature Unavailable: facebook login is currently unavailable for this app since we are updating additional details for this app. Please Try again

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Emul Khan

79384154

Date: 2025-01-24 11:25:01
Score: 3
Natty:
Report link

Overloading with lots of abs does the job - select min_mo: min mo, max_mo: max mo, step_size: abs min abs deltas abs mo by ex from t

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Prab

79384151

Date: 2025-01-24 11:24:00
Score: 4
Natty:
Report link

Solved: Replace EmbeddedModel by BaseModel

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Quang Truong Nguyen

79384148

Date: 2025-01-24 11:24:00
Score: 2
Natty:
Report link

1-First Update you're flutter. 2-if you're using CachedNetworkImage First add this Package: https://pub.dev/packages/cached_network_image_platform_interface then in your CachedNetworkImage add this line: imageRenderMethodForWeb: ImageRenderMethodForWeb.HttpGet,

3-then run this: build web --web-renderer canvaskit

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: arad

79384128

Date: 2025-01-24 11:16:58
Score: 3.5
Natty:
Report link

This issue can be tracked here and a solution has been proposed.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: anirudh puligandla

79384122

Date: 2025-01-24 11:14:58
Score: 2.5
Natty:
Report link

TailwindCSS has just released its new v4 version , so all the older v3 documentation has become outdated. this new guide line to add tailwind into vite+react app. guided url link

https://tailwindcss.com/docs/installation/using-vite

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adarsh Gupta

79384119

Date: 2025-01-24 11:13:57
Score: 2
Natty:
Report link

I updated yarn from 1.22.22 to 4.1.1 with:

corepack enable

corepack prepare yarn@4.1.1 --activate

yarn -v gives 4.1.1

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: vbnm

79384111

Date: 2025-01-24 11:11:57
Score: 0.5
Natty:
Report link

Have you tried using mixed precision?

You can usually set it using precision="16-mixed" in a Lightning trainer. anomalib seem to have implemented a way to use it during deployment.

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: quickfakename

79384103

Date: 2025-01-24 11:07:56
Score: 3
Natty:
Report link

use this command and then try again. 1)php artisan cache:clear
2)php artisan route:clear

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Muhammad Anas

79384068

Date: 2025-01-24 10:57:53
Score: 4.5
Natty:
Report link

I too got this same issue but solved by changing the libraries.

Refer this:

https://stackoverflow.com/a/79108363/7521690

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sandeep Karanam

79384067

Date: 2025-01-24 10:57:53
Score: 2
Natty:
Report link

The MAC address is a Layer 2 address so it changes in the encapsulating Layer 2 packet every time the packet is forwarded by a router. A host will know the MAC address for another host on the same subnet, which it gets via an ARP request.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chris Glendinning-Smith

79384056

Date: 2025-01-24 10:53:52
Score: 2.5
Natty:
Report link

This is not currently possible in Databricks, but there is a feature in private preview that will allow exactly what you describe - table triggers (see here: https://www.linkedin.com/posts/laurentdhondt_databricks-azure-deltalake-activity-7200756908134154240-r89H/). Databricks announced it last year, but it's not yet been added to the main product.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Top85

79384054

Date: 2025-01-24 10:52:51
Score: 2
Natty:
Report link

Bitbucket has "read", "write" and "admin" permissions. You have to have admin permissions to be able to view the repository settings. Your Bitbucket administrator has to add you.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: C2K

79384049

Date: 2025-01-24 10:51:51
Score: 1.5
Natty:
Report link

Thanks to @JonasH who pointed me in the right direction. The answer is indeed to simply multiply the matrices. Using this information, I was able to create this class which does exactly what I wanted:

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BIUK9000
{
    public class HSBTAdjuster
    {
        //Hue 0 - 360, 0 is no change
        //Saturation 1 is no change, <1 for decrease, >1 for increase
        //Brightness 1 is no change, <1 for decrease, >1 for increase
        //Transparency 1 is fully opaque, <1 for transparency
        public static Bitmap HSBTAdjustedBitmap(Bitmap bitmap, float hue, float saturation, float brightness, float transparency)
        {
            ImageAttributes imageAttributes = HSBTAdjustedImageAttributes(hue, saturation, brightness, transparency);

            Bitmap result = new Bitmap(bitmap.Width, bitmap.Height);
            using Graphics g = Graphics.FromImage(result);
            g.DrawImage(bitmap,
                new Rectangle(0,0, bitmap.Width, bitmap.Height),
                0, 0, bitmap.Width, bitmap.Height,
                GraphicsUnit.Pixel, imageAttributes);
            return result;
        }

        public static ImageAttributes HSBTAdjustedImageAttributes(float hue, float saturation, float brightness, float transparency)
        {
            ImageAttributes ia = new ImageAttributes();
            ia.SetColorMatrix(
                MultipliedColorMatrix(
                    SBTShiftedColorMatrix(saturation, brightness, transparency),
                    HueRotatedColorMatrix(hue)),
                ColorMatrixFlag.Default, ColorAdjustType.Bitmap);
            return ia;
        }

        private static ColorMatrix MultipliedColorMatrix(ColorMatrix sbtCm, ColorMatrix hCm)
        {
            ColorMatrix result = new ColorMatrix();
            for (int i = 0; i < 5; i++)
            {
                for (int j = 0; j < 5; j++)
                {
                    result[i, j] = sbtCm[i, 0] * hCm[0, j];
                    result[i, j] += sbtCm[i, 1] * hCm[1, j];
                    result[i, j] += sbtCm[i, 2] * hCm[2, j];
                    result[i, j] += sbtCm[i, 3] * hCm[3, j];
                    result[i, j] += sbtCm[i, 4] * hCm[4, j];
                }
            }
            return result;
        }
        private static ColorMatrix SBTShiftedColorMatrix(float saturation, float brightness, float transparency)
        {
            //adapted from https://stackoverflow.com/a/14384449/9852011
            // Luminance vector for linear RGB
            const float rwgt = 0.3086f;
            const float gwgt = 0.6094f;
            const float bwgt = 0.0820f;

            // Create a new color matrix
            ColorMatrix colorMatrix = new ColorMatrix();

            // Adjust saturation
            float baseSat = 1.0f - saturation;
            colorMatrix[0, 0] = baseSat * rwgt + saturation;
            colorMatrix[0, 1] = baseSat * rwgt;
            colorMatrix[0, 2] = baseSat * rwgt;
            colorMatrix[1, 0] = baseSat * gwgt;
            colorMatrix[1, 1] = baseSat * gwgt + saturation;
            colorMatrix[1, 2] = baseSat * gwgt;
            colorMatrix[2, 0] = baseSat * bwgt;
            colorMatrix[2, 1] = baseSat * bwgt;
            colorMatrix[2, 2] = baseSat * bwgt + saturation;

            // Adjust brightness
            float adjustedBrightness = brightness - 1f;
            colorMatrix[4, 0] = adjustedBrightness;
            colorMatrix[4, 1] = adjustedBrightness;
            colorMatrix[4, 2] = adjustedBrightness;

            colorMatrix[3, 3] = transparency;

            return colorMatrix;
        }
        private static ColorMatrix HueRotatedColorMatrix(float hueShiftDegrees)
        {
            float theta = (float)(hueShiftDegrees / 360 * 2 * Math.PI); //Degrees --> Radians
            float c = (float)Math.Cos(theta);
            float s = (float)Math.Sin(theta);

            float A00 = (float)(0.213 + 0.787 * c - 0.213 * s);
            float A01 = (float)(0.213 - 0.213 * c + 0.413 * s);
            float A02 = (float)(0.213 - 0.213 * c - 0.787 * s);

            float A10 = (float)(0.715 - 0.715 * c - 0.715 * s);
            float A11 = (float)(0.715 + 0.285 * c + 0.140 * s);
            float A12 = (float)(0.715 - 0.715 * c + 0.715 * s);

            float A20 = (float)(0.072 - 0.072 * c + 0.928 * s);
            float A21 = (float)(0.072 - 0.072 * c - 0.283 * s);
            float A22 = (float)(0.072 + 0.928 * c + 0.072 * s);

            ColorMatrix cm = new ColorMatrix();
            cm.Matrix00 = A00;
            cm.Matrix01 = A01;
            cm.Matrix02 = A02;
            cm.Matrix10 = A10;
            cm.Matrix11 = A11;
            cm.Matrix12 = A12;
            cm.Matrix20 = A20;
            cm.Matrix21 = A21;
            cm.Matrix22 = A22;
            
            cm.Matrix44 = 1;
            cm.Matrix33 = 1;
            return cm;
        }
    }
}

The HSBTAdjustedBitmap method returns the bitmap passed into it with the hue, saturation, brightness and transparency adjusted by the passed arguments.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @JonasH
  • Self-answer (0.5):
Posted by: andrewb

79384048

Date: 2025-01-24 10:51:51
Score: 2.5
Natty:
Report link

The class swiper-button-lock is added automatically if you don't have enough slides to slide. Just add more images and it will appear

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Philip

79384042

Date: 2025-01-24 10:48:50
Score: 1.5
Natty:
Report link

Don't run asyncio.run(), its a common issue, use asyncio.get_event_loop().run_until_complete() and then use client.run_until_disconnected()

Caution: Do not use asyncio.run() in Telethon!

Edit: Also, first connect the client and then use the connected client in all gathering functions directly, Do not again and again connect in those gathering client for database locked issue!

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nafis

79384036

Date: 2025-01-24 10:47:50
Score: 0.5
Natty:
Report link

I wasn't able to reproduce, but workers fall under "worker-src" directive. It has a fallback to "script-src", but I think it only controls hosts and schemes. Can't find a definitive answer in the specification. To block, set "worker-src 'none'".

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Halvor Sakshaug

79384033

Date: 2025-01-24 10:46:50
Score: 2.5
Natty:
Report link

If you mean the “all changes saved” message at the bottom of the editors page, it indicates that the changes in the document have been successfully sent to the database, allowing a new version of the file to be created in the OO Docs cache.

To create a new version of the file in your storage, a callback handler must be implemented on your end. There are few Document Save Examples available here

"callbackUrl": "https://xxxxx/"

Please describe how you save the file.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please describe how you
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ibnpetr

79384023

Date: 2025-01-24 10:43:49
Score: 4
Natty: 4
Report link

I know the answer now , but I’m 9 years late. Sorry buddy

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 0xneobyte

79384016

Date: 2025-01-24 10:41:48
Score: 2
Natty:
Report link

This should be supported now - thanks for highlighting it. Similar changes (e.g. dynamic binding support for the mode property) will also be available soon.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ricardo Mallols

79384013

Date: 2025-01-24 10:38:47
Score: 1
Natty:
Report link

/home/ranger/.m2 is mounted as volume to you local home user directory ~/.m2

    volumes:
      - ${HOME:-~}/.m2:/home/ranger/.m2:

So you should be confident that that directory ( ~/.m2 ) have owner (your local user) or have write access to your local user

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vladimir B.

79384007

Date: 2025-01-24 10:37:47
Score: 3
Natty:
Report link

The errors you're encountering indicate multiple issues related to package compatibility, imports, and Gradle setup. Here's a step-by-step guide to resolve them:

  1. Plugin Compatibility Issue The error regarding flutter_local_notifications:linux suggests a missing plugin or incorrect platform configuration.

Ensure you are using the latest version of the flutter_local_notifications package.

  1. File Reference Issues : Error when reading 'lib/screens/wishList/view/widget/wishlist_item_list.dart': No such file or directory

indicates missing or incorrect file references.

Verify that the file lib/screens/wishList/view/widget/wishlist_item_list.dart exists. If it's missing, check your version control system for any untracked or deleted files. Ensure that your import paths are correct and relative to your project structure.

  1. Flutter SDK Incompatibility with Dependencies : The error related to HtmlFlex indicates that the flutter_widget_from_html_core package might not be compatible with your Flutter SDK version. Update the flutter_widget_from_html_core package:

If you're using an older Flutter version, downgrade the package to a version compatible with your SDK.

A clean build often resolves Flutter and Gradle issues. Then rebuild your project.

Additionally, please confirm if you are using the latest Bagisto mobile e-commerce version 2.2.2 released recently.

If you still encounter issues after following these steps, please provide additional details about your Flutter SDK version, pubspec.yaml configuration, and the specific errors you encounter. happy to help further!

Reasons:
  • RegEx Blacklisted phrase (2.5): please provide
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Social Mobikul

79384005

Date: 2025-01-24 10:36:46
Score: 3.5
Natty:
Report link

Unfortunately no. Could you please use ranges instead of iterators. This can help

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lpv_pvl

79384003

Date: 2025-01-24 10:35:46
Score: 1
Natty:
Report link

Thank you to the people that commented, and the different options, it isn't an architecture issue as I thought but as Guru-Stron suggested it's most likely an unawaited Async call.

I was doing a saveAsync without awaiting, completely my fault:

 _wrapper.RepositoryContext.AddAsync(dbSession);
 // save in the database
 _wrapper.RepositoryContext.SaveChangesAsync();

Changed to:

await _wrapper.RepositoryContext.AddAsync(dbSession);
// save in the database
await _wrapper.RepositoryContext.SaveChangesAsync();

Please upvote his comment, not this answer.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): upvote
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ian Jowett

79383989

Date: 2025-01-24 10:31:45
Score: 3.5
Natty:
Report link

Does xlrd evaluate excel before reading values?

I am trying to read excel using pd.read_excel() but this doesn't read excel cells that contains formulas. Not even after applying data_only=True.

I'm wondering if xlrd is able to read excel cells that contains formulas and does it evaluate the formula before reading them?

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: SP Chaurasiya

79383988

Date: 2025-01-24 10:31:45
Score: 1
Natty:
Report link

When you did update_at: datetime = created_at it did not work, because python judges created_at at class definition time not instance creation time. They were different because basically default values are evaluated independently at instance creation time.

Solution to this could be during model creation setting updated_at to None and then during initializing setting it as created_at...

class User(UserBase, table=True):
    id: int | None = Field(default=None, primary_key=True)
    created_at: datetime = Field(default_factory=get_current_utc_time)
    updated_at: datetime | None = None
    last_login_at: datetime | None = None
    email: EmailStr = Field(unique=True)

    def __init__(self, **data):
        super().__init__(**data)
        if self.updated_at is None:
             self.updated_at = self.created_at

The solution will solve the problem but the more maintainable solution could be create a paired factory function, something like...

inital_time_factory, shared_time_factory = create_timestamp_pair()


class User(UserBase, table=True):
    id: int | None = Field(default=None, primary_key=True)
    created_at: datetime = Field(default_factory=initial_time_factory)
    updated_at: datetime = Field(default_factory=shared_time_factory)
    last_login_at: datetime | None = None
    email: EmailStr = Field(unique=True)

the create_timestamp_pair() creates a pair of factory functions that returns the same timestamp.

Finally, I dont think validators to be the best solution, because iguess they are executed after the fields are set, not sure about this, you will have to manage validation order properly.

Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: jiisanda

79383986

Date: 2025-01-24 10:30:44
Score: 6 🚩
Natty: 6
Report link

has anybody resolved this error? I am also encountering the exactly same issue. Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1.5): resolved this error?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chriz Caga-anan

79383981

Date: 2025-01-24 10:28:42
Score: 7 🚩
Natty: 5.5
Report link

i need help with my assignment

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (2.5): i need help
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Laila

79383965

Date: 2025-01-24 10:22:40
Score: 0.5
Natty:
Report link

Here, you will find your assigned Twilio free number.

Messaging => Try it out => Send an SMS
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Qudus

79383958

Date: 2025-01-24 10:19:38
Score: 3
Natty:
Report link

I got this problem nad had python 3.12. Wheel built successfuly when I reinstalled python and run pip with python 3.11

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Saidamir

79383957

Date: 2025-01-24 10:19:38
Score: 1
Natty:
Report link

It doen't work with the select dropdown. So you must have at least the size 2 of your select element:

Solved with jquery

$(".selectClassName").on("click", function(){
    $(this).find("option").eq($(this).prop("selectedIndex")).remove();
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andy

79383953

Date: 2025-01-24 10:18:38
Score: 2
Natty:
Report link

The most simple and straight-forward approach is using parzer library. For example, given points

library(parzer) 

latitude = "40°14'55.5"

lat_out = parse_lat(latitude)

longitude = "19°58'22.7"

lon_out = parse_lon(longitude)

Note: the direction is not required.

For more information, check https://semba-blog.netlify.app/02/25/2020/geographical-coordinates-conversion-made-easy-with-parzer-package-in-r/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anthony Basooma

79383952

Date: 2025-01-24 10:17:38
Score: 2
Natty:
Report link

I also encountered this problem, but the solution for me was the following: check the CORS rules on the server side of the application, when the server side receives requests through the internal network of the docker, then the host is called as a service from docker-compose.yaml

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ayaal Uraankhay

79383944

Date: 2025-01-24 10:15:37
Score: 2
Natty:
Report link

According to my recent experience, I've noted that any image in the whole assets with wrong dimensions will cause the widget to do ridiculous things even if you are not using that image in your widget. So, make sure to use supported dimensions

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sanaullah Javeid

79383938

Date: 2025-01-24 10:14:37
Score: 1
Natty:
Report link

You need to include a reference to the schema in the XML, otherwise the parser will reject the dnsmasq:options part. I.e.

<network xmlns:dnsmasq='http://libvirt.org/schemas/network/dnsmasq/1.0'>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jan Den Ouden

79383937

Date: 2025-01-24 10:14:37
Score: 2
Natty:
Report link

According to my recent experience, I've noted that any image in the whole assets with wrong dimensions will cause the widget to do ridiculous things even if you are not using that image in your widget. So, make sure to use supported dimensions

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sanaullah Javeid

79383934

Date: 2025-01-24 10:12:36
Score: 0.5
Natty:
Report link

Since the question isn't clear if its about up in general or just the camera, I will provide a general answer that works for all objects (including cameras/OrbitalControls) created after this has been called:

import * as THREE from "three"
THREE.Object3D.DEFAULT_UP = new THREE.Vector3(0, 0, 1);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Corvince

79383930

Date: 2025-01-24 10:10:35
Score: 6 🚩
Natty:
Report link

https://www.youtube.com/watch?v=ZTIbukFy3jM this video may help you ,as i was facing same issues.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: saakshi

79383919

Date: 2025-01-24 10:05:34
Score: 2
Natty:
Report link

DEFAULT_CIPHERS was removed in urllib3 v2, so one way to solve this is to force urllib3<2 in your requirements.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Olivier Gérardin

79383918

Date: 2025-01-24 10:05:34
Score: 2.5
Natty:
Report link

here is well explained : How can I read multiple files faster?

you should run the reading in a multithreaded flow and for each of them you should access and copy into memory , process and free it.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ROCFER

79383906

Date: 2025-01-24 10:00:33
Score: 1.5
Natty:
Report link

NO, the new bot can't have the same chats, data, and access as the old bot because the API keys for both Bots are different. When you delete a chatbot, all the data is released. When you delete a chatbot and create a new one with the same username, you know that it is your bot, but Telegram doesn't know, they will consider it as a new fresh chatbot.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Trusha Jadeja

79383904

Date: 2025-01-24 09:59:32
Score: 2.5
Natty:
Report link

It can happen also when you use a localization language which is not supported, for example if you localize in Javanese (jv).

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Hans Voralberg

79383903

Date: 2025-01-24 09:59:32
Score: 2.5
Natty:
Report link

The problem in your first CMake-command is that you need to wrap it with quotes "

add_custom_command( ... COMMAND "$<$CONFIG:Debug:cmake;-E;echo;foo>" )

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kumortas

79383899

Date: 2025-01-24 09:58:32
Score: 1.5
Natty:
Report link

Since the 4.1 version, NUnit is providing a UsingPropertiesComparer() suffix to the Is.EqualTo equality constraint. It will recursively check all the object public properties.

https://docs.nunit.org/articles/nunit/writing-tests/constraints/EqualConstraint.html#comparing-classesstructures

You will even get a specific message when a particular property fails the equality test !

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Glaerferyn

79383896

Date: 2025-01-24 09:57:32
Score: 1.5
Natty:
Report link

The problem lies within your custom factory class. You overwrote getView() but your getView() method doesn't return a delegate (you need to return a BehaviourDelegate or a subclass of it) but ViewLoop expects one.

For further questions I suggest you to use the official developer forum. There tend to be more active monkey-c developers than here.

You can also check out the "PrimatesApp" example shipped with the SDK. If you use VSCode, press F1 and type "monkey c: open samples folder". You can find the samples there.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hahzeeboo

79383894

Date: 2025-01-24 09:57:32
Score: 1.5
Natty:
Report link

As of Today, space-evenly does that, it adds same space on the edges than in between elements.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: c.chapa

79383887

Date: 2025-01-24 09:53:31
Score: 2.5
Natty:
Report link

Right click connection >> Connection view >> Advanced

This will allow you to create databases.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Zag

79383882

Date: 2025-01-24 09:52:30
Score: 4
Natty:
Report link

minikube start --driver=docker --force

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ram

79383881

Date: 2025-01-24 09:51:30
Score: 3
Natty:
Report link

crunch 8 8 @%@%@%%% @ alphabet % numbers

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: amro 3017

79383876

Date: 2025-01-24 09:49:29
Score: 0.5
Natty:
Report link

Try explicitly cast to boolean or float first

mask_diff =outage_mask.diff().astype("boolean").fillna(False)
outage_mask.loc[mask_diff]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Kirill Ilichev

79383860

Date: 2025-01-24 09:43:27
Score: 4
Natty:
Report link

For testing try the modbus tcp ip for mobile android

https://play.google.com/store/apps/details?hl=en_US&id=com.com.Annzar.dergott.ModbusTCPIPMobile&utm_source=chatgpt.com

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pharid

79383852

Date: 2025-01-24 09:38:26
Score: 1
Natty:
Report link

The probable cause of this issue is the use of ClipRRect. Repeated ClipRRect widgets can cause performance issues. The same applies to the Opacity widget as well.

Additionally, in your NetworkImage operations, using services like CachedNetworkImage (or implementing your own solution) can be beneficial for performance.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Altay

79383847

Date: 2025-01-24 09:38:26
Score: 2
Natty:
Report link

To show miliseconds in Graphs you need to remove / do not set the "time grain". If the data contains a timestamp with miliseconds it should now show up. (only tested with the table graph, smooth line graph). Tested with Apache Druid as the Database Related:

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Zendoc

79383846

Date: 2025-01-24 09:37:25
Score: 1
Natty:
Report link

For tx.upgrade(), adding --ignore-chain to the build command helped me to achieve same digest as generated by upgrade --dry-run and solved the PublishErrorNonZeroAddress for package upgrading.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Łukasz Kalbarczyk

79383823

Date: 2025-01-24 09:28:21
Score: 12 🚩
Natty:
Report link
@Ashwani Garg
https://stackoverflow.com/a/50740694/23006962
    
I have the same problem as Ishan. 
As a client, I would like to read and write device values from a test server. From my first test server: 

https://sourceforge.net/projects/bacnetserver/ 

I got at least the answer that a device with its device ID after I added this option .withReuseAddress(true) to my IpNetwork. However, I get a BADTimeOut in this line:

DiscoveryUtils.getExtendedDeviceInformation(localDevice, device);

With my second test server BACsim from PolarSoft® Inc. and the same code I get the error message: java.net.BindException: Address already in use: Cannot bind. 

I am completely new to the Bacnet scene and was wondering why I need a LocalDevice as a client that only wants to read and write values from actual devices in the server.

Here is all my code:

IpNetwork network = new IpNetworkBuilder()
                .withLocalBindAddress("192.168.XX.X")
                .withBroadcast("192.168.56.X", 24)
                .withPort(47808)
                .withReuseAddress(true)
                .build();

        DefaultTransport transport = new DefaultTransport(network);
//        transport.setTimeout(1000);
//        transport.setSegTimeout(500);
        final LocalDevice localDevice = new LocalDevice(1, transport);
        System.out.println("Device: " + localDevice);
        
        localDevice.getEventHandler().addListener(new DeviceEventAdapter() {
            @Override
            public void iAmReceived(RemoteDevice device) {
                System.out.println("Discovered device " + device);

                new Thread(new Runnable() {
                    @Override
                    public void run() {
                        try {
                            try {

                               DiscoveryUtils.getExtendedDeviceInformation(localDevice, device);
                            } catch (BACnetException e) {
                                e.printStackTrace();
                            }
                            System.out.println(device.getName() + " " + device.getVendorName() + " " + device.getModelName() + " " + device.getAddress());

                            ReadPropertyAck ack = localDevice.send(device, new ReadPropertyRequest(device.getObjectIdentifier(), PropertyIdentifier.objectList)).get();
                            SequenceOf<ObjectIdentifier> value = ack.getValue();

                            for (ObjectIdentifier id : value) {
                                List<ReadAccessSpecification> specs = new ArrayList<>();
                                specs.add(new ReadAccessSpecification(id, PropertyIdentifier.presentValue));
                                specs.add(new ReadAccessSpecification(id, PropertyIdentifier.units));
                                specs.add(new ReadAccessSpecification(id, PropertyIdentifier.objectName));
                                specs.add(new ReadAccessSpecification(id, PropertyIdentifier.description));
                                specs.add(new ReadAccessSpecification(id, PropertyIdentifier.objectType));
                                ReadPropertyMultipleRequest multipleRequest = new ReadPropertyMultipleRequest(new SequenceOf<>(specs));

                                ReadPropertyMultipleAck send = localDevice.send(device, multipleRequest).get();
                                SequenceOf<ReadAccessResult> readAccessResults = send.getListOfReadAccessResults();

                                System.out.print(id.getInstanceNumber() + " " + id.getObjectType() + ", ");
                                for (ReadAccessResult result : readAccessResults) {
                                    for (ReadAccessResult.Result r : result.getListOfResults()) {
                                        System.out.print(r.getReadResult() + ", ");
                                    }
                                }
                                System.out.println();
                            }

                            ObjectIdentifier mode = new ObjectIdentifier(ObjectType.analogValue, 11);

                            ServiceFuture send = localDevice.send(device, new WritePropertyRequest(mode, PropertyIdentifier.presentValue, null, new Real(2), null));
                            System.out.println(send.getClass());
                            System.out.println(send.get().getClass());

                        } catch (ErrorAPDUException e) {
                            System.out.println("Could not read value " + e.getApdu().getError() + " " + e);
                        } catch (BACnetException e) {
                            e.printStackTrace();
                        }
                    }
                }).start();
            }

            @Override
            public void iHaveReceived(RemoteDevice device, RemoteObject object) {
                System.out.println("Value reported " + device + " " + object);
            }
        });

        try {
            localDevice.initialize();
        } catch (Exception e) {
            e.printStackTrace();
        }
        localDevice.sendGlobalBroadcast(new WhoIsRequest());

        List<RemoteDevice> remoteDevices = localDevice.getRemoteDevices();
        for (RemoteDevice device : remoteDevices) {
            System.out.println("Remote dev " + device);
        }

        try {
            System.in.read();
        } catch (IOException e) {
            e.printStackTrace();
        }
        localDevice.terminate();


What am I doing wrong? I look forward to your answer! Many thanks in advance 
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): What am I doing wrong?
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (2): was wondering
  • RegEx Blacklisted phrase (3): thanks in advance
  • RegEx Blacklisted phrase (1): I get the error
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Dominik

79383808

Date: 2025-01-24 09:22:19
Score: 1
Natty:
Report link

Yes, ClickHouse supports copying new data from one table to another using the INSERT INTO ... SELECT syntax.

INSERT INTO target_table SELECT * FROM source_table WHERE condition;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: K.pen

79383806

Date: 2025-01-24 09:21:19
Score: 1
Natty:
Report link

-----I am checking database name like DBA and printing datbase name

EXEC sp_msforeachdb 'IF ''?'' like ''DBA%'' BEGIN select DB_NAME(DB_ID(''?'')) END'

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Dinesh vishe

79383800

Date: 2025-01-24 09:19:19
Score: 2
Natty:
Report link

The problem is Hadoop need to know that it is Python executable. I used #!/usr/bin/env python in the beginning of both files i.e., mapper.py and redcer.py. It works!

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kamakshaiah Musunuru

79383798

Date: 2025-01-24 09:18:18
Score: 3.5
Natty:
Report link

Leave out the line that does not work! Also what version of OracleDB? too few information in order to make a useful answer.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: palmo 99

79383785

Date: 2025-01-24 09:10:17
Score: 1.5
Natty:
Report link
git clone <source-repo-url>
cd <repo-name>
git remote add destination <destination-repo-url>

git remote -v

git push destination <branch-name>

If All

git push destination --all
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: parmod

79383783

Date: 2025-01-24 09:10:17
Score: 3.5
Natty:
Report link

I also have the same problem. I tried the code provided as an answer, it works fine.

I just need an explanation of this part of the code that i didn't understand.

dfs = {country: df[df["country"] == country] for country in countries}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I also have the same problem
  • Low reputation (1):
Posted by: rodrigue nsinsulu

79383775

Date: 2025-01-24 09:09:17
Score: 1
Natty:
Report link

In general, Glide handles all error scenarios, and no extra logic from the application is required.

The best practice is to have a dedicated client for pub/sub since Glide initiates disconnections to ensure that all unsubscriptions succeed during topology updates.

Glide detects topology updates and with server errors, such as MOVED or connection error. Additionally, it periodically checks the health of the connections and auto-reconnects. It also periodically checks for topology updates by calling 'CLUSTER SLOTS'.

You can also review the docs at https://github.com/valkey-io/valkey-glide/wiki/General-Concepts#pubsub-support

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Asaf Porat

79383772

Date: 2025-01-24 09:09:17
Score: 1
Natty:
Report link

In Ubuntu:

import os

def open_folder():
    try:
        path = "/home/your_username/Documents"
        os.system(f'xdg-open "{path}"')
    except Exception as e:
        print(f"An error occurred: {e}")

open_folder()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Himanshu Chauhan

79383767

Date: 2025-01-24 09:06:16
Score: 3.5
Natty:
Report link

Thanks to Jalpa Panchal comment, i made it work as intended. I converted virtual directory to application in IIS Manager, and voila. Not sure why that didn't work before though.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Cyril

79383762

Date: 2025-01-24 09:03:15
Score: 1
Natty:
Report link

Hello there @Abrar!

Let me give you an example on what I am using on my projects, whenever I want to dynamically render UI elements based on mobile breakpoints.

I usually use the afterRender and afterNextRender functions which allows me to register a render callback.

Code example:

//
constructor() {
  afterNextRender(() => {
   this.someMethod1();
   this.someMethod2();
  });
}

// Client-side exclusive functionality
someMethod1() {
  console.log('window object is not undefined anymore!', window);
}

someMethod2() { ... }
//
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Grecu Alexandru

79383755

Date: 2025-01-24 09:01:15
Score: 1
Natty:
Report link

This is how i was able to call a blocking non-async function in tauri-rust.

let _ = tauri::async_runtime::spawn_blocking(move || {
    println!("Listening...");
    let res = service.listen(tx);
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdush

79383753

Date: 2025-01-24 09:01:14
Score: 17.5
Natty: 7.5
Report link

@HelloWord, did you solve it? Could you explain how?

Thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Could you explain how
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @HelloWord
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: DwarfCu

79383738

Date: 2025-01-24 08:54:12
Score: 1.5
Natty:
Report link

I think the answer of Raja Jahanzaib was the best option, but personnaly I just use style directly in my div as follows:

<div style={{ textDecoration: 'none', position: 'relative', top: '-35px', left: '17px' }}>

Maybe it's not the cleanest way but it's doing the job for now.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: psd

79383736

Date: 2025-01-24 08:54:12
Score: 1.5
Natty:
Report link

I also encountered the same issue. I tried disabling AdBlock and using incognito mode. I also tried different browsers, but the issue persisted. Eventually, I was able to upload it successfully by logging in through a VPN.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: hmlasnk

79383735

Date: 2025-01-24 08:54:12
Score: 2.5
Natty:
Report link

Its a known bug to a range of jdk17 builts. Please update to a newer release of the jdk17 should help.

https://bugs.java.com/bugdatabase/view_bug?bug_id=8319090

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: Grim

79383734

Date: 2025-01-24 08:53:12
Score: 2
Natty:
Report link

Since your BasicTextField is inside a LazyList item that supports drag reordering and swipe to dismiss, it is preventing the textfield from getting focus due to long press, but still allow normal taps to focus

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Piyush Kumar

79383709

Date: 2025-01-24 08:46:10
Score: 2
Natty:
Report link

resolved the issue by Setting the following...

Go to exe folder-->right click to select Properties-->go to Compatibility tab-->click on Change high DPI settings-->check "Override high DPI scaling behavior". and set "Scaling Performed by :" to System-->Click OK then Apply changes

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sruthi Suresh

79383703

Date: 2025-01-24 08:45:10
Score: 2.5
Natty:
Report link

import calendar from fpdf import FPDF

Crear un objeto PDF

pdf = FPDF()

Establecer el año para el calendario

year = 2025

Bucle a través de todos los meses

for month in range(1, 13): # Añadir una página para cada mes pdf.add_page()

# Establecer la fuente para el título
pdf.set_font("Arial", size = 12)

# Añadir el título del mes
pdf.cell(200, 10, txt = calendar.month_name[month] + " " + str(year), ln = True, align = 'C')

# Obtener el calendario del mes como una cadena de varias líneas
month_calendar = calendar.month(year, month)

# Establecer la fuente para el calendario
pdf.set_font("Arial", size = 10)

# Añadir el calendario del mes al PDF
pdf.multi_cell(0, 10, month_calendar)

Guardar el PDF con el nombre "calendar_2025.pdf"

pdf.output("calendar_2025.pdf")

print("El PDF con el calendario para el año 2025 se ha creado con éxito.")

Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29345564

79383695

Date: 2025-01-24 08:41:09
Score: 0.5
Natty:
Report link

From the help of rich.console.Console:

highlight (bool, optional): Enable automatic highlighting. Defaults to True.

So just do:

from rich.console import Console
console = Console(highlight=False)
console.print("aaa [red]bbb [/red] 123 'ccc'")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: globglogabgalab

79383688

Date: 2025-01-24 08:39:09
Score: 3
Natty:
Report link

I am struggling with the same issue, till now I have done following. I have setup Okta IDP in KeyCloak, and Added my keycloak redirect in Okta, plus some more setting.

Post this I am able to successfully authenticate the user using Okta, and I get the JWT token having following fields.

In the FirstLoginFlow, keycloak is searching for a user based on uid field and not sub field.. I have added explicit Mapper for my IDP in keycloak.

This is causing that keycloak is not able to find the user which is already present in my db.

We don't want to rely on userid provided by Okta, as our usecase requires that user needs to be white-listed in our system for successful login.

Any help how I can make keycloak to search for user based on email instead of the okta Uid

Federated user not found for provider 'oidc-local' and broker username '00umvmi9g5zb4ptsf5d7

Reasons:
  • Blacklisted phrase (1): I am struggling
  • Blacklisted phrase (1): Any help
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ashish Gupta

79383671

Date: 2025-01-24 08:29:06
Score: 2
Natty:
Report link

From the answers of the respected Igor Tandetnik and Akhmed AEK, you can see that moving elements from a map to a vector is not a very good idea from an efficiency point of view. Look towards the views: enter link description here, enter link description here

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lpv_pvl

79383643

Date: 2025-01-24 08:19:04
Score: 3.5
Natty:
Report link

Setting last_position to 0 solved the problem.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Martin

79383640

Date: 2025-01-24 08:18:04
Score: 1
Natty:
Report link

According to PyTorch's implementation, you cannot directly call linears[ind] when ind is neither an int nor a slice.

What you can do instead is:

out = input
for idx in ind:
    out = linears[idx](out)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: quickfakename

79383628

Date: 2025-01-24 08:09:02
Score: 0.5
Natty:
Report link

you can use

window?.navigation?.canGoBack

To check the available options for window, you can do the following:

console.log(window);

enter image description here

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: dhin

79383626

Date: 2025-01-24 08:08:02
Score: 3
Natty:
Report link

you must update your streamlit: pip install --upgrade streamlit

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Huy Huỳnh

79383604

Date: 2025-01-24 07:57:00
Score: 1
Natty:
Report link

So I believe I have solved this now. Just took me a few more tweaks then I started to see my results I was looking for.

<?php
    $Url = 'https://serverquery.exfil-stats.de/';
    $json = file_get_contents($Url);
    $arr = json_decode($json, true);
    $json = $arr["servers"];
    
    foreach($json as $key){
        echo "<tr>";
        echo "<td>".$key["name"]."</td>";
        echo "<td>".$key["players"]."/".$key["maxPlayers"]."</td>";
        echo "<td>".$key["map"]."</td>";
        echo "<td>".$key["address"]."</td>";
        echo "<td>".$key["gamePort"]."</td>";
        echo "<td>".$key["queryPort"]."</td>";
        echo "<td>".$key["buildId"]."</td>";
        echo "</tr>";
    }
?>

I got this to work this way, if there is a better way or more practical way please let me know :)

Reasons:
  • Whitelisted phrase (-2): I have solved
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: GuberX

79383603

Date: 2025-01-24 07:57:00
Score: 1
Natty:
Report link

Taken from https://github.com/zxing/zxing

The project is in maintenance mode, meaning, changes are driven by contributed patches. Only bug fixes and minor enhancements will be considered. The Barcode Scanner app can no longer be published, so it's unlikely any changes will be accepted for it. It does not work with Android 14 and will not be updated. Please don't file an issue for it. There is otherwise no active development or roadmap for this project. It is "DIY".

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: antonio

79383596

Date: 2025-01-24 07:53:59
Score: 1
Natty:
Report link

**The link tooltip cut off by edge of the React quill editor Conditionally handle: If the link is -negative on the left than replace it with 10px else default position. **

enter image description here

useEffect(() => {
const adjustTooltipPosition = () => {
    const tooltip = document.querySelector('.ql-tooltip');
    if (tooltip) {
        const left = parseFloat(tooltip.style.left) || 0;
        if (left < 0) {
            tooltip.style.left = '10px';
        }
    }
};

const observer = new MutationObserver(adjustTooltipPosition);
const editorContainer = document.querySelector('.ql-container');

if (editorContainer) {
    observer.observe(editorContainer, {
        childList: true,
        subtree: true,
        attributes: true,
    });
}

return () => {
    observer.disconnect();
};

}, []);

enter image description here enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jaydeep Solanki

79383591

Date: 2025-01-24 07:50:58
Score: 2.5
Natty:
Report link

WiX package (Versions 3.14.1 - 5.0.2) is on NuGet: https://www.nuget.org/packages/wix

For migration the FireGiant VisualStudio plugin is recommended.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: mazop

79383581

Date: 2025-01-24 07:46:56
Score: 7.5 🚩
Natty:
Report link

Can you show us you User Entity ? the file must contain the decorator @Entity in order to recognize the file as a valid typeorm schema

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you show us you
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Entity
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Mathias Alonso

79383578

Date: 2025-01-24 07:44:56
Score: 0.5
Natty:
Report link

You have two dashboards and environments: regular/live and test mode. They each have their own API key and secret_key. You've put one set of keys in your .ENV file but made your product in the other. Your application's request is going to the environment where the product doesn't exist, so the price_id doesn't exist. Put the correct keys in your local/test .ENV.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Andrew Koper

79383569

Date: 2025-01-24 07:40:55
Score: 0.5
Natty:
Report link

It seems like you're on the right track, but there are a couple of things worth refining for better maintainability and to avoid unnecessary complexity.

Bookmarks and Cache-Control: Yes, you're correct—browsers like Chrome and Edge can sometimes serve an outdated index.html from the cache if the proper Cache-Control headers are not set. This is especially problematic with SPAs where the HTML can change, but assets like JS/CSS are cached with long expiry times.

Error Response Handling: The custom error response (403 → 200) can indeed affect caching behavior if you're not controlling the headers explicitly in CloudFront. Since you're using Lambda@Edge, consider placing the Cache-Control header logic in the origin (for index.html) or Lambda functions for both viewer request and response to ensure that index.html is always revalidated while other assets can be cached longer.

Best Caching Strategy: For index.html, the recommended approach is to always set Cache-Control: no-cache, must-revalidate to ensure browsers always check for updates. For static assets, version your files (e.g., main.abc123.js) and use Cache-Control: public, max-age=31536000, immutable for long-term caching. You can automate invalidation with CloudFront when index.html changes to prevent serving stale content.

A more robust approach would be:

Use CloudFront to manage caching as you have, but ensure that the specific headers are set for each file type (HTML vs assets). Utilize Lambda@Edge for cache control logic specifically for index.html and assets, but try to avoid the complexity of custom error handling unless necessary.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cricket Man

79383564

Date: 2025-01-24 07:37:54
Score: 5.5
Natty: 5.5
Report link

I have also encountered the same problem, have you processed the issue yet?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: JakeTang

79383563

Date: 2025-01-24 07:36:53
Score: 11.5
Natty: 7
Report link

I can not draw anything in axisLeft. Did you find any solution ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution ?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: deniz baş

79383558

Date: 2025-01-24 07:34:53
Score: 1
Natty:
Report link

The most efficient formula is to use bitwise and operation:

overflowed=value & 0xFF #for unsigned
overflowed=((value + 128)&255)-128 #for signed
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user3603546

79383557

Date: 2025-01-24 07:33:51
Score: 7 🚩
Natty:
Report link

I also encountered this problem. I want to transfer to another number when hitting the function_call, and I have also tried to use the twilio call update method that IObert mentioned before.

But unfortunately I saw an error in the Twilio Error logs: Error - 31951 Stream - Protocol - Invalid message.

If possible, can you share the code after the solution?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share the code
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Monesy.H

79383549

Date: 2025-01-24 07:31:50
Score: 1
Natty:
Report link

It is highly likely that there is an issue in the process of uploading the FCM token during the first login.

FCM tokens are issued per device and remain consistent unless the app is uninstalled. Therefore, re-logging in does not typically change the FCM token.

In this case, notifications work after re-login, which suggests that the FCM token was successfully saved to the backend during the second login.

As such, I recommend reviewing the process for handling the FCM token during the initial login.

If you can share the details of how the FCM token is saved during login, I can provide a more specific explanation of the root cause.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yohei Kitamura

79383547

Date: 2025-01-24 07:31:50
Score: 3
Natty:
Report link

In addition to Sohag's answer, for anyone who stumbles across this question: please notice, that RFC5245 (ICE) was obsoleted by RFC8445, as well as RFC5389 (STUN) by RFC8489.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Danny

79383541

Date: 2025-01-24 07:30:49
Score: 2.5
Natty:
Report link

As a combo of answers as comments from @mzjn and @Ajay :

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @mzjn
  • User mentioned (0): @Ajay
Posted by: dylanh724

79383536

Date: 2025-01-24 07:26:49
Score: 3.5
Natty:
Report link

Try JSON Crack, it's free and open-source.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Aykut Saraç

79383526

Date: 2025-01-24 07:21:48
Score: 1
Natty:
Report link

Check Node.js Debugging Settings

Ensure you have the correct debugging configuration in your project settings: Open your project in Visual Studio. Go to Project Properties > Debug.

Verify that the Node.js executable path is correctly set. It should point to the Node.js runtime installed on your system. Ensure that the "Enable Node.js debugging" option is selected.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: KOstas

79383520

Date: 2025-01-24 07:19:47
Score: 0.5
Natty:
Report link

In order to send a MimeMessage using Apachae Camel AWS SES, you can just send the raw MimeMessage. There is no need to wrap it in a RawMessage nor a SendRawEmailRequest.

Sending a full SendRawEmailRequest object will be supported in newer Camel Versions (>= 4.10), as can be tracked here: https://issues.apache.org/jira/browse/CAMEL-21593.

Based upon the above stated, the working code for the example above would look like the following:

from("direct:sendEmail")
    .process(exchange -> {
        // Create MIME message with attachment
        MimeMessage mimeMessage = createMimeMessageWithAttachment();

        // Set RawMessage in the Camel body
        exchange.getIn().setBody(mimeMessage);
    })
    .to("aws2-ses://x");
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: rabitem

79383509

Date: 2025-01-24 07:12:46
Score: 0.5
Natty:
Report link

The ploblem was solved by adding @BeforeClass method with creating new JFXPanel();.

According the commemts.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: HelloThere12345

79383508

Date: 2025-01-24 07:12:46
Score: 0.5
Natty:
Report link

This has been recommended by a maintainer (post):

HostRegexp(`.+`)

Make sure to use Traefik v3.

Note that the rule may be longer than domain only. At least in Docker rules are prioritized by length. So you might need to set a lower priority (number), for catchall to be matched last.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bluepuma77