79630451

Date: 2025-05-20 12:41:49
Score: 1.5
Natty:
Report link

If your address is in HTTP, change the address from http://... to https://... and that fixed the issue.

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

79630447

Date: 2025-05-20 12:39:48
Score: 1.5
Natty:
Report link

Although your address is in HTTP, change the address from http://... to https://... and that fixed the issue.

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

79630437

Date: 2025-05-20 12:31:46
Score: 0.5
Natty:
Report link

Which Greenplum Version your are using?

Did you tried this - Set Optimizer Parameters Explicitly:

**You can try enabling GPORCA explicitly in your session or function using:

SET optimizer = on;

Also consider setting other relevant parameters like:

check these parameters also(it should be ON)

optimizer_force_multistage_agg
optimizer_force_three_stage_scalar_dqa

FYI, As per vendor recommendations to Force GPORCA Usage

Avoid Dynamic SQL When Possible:

**If you can, avoid using EXECUTE with dynamic SQL inside functions. Instead, use static SQL so GPORCA can analyze it at compile time.

Use SQL Functions Instead of PL/pgSQL:

**SQL functions (as opposed to PL/pgSQL) are more likely to be optimized by GPORCA.

Use External Scripts for Complex Queries:

**If the query is very large and complex, consider storing it in a table or file and executing it from a client (e.g., Python, Bash) where GPORCA can fully optimize it.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Which
  • Low reputation (0.5):
Posted by: Gurupreet Singh Bhatia

79630434

Date: 2025-05-20 12:29:45
Score: 2
Natty:
Report link

just like said by Jonh, "It means there is code somewhere in your application that accesses the database before it should"

  1. This is most porobably by some a query that is runing in your models.py outside a function or a class or inside a function that runs as soon as you exacute.
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tinashe Mphisa

79630432

Date: 2025-05-20 12:27:44
Score: 0.5
Natty:
Report link

Solution for Nuxt3.js

Notice! You must add external

<NuxtLink to="/#contact" external>contact</NuxtLink>

OR

<NuxtLink :to="{path:'/',hash:'#contact'}" external>contact</NuxtLink>

Finish!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mahdi Moazeni Artisan

79630421

Date: 2025-05-20 12:21:42
Score: 1
Natty:
Report link
useEffect(() => {
  const resumeWorkflows = async () => {
    const steps = JSON.parse(await AsyncStorage.getItem('workflowSteps')) || [];
    for (const step of steps) {
      if (step.status === 'pending' && step.step === 'quoteGenerated') {
        try {
          await sendEmailQuote(step.requestId);
          // update status to complete
        } catch (e) {
          // retry logic or leave as pending
        }
      }
    }
  };

  resumeWorkflows();
}, []);
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Navneet Panchayan

79630418

Date: 2025-05-20 12:20:42
Score: 3.5
Natty:
Report link

Try to paste this into your mail body "%_interaction.uri_%"

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

79630416

Date: 2025-05-20 12:20:42
Score: 1.5
Natty:
Report link

I just faced the same problem. I just cut the code and pasted it again and it worked for some reason.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Domi W

79630414

Date: 2025-05-20 12:19:42
Score: 2
Natty:
Report link

For better SEO, include keywords like "ZKTeco MA300 Python integration," "PyZK timeout error," and "ZKTeco device connection issue." Detailed technical terms like “port 4370,” “RFID reader,” and “ZKAccess 3.5 software” help improve search visibility and attract users troubleshooting similar network or library-related device issues.

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

79630409

Date: 2025-05-20 12:18:41
Score: 1.5
Natty:
Report link

If your MacBook Air has a different version of Xcode or Command Line Tools than the other machines, subtle incompatibilities can arise.

Fix:

xcode-select --install
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tanushree

79630408

Date: 2025-05-20 12:18:41
Score: 2
Natty:
Report link

I had the same issue and tried several times, changing PrivilegesRequired=lowest to PrivilegesRequired=admin fixed it.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 박준영

79630407

Date: 2025-05-20 12:16:41
Score: 3.5
Natty:
Report link

So many years later and this thread helped me a lot! I was going nuts with this error. In my case, It was necessary removing the dim in Dimension Usage, as changing to "No relationship" didn't help, and then recreating the dim and the links again.

Thank you a lot.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): helped me a lot
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bernardo Foureaux

79630394

Date: 2025-05-20 12:08:38
Score: 1.5
Natty:
Report link

Open Telemetry JS doesn’t expose the full parent span object, but you can get the parent Span Id from the current span. To track full parent spans, you’d need to manage them manually during span creation.

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

79630392

Date: 2025-05-20 12:07:38
Score: 0.5
Natty:
Report link

If you refer jdk 8 it will show threshold like

source code [ github jdk 8 ] : https://github.com/openjdk/jdk8/blob/master/jdk/src/share/classes/java/util/IdentityHashMap.java#L276

but after jdk 8 from jdk 9 to current jdk version if found that the threshold is calculated by

2 * size >= table.length

source code [ github jdk 9 ] :

https://github.com/openjdk/jdk9/blob/master/jdk/src/java.base/share/classes/java/util/IdentityHashMap.java

source code [ github jdk current ] :

https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/util/IdentityHashMap.java

JDK 8 :  
  private void init(int initCapacity) {
        // assert (initCapacity & -initCapacity) == initCapacity; // power of 2
        // assert initCapacity >= MINIMUM_CAPACITY;
        // assert initCapacity <= MAXIMUM_CAPACITY;

        threshold = (initCapacity * 2)/3;
        table = new Object[2 * initCapacity];
    }
JDK 9 : 
 in put method ;
     private void init(int initCapacity) {
        // assert (initCapacity & -initCapacity) == initCapacity; // power of 2
        // assert initCapacity >= MINIMUM_CAPACITY;
        // assert initCapacity <= MAXIMUM_CAPACITY;

        table = new Object[2 * initCapacity];
    }
 // Use optimized form of 3 * s.
            // Next capacity is len, 2 * current capacity.
            if (s + (s << 1) > len && resize(len))
Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Muthukarthick T

79630382

Date: 2025-05-20 12:02:36
Score: 3
Natty:
Report link

Use the email editor or template to insert an interaction link into a Monobot.ai Send Email action.

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

79630381

Date: 2025-05-20 12:01:35
Score: 1.5
Natty:
Report link

To check if Polygon A is fully inside Polygon B, follow two steps:

  1. Edge Intersection Check

    • Loop through all edges of both polygons.

    • If any edge of A intersects any edge of B → A is not inside B.

  2. Vertex Inside Check

    • If no intersections, check if all vertices of A are inside B using ray casting.

If both conditions pass, Polygon A is fully inside Polygon B.

def do_edges_intersect(p1, p2, q1, q2):
    def orientation(a, b, c):
        val = (b[1]-a[1])*(c[0]-b[0]) - (b[0]-a[0])*(c[1]-b[1])
        return 0 if val == 0 else (1 if val > 0 else 2)

    def on_segment(a, b, c):
        return min(a[0],c[0]) <= b[0] <= max(a[0],c[0]) and min(a[1],c[1]) <= b[1] <= max(a[1],c[1])

    o1 = orientation(p1, p2, q1)
    o2 = orientation(p1, p2, q2)
    o3 = orientation(q1, q2, p1)
    o4 = orientation(q1, q2, p2)

    if o1 != o2 and o3 != o4: return True
    if o1 == 0 and on_segment(p1, q1, p2): return True
    if o2 == 0 and on_segment(p1, q2, p2): return True
    if o3 == 0 and on_segment(q1, p1, q2): return True
    if o4 == 0 and on_segment(q1, p2, q2): return True
    return False

def is_point_inside_polygon(point, polygon):
    x, y = point
    count = 0
    for i in range(len(polygon)):
        x1, y1 = polygon[i]
        x2, y2 = polygon[(i+1)%len(polygon)]
        if y1 > y2: x1, y1, x2, y2 = x2, y2, x1, y1
        if y == y1 or y == y2: y += 1e-10
        if y > y1 and y < y2 and x < (x2 - x1)*(y - y1)/(y2 - y1) + x1:
            count += 1
    return count % 2 == 1

def is_polygon_inside(polygon_a, polygon_b):
    for i in range(len(polygon_a)):
        a1 = polygon_a[i]
        a2 = polygon_a[(i+1)%len(polygon_a)]
        for j in range(len(polygon_b)):
            b1 = polygon_b[j]
            b2 = polygon_b[(j+1)%len(polygon_b)]
            if do_edges_intersect(a1, a2, b1, b2):
                return False
    return all(is_point_inside_polygon(p, polygon_b) for p in polygon_a)

a = [(2, 2), (3, 2), (3, 3), (2, 3)]
b = [(0, 0), (5, 0), (5, 5), (0, 5)]
print(is_polygon_inside(a, b))  # True

Does this approach have any edge cases or loopholes I missed? Would appreciate suggestions or improvements!

Reasons:
  • Blacklisted phrase (1.5): Would appreciate
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Sriteja Chinthala

79630372

Date: 2025-05-20 11:54:33
Score: 3
Natty:
Report link

Thanks both for the valuable input in this matter.

While I was adding client certificate , I observed an old certificate entry in system.properties file, and after disabling that, my recording started working.

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

79630366

Date: 2025-05-20 11:53:33
Score: 0.5
Natty:
Report link
    Install
    npm install -D tailwindcss@^3.3.7 autoprefixer@^10.4.16 @tailwindcss/postcss@latest
    
    package.json{
      "dependencies": {
        "react": "^19.1.0",
        "react-dom": "^19.1.0"
      },
      "devDependencies": {
        "@tailwindcss/postcss": "^4.1.7",
        "autoprefixer": "^10.4.21",
        "parcel": "^2.15.1",
        "react-router-dom": "^7.6.0",
        "tailwindcss": "^3.4.17"
      }
    }
    
    
    create .postcssrc.json in root directory
    
    //.postcssrc.json
    {
      "plugins": {
        "tailwindcss": {}
      }
    }
    
    
    create tailwind.config.js in root directory
    //tailwind.config.js
    /** @type {import('tailwindcss').Config} */
    module.exports = {
      content: [
        "./src/**/*.{js,jsx,ts,tsx}",
        "./public/index.html",
      ],
      theme: {
        extend: {
          colors: {
            primary: '#FF0000', // Custom primary color
          },
          fontFamily: {
            sans: ['Graphik', 'sans-serif'], // Custom font family
          },
        },
      },
      plugins: [],
    }
    
    install  Tailwind CSS IntelliSense Extension 
    
    [enter image description here][1]
    
    

Dont Forget to add it in index.css
@tailwind base;
@tailwind components;
@tailwind utilities;

and link it in index.html
<link href="../src/index.css" type="text/css" rel="stylesheet" />
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mahal Teja Pilla

79630365

Date: 2025-05-20 11:52:32
Score: 0.5
Natty:
Report link

Just set the url in the Admin constructor

eg:

admin = Admin(app, name="my-server", url="/db_admin", template_mode="bootstrap3")

This will set admin root to /db_admin

then you can do http://localhost:8000/db_admin

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

79630364

Date: 2025-05-20 11:52:31
Score: 6 🚩
Natty: 6
Report link

Have you been able to find a solution? I'm currently stuck on the same issue and would really appreciate any help you can provide.

Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1.5): Have you been able to
  • Blacklisted phrase (1): any help
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: gurman deep

79630343

Date: 2025-05-20 11:37:27
Score: 1.5
Natty:
Report link

Wondering whether you have managed to figure out stable code for the example you have included above, which I could use as a baseline? Making my first steps using crawl4ai and I seem to be getting the following error for the same code.

 
[JS_EXEC]. ℹ Playwright execution error: Page.evaluate: SyntaxError: Unexpected 
token 'const'
    at eval (<anonymous>)
    at UtilityScript.evaluate (<anonymous>:313:29)
    at UtilityScript.<anonymous> (<anonymous>:1:44) 
[
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: George

79630331

Date: 2025-05-20 11:28:25
Score: 1.5
Natty:
Report link

If you're looking for a simple and flexible way to work with different LLM providers, I recommend checking out https://monobot.ai. It offers a clean, unified interface that abstracts away the differences between APIs like OpenAI, Anthropic, and others—so you can switch providers without rewriting your code.

What makes it stand out:

Unified API across providers – no need to learn each one’s quirks Built-in context management – keeps important messages while staying within token limits Extensible architecture – easy to add memory, tools, or custom plugins as your project grows It's especially useful for prototyping or building assistants where you want to stay provider-agnostic. Not ideal if you need low-level access or tight integration with a specific platform, but great for most general use cases. Just sharing from experience – I’m not affiliated with the team.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Alex

79630330

Date: 2025-05-20 11:27:25
Score: 2.5
Natty:
Report link

Just add res_ as a prefix to the file name.

Setting shrinkResources to false is not recommended.

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

79630324

Date: 2025-05-20 11:22:23
Score: 1.5
Natty:
Report link

docker build uses Buildx and BuildKit by default since Docker Engine 23.0.

And Kamal is using buildx to create the container images too.

By default its driver is configured to use docker-container.

There are other ways to run Buildkit though, too.

However, the leftover container is a known issue and it might now be known whether it's used by other services too.

Personally I believe that it can be safely stopped afterwards by default if this is a Desktop environment or if it is running from an explicit Kamal call.

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

79630317

Date: 2025-05-20 11:17:22
Score: 2
Natty:
Report link

Instead of ACTION_IMAGE_CAPTURE, try using MediaStore.ACTION_IMAGE_CAPTURE_SECURE if you want to capture an image without directly requesting the CAMERA permission. According to the Android documentation, ACTION_IMAGE_CAPTURE_SECURE launches the secure camera app and doesn't require the CAMERA permission, even if you've declared it in the manifest. This is particularly useful for apps that need to capture images in a more secure or privacy-conscious way.

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

79630316

Date: 2025-05-20 11:17:22
Score: 2.5
Natty:
Report link

EmptyStandbyList.exe still works onWindows 11. TaskMgr told me that there was 3.1 GB of RAM in use for cache, but after having run EmptyStandbyList.exe it immediately dropped to 200 MB. After a minute or so of relative inactivity, cache went back up to 500 MB, though. No surprise, so many background processes these days...

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: pvv

79630312

Date: 2025-05-20 11:14:20
Score: 6 🚩
Natty:
Report link

Can you install the “ibus” package from the package manager of your linux distribution?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you in
  • Low reputation (1):
Posted by: kaganndemirr

79630307

Date: 2025-05-20 11:12:19
Score: 2
Natty:
Report link

iTextSharp.LGPLv2.Core 1.7.5 was not good for this in my use case; neither was Spire.PDF.

However, PdfPig worked a treat: https://www.nuget.org/packages/PdfPig

var text = "";
var doc = UglyToad.PdfPig.PdfDocument.Open(bytes);
foreach (var page in doc.GetPages())
{
    text += page.Text;
}

via https://stackoverflow.com/a/60501282

Reasons:
  • Blacklisted phrase (1): worked a treat
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: user326608

79630299

Date: 2025-05-20 11:05:17
Score: 1.5
Natty:
Report link
   data : lo_func_import_context type ref to /iwbep/if_mgw_req_func_import,
          lt_parameters          type /iwbep/t_mgw_name_value_pair.
  
   "read parameters
        lo_func_import_context ?= <lfs_changeset_request>-request_context .
        lt_parameters = lo_func_import_context->get_parameters( ). "name/value pair
        ls_flight_con_status-carrid = lt_parameters[ name = 'AIRLINE' ]-value .
        ls_flight_con_status-connid = lt_parameters[ name = 'FLIGHTCONNECTION' ]-value .

As per: https://community.sap.com/t5/technology-blog-posts-by-members/fiori-elements-list-add-and-implement-action-button/ba-p/13413889

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Fishrage_

79630288

Date: 2025-05-20 10:58:15
Score: 4.5
Natty:
Report link

I get this error if I forget to do playwright.close()

Reasons:
  • RegEx Blacklisted phrase (1): I get this error
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sten_aksel

79630284

Date: 2025-05-20 10:56:14
Score: 2
Natty:
Report link

Remove background-color: #4a6fa5; from your header property and it should work.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Julian

79630280

Date: 2025-05-20 10:54:13
Score: 0.5
Natty:
Report link

A solution for WAMPServer 3.3.8 is: don't just upgrade the PHP to 8.x, also upgrade its apache to the latest, e.g. "wampserver3_x64_addon_apache2.4.63.1.exe", and the issue is gone for me.

Background: I encountered same error as the OP. I am using WAMPServer 3.3.8, upgraded from WAMPServer 3.2.3 (with PHP 7.2.x, Apache 2.4.46). The error (`Undefined function curl_init()`) occurs when using curl_init() after installed addon "wampserver3_x64_addon_php8.4.7.exe", and using its PHP 8.4. The extension has been enabled by `extension=curl`. After that, upgrading also the apache to latest solved for me.

Somewhat similar to the answer of "Alex Fritz", but give explicit example.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Johnny Wong

79630275

Date: 2025-05-20 10:50:12
Score: 1.5
Natty:
Report link

After hours of attempting I finally realize the port setting in target group is NOT useless. For example in my scenario, I am holding multiple ports on an ec2 and wish to set up different https respectively. If you set port of a target group to be https 443, the request will be encrypted and require a local cert in your server to process. However, setting target group protocol as http will free you from additional local ssl certificates (you will not have one anyway if you are using ACM) after Cloudfront/ALB because communication from ALB through target group to instance is not encrypted .

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30588129

79630272

Date: 2025-05-20 10:50:12
Score: 2
Natty:
Report link

This is happening because Paketo has lost their sponsor for the publishing of GCR images: https://blog.paketo.io/posts/paketo-gcr-registry-sunset/

I ran into this as well just now - seems that they finally closed the GCP project.

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

79630267

Date: 2025-05-20 10:45:10
Score: 1
Natty:
Report link

It seems that there was no way to do that at the time of asking the question, but now there is. I had good results with SQLModelGenerator from the sqlacodegen package. I have been using is very succesfully for about a year now.

See
https://pypi.org/project/sqlacodegen/
https://github.com/agronholm/sqlacodegen/blob/master/src/sqlacodegen/generators.py#L1373

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

79630259

Date: 2025-05-20 10:37:08
Score: 2
Natty:
Report link

I had the same issue, I'm using react-router v7, which is developed by the Remix team.

https://github.com/remix-run/react-router/issues/13516

I am using Vite, this plugin was helpful
https://github.com/ChromeDevTools/vite-plugin-devtools-json

Reasons:
  • Blacklisted phrase (1): this plugin
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: InSuperposition

79630250

Date: 2025-05-20 10:31:06
Score: 2
Natty:
Report link

You can use this template in electron with: NestJS, Vite and React.

https://github.com/ArcherGu/vite-react-nestjs-electron

(This template is not mine.)

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alessandro Vinicius

79630234

Date: 2025-05-20 10:21:03
Score: 1.5
Natty:
Report link

We got the same problem today. The problem is known and a solution is already being worked on. As a workaround use version 3.7.2 as mentioned here:

https://github.com/snowflakedb/snowflake-cli/issues/2307

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Slaapkopp

79630233

Date: 2025-05-20 10:20:03
Score: 1
Natty:
Report link

I solved this problem by saving each open window in SSMS using the Save button. After saving the first one without any error, the program works fine.

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jacek P

79630229

Date: 2025-05-20 10:15:01
Score: 4
Natty:
Report link

I also have this problem .......

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

79630211

Date: 2025-05-20 10:01:57
Score: 1.5
Natty:
Report link

This code can be simplified like this:

import {palette} from '@primeng/themes';

const AuraSky = definePreset(Aura, {
  semantic: {
    primary: palette('{sky}')
  }
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Cédric K.

79630209

Date: 2025-05-20 10:00:57
Score: 1
Natty:
Report link

We had the same issue starting this morning. We fixed it by replacing

<buildpack>gcr.io/paketo-buildpacks/adoptium</buildpack>

with

<buildpack>docker.io/paketobuildpacks/adoptium</buildpack>

Seems to be working fine again now.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thorsten Kunz

79630204

Date: 2025-05-20 09:57:56
Score: 2.5
Natty:
Report link

The reason is that pipes cannot be read and written at the same time, and that doing read/writes asynchronously will cause more system interrupts than simply doing it on a single thread.

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

79630203

Date: 2025-05-20 09:56:55
Score: 1
Natty:
Report link

Instead of ACTION_IMAGE_CAPTURE, try using MediaStore.ACTION_IMAGE_CAPTURE_SECURE if you want to capture an image without directly requesting the CAMERA permission. According to the Android documentation, ACTION_IMAGE_CAPTURE_SECURE launches the secure camera app and doesn't require the CAMERA permission, even if you've declared it in the manifest. This is particularly useful for apps that need to capture images in a more secure or privacy-conscious way.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Balaji Nammalvar

79630195

Date: 2025-05-20 09:51:54
Score: 2.5
Natty:
Report link

You could look through the TypeScript Style Guide.

Though as your question isn't very clear, I can't help you more than this.

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

79630191

Date: 2025-05-20 09:48:53
Score: 1.5
Natty:
Report link

Since the image_picker package is causing issues with capturing images from the camera, use image_picker only for selecting images from the gallery, and implement a custom camera feature separately using the camera package with a dedicated camera screen for capturing photos.

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

79630188

Date: 2025-05-20 09:45:51
Score: 5.5
Natty: 5
Report link

Unfortunately, I can't help you with the design of your app... But as an EFL teacher struggling to help teenagers who suffer from dyslexia (English is a very tough language for people with dyslexia), the tool you want to develop would probably be very helpful. Any achievements yet?

Thanks for your reply,

Ali

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Ali

79630186

Date: 2025-05-20 09:44:51
Score: 2
Natty:
Report link

This solved the issue for vue 3 vite project(2025).

  1. You need to open src/assets/base.css file

  2. Then you need to remove this code.

enter image description here

I hope this will fix the issue. Please follow the tailwind official document as well to install tailwind for vue project.

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

79630179

Date: 2025-05-20 09:42:50
Score: 6 🚩
Natty: 5
Report link

I am also facing this issue. My app is in open testing. If the app is in open testing it wont be able to read the version from the Play Store?

Reasons:
  • Blacklisted phrase (1): also facing this
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shri Prakash Suresh

79630171

Date: 2025-05-20 09:39:49
Score: 0.5
Natty:
Report link

While trying to use the other solutions in this thread (none of them worked for me, the reason shown below), I accidentally discovered much simpler solution, which does not involve manually comparing the members of xaxis and yaxis layout to the parameters of the plotly_relayout event handler to avoid calling Plotly.relayout() recursively:

When multiple time-series plots are to be synchronized, they most probably use the same layout. @RMS, @ChrisG and others here indeed use objects named layout, layout1, layout2 with exactly the same content. When you use only one common layout object for all the plots-to-be-synchronized, it is not necessary to call Plotly.relayout() at all - it is sufficient to call Plotly.redraw() instead, which does not re-emit the plotly_relayout event, and thus does not cause the infinite recursion:

<div id="plot_0" class="plotly_container"></div>
<div id="plot_1" class="plotly_container"></div>
...

and then in javascript:

var layout = { /* common for all instances */
  xaxis: {
    autorange: true,
    type: 'date'
  },
  yaxis: {
    autorange: true,
    type: 'linear',
  },
};

Plotly.newPlot('plot_0', data0, layout);
Plotly.newPlot('plot_1', data1, layout);
...
/* plotly_relayout event handler */
document.querySelectorAll(".plotly_container").forEach((div) => {
        div.on('plotly_relayout', function() {
                document.querySelectorAll(".plotly_container")
                        .forEach((div) => { Plotly.redraw(div); } );
        })
});

The reason why the other solutions from this thread did not work for me was obviously that I used a common layout object for all the plots. When user selects a different zoom or whatever, this object gets updated, so in the event handler it has exactly the same data as the event handler parameter, and because of that none of my other plots got ever relayouted.

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): worked for me
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @RMS
  • User mentioned (0): @ChrisG
  • Low reputation (1):
Posted by: user2889554

79630168

Date: 2025-05-20 09:35:47
Score: 2.5
Natty:
Report link

Sometimes stale compiled files can cause issues. Try cleaning and rebuilding

mvn clean install

# or

gradle clean build

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

79630167

Date: 2025-05-20 09:34:47
Score: 4
Natty: 5.5
Report link

Here. You can automatically activate/deactivate venv.
https://github.com/knhcr/virtualenv-auto-activate-for-powershell

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

79630164

Date: 2025-05-20 09:30:46
Score: 3.5
Natty:
Report link

If you use Jackson structured programming you most probably use goto's.

Here you can find some examples: http://www.jacksonworkbench.co.uk/stevefergspages/papers/ourusoff--introduction_to_jackson_design_method.pdf

enter image description here

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

79630163

Date: 2025-05-20 09:30:46
Score: 0.5
Natty:
Report link

Besides the value for Q divider as Clifford wrote above, in 'L476, all three PLLs share clock source - see the clock tree diagram in RCC chapter of RM0351. So, you have to set up that source in RCC_PLLCFGR.PLLSRC (and the M divider in RCC_PLLCFGR.PLLM).

Also, there is no such field in RCC_PLLSAI1CFGR (so there's no point in setting 0b01 there).

Also, keep in mind the fact that there's only one shared clock source for PLLs, when setting up the remainning PLLs.

JW

Reasons:
  • No code block (0.5):
Posted by: wek

79630162

Date: 2025-05-20 09:30:46
Score: 1
Natty:
Report link

Looks like your server does not deal well with (int)client.MaxReadSize as minimum read size,

you may want to obtain the file size in advance, set remainingFileLength to it, and then use Math.Max((int)client.MaxReadSize, remainingFileLength)

for each read.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Tal Aloni

79630142

Date: 2025-05-20 09:16:41
Score: 3
Natty:
Report link

It is the Mahalanobis distance.

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: MathKid

79630135

Date: 2025-05-20 09:12:40
Score: 2.5
Natty:
Report link

Thank you very much for your answer Nandan!!! I followed the link you shared and completed on my own. I added a ForEach after the Filter and introduced inside it a Copy Data. For the ForEach, in Settings, I setup: @activity('Name_of_the_Filter').output.value In the Copy data, I setup the Dataset properties of the SFTP server with the directory. In file_name I put @item().name . I also added the wildcard with the same value. Then I configure the Sink which is the Storage Account and setup the file_system, directory and in file_name @item().name .

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kevin Vallot

79630131

Date: 2025-05-20 09:10:40
Score: 1
Natty:
Report link

I figured it out, I wasn't executing my code in my work dir so it was creating a new folder somewhere else and uploading everything there, and it was looking for the folder I specified which was empty.

Reasons:
  • Whitelisted phrase (-2): I figured it out
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alexandre Silkin

79630121

Date: 2025-05-20 08:59:36
Score: 3.5
Natty:
Report link

I ran into a similar issue with Android builds in Flutter, and what helped me was a related discussion on GitHub. You might find these links useful:
• Original issue: Flutter Downloads Old Build (#41462)
• Continued thread: Further discussion (#63533 - comment)

Hopefully, this points you in the right direction like it did for me!

Disclaimer: I’m still new to replying to Stack Overflow posts, so apologies if this post isn’t perfect. I’d appreciate any tips on how to improve my responses.

Reasons:
  • Blacklisted phrase (1): these links
  • Blacklisted phrase (1): any tips
  • No code block (0.5):
  • Low reputation (1):
Posted by: pss_coder

79630119

Date: 2025-05-20 08:57:35
Score: 4.5
Natty:
Report link

Python 3 script stopped working totally after upgrading to Sequoia 15.5 final version.

Have worked since early Sonoma.

Anyone have any clue? Or do I have to downgrade...

Reasons:
  • Blacklisted phrase (1): I have to do
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Steinar Braaten

79630115

Date: 2025-05-20 08:52:34
Score: 1.5
Natty:
Report link

I've solved the problem. The answer above gave an idea and I've known about this thing. Actually, injecting into constructor is not RECOMMENDED but NECESSARY. When I injected LoginProcessor into LoginController's constructor instead of method's parameters, everything works as it should.

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

79630112

Date: 2025-05-20 08:52:34
Score: 2.5
Natty:
Report link

I found a solution, it is by adding :

android:fitsSystemWindows="true"

in the xml file.

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

79630069

Date: 2025-05-20 08:26:26
Score: 1
Natty:
Report link

This saved me on macOS where older Bash versions trigger `unbound variable` errors when expanding an unset array. Using `"${array[@]}"` alone failed, but this pattern `${array+"${array[@]}"}` prevented the issue cleanly.

${additional_build_args+"${additional_build_args[@]}"}

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

79630060

Date: 2025-05-20 08:23:24
Score: 2
Natty:
Report link

Pack the extension manually may work:

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

command:

vsce package

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

79630059

Date: 2025-05-20 08:22:24
Score: 0.5
Natty:
Report link

Have you tried increasing the memory limits for your Cloud Run service? If your memory is 8GB or more, the minimum required CPUs are 4 vCPU. You could try increasing it to see if it works; if not, the issue might be related to how Polars operates in the background. For out-of-memory errors in Cloud Run, you can review this documentation to see if it applies to your situation.

If the above doesn't work and the issue is not related to Cloud Run. You may also be affected (your polar version) by a recent announcement from the Polars team regarding the new streaming engine (#20947).

The old streaming engine is being deprecated, and the new streaming engine is coming to replace it soon™. The new streaming engine is far along, but does not yet have 100% feature parity with the old streaming engine. At the same time, the maintenance burden of maintaining both the old and new streaming engine is becoming too large. Therefore, we are deprecating the old streaming engine starting on Polars version 1.23.0 and telling people to pin their Polars versions to any version before 1.23.0.

You can also verify whether you're really affected by opening an issue on GitHub. The Polars team seems actively responding to queries and may provide workarounds.

Reasons:
  • Blacklisted phrase (1): this document
  • Whitelisted phrase (-1): Have you tried
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: HerPat

79630057

Date: 2025-05-20 08:21:24
Score: 1
Natty:
Report link

Issues are disabled by default in forked repositories. However, you can enable them by following these steps:

  1. Navigate to the Settings page of your forked repository.

  2. Click on the General tab on the left-hand side.

  3. Scroll down to the Features subsection.

  4. Check the box for Issues to enable them.

Additionally, if you want to add an issue to someone else's fork, you would need to ask the owner of that fork to enable issues in their repository settings. As a workaround, you could fork their repository yourself and submit a pull request, which allows you to leave comments.

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

79630052

Date: 2025-05-20 08:17:23
Score: 3.5
Natty:
Report link

I was able to solve this with a LET function.

LET(x,[Filter function],IF(x=0,"",x))

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

79630047

Date: 2025-05-20 08:15:22
Score: 1.5
Natty:
Report link

There seems to be a lot in here, so I can't answer all your questions, but #1 is straightforward:

Because that's how you configured your supabase instance. Look at your screenshot on step 3

Did you see what the default url should be as a fallback in case the redirect was missing? I think this will point you to the right direction.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: underhill

79630042

Date: 2025-05-20 08:12:21
Score: 0.5
Natty:
Report link

recently had same problem, and nothing worked in my case, even if i double checking the files or making them optional, will not help too.
So the solution for now is just to unstick the "Send empty value" option, as @NeilBotelho said.

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

79630040

Date: 2025-05-20 08:11:21
Score: 2.5
Natty:
Report link

The INSTR( ) worked for me after trying PATINDEX() giving errors

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: PATRICK KIMATHI

79630039

Date: 2025-05-20 08:11:21
Score: 0.5
Natty:
Report link

Using more_itertools.iterate and take:

from more_itertools import iterate, take

take(10, iterate(lambda x: 2*x, 1))

Oh wait, you explicitly asked for an "abuse", and this isn't one. Oh well, maybe useful for someone else.

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

79630037

Date: 2025-05-20 08:08:20
Score: 3.5
Natty:
Report link

ESC + Tab works fine for me to remove temporarly autocomplete by software and not copilot

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

79630031

Date: 2025-05-20 08:06:19
Score: 2
Natty:
Report link

You can use https://www.savefast.video/en to download TikTok videos easily and for free.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: cdx

79630029

Date: 2025-05-20 08:05:19
Score: 2
Natty:
Report link

If you are an admin you can leave the group and then invite yourself with a new role - a bit tricky but it works and you don't have to login as a different user

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

79630028

Date: 2025-05-20 08:05:19
Score: 1
Natty:
Report link

I think this could be Safari in Lockdown Mode. It's a security feature which disables all interesting APIs.

https://support.apple.com/en-us/105120

I'm not entirely sure but it looks like this is the config file which disables the MediaDevices interface.

https://github.com/WebKit/WebKit/blob/eff74594b1a370f977c9d431f905ab6419d56fc5/Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml#L4764-L4779

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: chrisguttandin

79630026

Date: 2025-05-20 08:03:18
Score: 1.5
Natty:
Report link

Hash(#) is treated as normal character in vi and it depends in which context you are writing it.

In shell scripts, if you are assigning it to a variable, use single quote

password='kdjkkd#@123'  # This is OK

What type of script are you writing?

Share the snippet as well.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user11702280

79630022

Date: 2025-05-20 08:00:17
Score: 1
Natty:
Report link
SELECT username,owner,obj_name,action_name,timestamp
FROM 
    dba_audit_trail
WHERE 
    obj_name = 'TABLE_NAME'
    AND owner = 'SCHEMA_NAME'
    AND action_name IN ('CREATE', 'ALTER', 'DROP')
ORDER BY 
    timestamp DESC
FETCH FIRST 1 ROWS ONLY;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shane Lobo

79630016

Date: 2025-05-20 07:58:17
Score: 2.5
Natty:
Report link

Display the content edge-to-edge by enableEdgeToEdge().
https://developer.android.com/develop/ui/views/layout/edge-to-edge (https://issuetracker.google.com/issues/326356902)

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

79630013

Date: 2025-05-20 07:57:16
Score: 1
Natty:
Report link

I haven't used GridDB specifically, but a potential approach could be to implement a hybrid push-pull architecture to reduce the need for constant polling.

Since GridDB doesn't support native pub/sub or event triggers, you might consider introducing a lightweight intermediary such as Redis Pub/Sub or Kafka.

For example:

•    When new data is inserted into GridDB (via a data pipeline or ingestion service), you also publish a notification or payload to Redis or Kafka.

•    Your Streamlit app can then subscribe to these messages and update the UI accordingly (e.g., by triggering st.experimental_rerun() or updating cached data).

This setup avoids blind polling by having a dedicated mechanism to detect and propagate new data events to the dashboard.

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

79630009

Date: 2025-05-20 07:55:16
Score: 0.5
Natty:
Report link

@julien edits for @salt solution

def explode_string(array):
    original_text = array[0][0]
    num_sublists = len(array)
    
    words = original_text.split()
    
    words_per_sublist, extras = divmod(len(words), num_sublists)
    
    result = []
    start_idx = 0
    
    for i in range(num_sublists):
        current_words = words_per_sublist + (1 if i < extras else 0)
        end_idx = start_idx + current_words
        
        sublist_text = " ".join(words[start_idx:end_idx])
        result.append([sublist_text])
        
        start_idx = end_idx
    
    return result

original_array = [
    ["Hi, this is Tesa form the sales departmet. Iam working here from"],
    [""],
    [""]
]
result = explode_string(original_array)
print(result)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @julien
  • User mentioned (0): @salt
  • Self-answer (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Bhargav

79630005

Date: 2025-05-20 07:54:15
Score: 0.5
Natty:
Report link

The new align-content property will align block elements vertically.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Graeme Stuart

79630000

Date: 2025-05-20 07:51:14
Score: 1.5
Natty:
Report link

just tested on Samsung and Motorola devices. all OK but I'm only using this flags: Qt.ExpandedClientAreaHint | Qt.NoTitleBarBackgroundHint
There IS an error if you want to get the SafeArea values directly after starting the app. see more info and my workaround here : bugreports.qt.io/browse/QTBUG-135808
let us know if you get it working

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

79629995

Date: 2025-05-20 07:46:13
Score: 1
Natty:
Report link

OK, turns out that the issue was:

"awslogs-datetime-format": "%Y-%m-%d %H:%M:%S"

In the ECS task definition log configuration. Since the granularity was set to seconds, every request that occurred in "the same second" would have its log grouped under one entry by the awslogs driver.
https://docs.aws.amazon.com/batch/latest/userguide/using_awslogs.html
This behavior is hinted in the official AWS documentation, although imho it's not stated clearly enough.

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

79629988

Date: 2025-05-20 07:44:12
Score: 2.5
Natty:
Report link

Keybase features encrypted Git repositories: https://book.keybase.io/git

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: bbaassssiiee

79629976

Date: 2025-05-20 07:35:09
Score: 3.5
Natty:
Report link

But that is true with a |-> b also, if a is 0 it is a vacuous pass.

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

79629973

Date: 2025-05-20 07:32:08
Score: 2
Natty:
Report link

Tested your code and got meaningful results:

results_xgboost

>>> xgboost.__version__ 
'3.0.1'

>>> sklearn.__version__
'1.6.1'
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: piplustwo

79629970

Date: 2025-05-20 07:31:07
Score: 1.5
Natty:
Report link

you can go through the documentation there is structured steps that you can follow

rm -rf node_modules package-lock.json
npm install

npx tailwindcss init -p

if this will not working

  1. then you can create the new tailwind.config.js with default values 2.create index.css and import

@tailwind base; @tailwind components; @tailwind utilities; and import this file in index.css root file This will work

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @tailwind
  • User mentioned (0): @tailwind
  • User mentioned (0): @tailwind
  • Low reputation (1):
Posted by: Akash Bhatt

79629968

Date: 2025-05-20 07:30:07
Score: 3
Natty:
Report link

Even though my company pays for copilot, I disabled the extension because the native quick fix saves me more time on imports than copilot ever could with the other stuff

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

79629957

Date: 2025-05-20 07:22:05
Score: 4
Natty: 5
Report link

How do you pass dynamic credentials to the dynamic databases which you select at the run time via the parameters.Say DB1 needs to connect with 'abc' password and DB2 needs to be connected with 'def' password.

Reasons:
  • Blacklisted phrase (1): How do you
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How do you
  • Low reputation (1):
Posted by: Sharmeli Balakrishnan

79629953

Date: 2025-05-20 07:21:04
Score: 0.5
Natty:
Report link

The issue is with the python version. spaCy is not yet compatible with python3.13. You need to use the python version <= 3.12

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: user459872

79629949

Date: 2025-05-20 07:20:04
Score: 1.5
Natty:
Report link

You're absolutely right JQL alone doesn’t let you fetch status transition timestamps directly. It’s a common limitation.

If you're open to lightweight apps, you might find Flow Time Report helpful. It shows exactly when an issue entered and exited each status including “doing” and “done” right inside the issue panel.

It also highlights how long each step took, which can be useful for retro insights or process improvements.

🔗 Flow Time Report on the Atlassian Marketplace

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

79629934

Date: 2025-05-20 07:04:00
Score: 2.5
Natty:
Report link

My application has carrier privileges on one SIM slot/subscription id.

TelephonyManager slotTelephonyManager =
    telephonyManager.createForSubscriptionId(subscriptionInfo.getSubscriptionId());

boolean cp = slotTelephonyManager.hasCarrierPrivileges(); // cp == true

I try to request network scan using

slotTelephonyManager.requestNetworkScan(
    new NetworkScanRequest(
        SCAN_TYPE_ONE_SHOT, null, 1, 60, false, 1, null),
    AsyncTask.SERIAL_EXECUTOR,
    new ScanCallback());

searchPeriodicity & incrementalResultsPeriodicity set to 1 (not 0) as in answer above said. But always gets error 2 in onError method callback. I tried to use different parameters for NetworkScanRequest, but nothing helps.

According documentation carrier privileges and ACCESS_FINE_LOCATION permission should be enough to request scan, but error always is 2. logcat doesn't show any errors, just request of scanning.

Is it possible to use this method from user application with carrier privileges or application should be more privileged, for example, system-wide, stored in ROM or something else?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Grigory Golikov

79629931

Date: 2025-05-20 07:00:59
Score: 0.5
Natty:
Report link

To expand on the comments, both your version and the version of @Andreas compile to the same asm (using clang):

https://godbolt.org/z/qoq9ejEoa

auto subtract26(std::uint8_t x, std::uint8_t y) -> std::pair<std::uint8_t, bool>
{
    std::uint8_t result;
    bool overflow = ckd_sub( &result, x, y );

    return { result, overflow };
}

auto subtract(std::uint8_t x, std::uint8_t y) -> std::pair<std::uint8_t, bool>
{
    return {x - y, x < y};
}
subtract26(unsigned char, unsigned char):
        xor     ecx, ecx
        sub     dil, sil
        setb    cl
        shl     ecx, 8
        movzx   eax, dil
        or      eax, ecx
        ret

subtract(unsigned char, unsigned char):
        xor     ecx, ecx
        sub     dil, sil
        setb    cl
        shl     ecx, 8
        movzx   eax, dil
        or      eax, ecx
        ret

So even if you do not have access to C++26, your compiler should be smart enough to optimize this :)

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Andreas
  • Low reputation (0.5):
Posted by: aasoo

79629925

Date: 2025-05-20 06:55:57
Score: 2
Natty:
Report link

Please be more specific is hard to understand what you actually want to move or what the problem is. Like tell specifically which element is the one you want to move with its class name for example. From picture 1 the AESPA is on the top left side of the screen(how it looks current your issue) and in the second you have it next to the member-list (the desired result).

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Low reputation (1):
Posted by: J4K0b

79629918

Date: 2025-05-20 06:50:55
Score: 1.5
Natty:
Report link

This issue is usually related to an incorrect or missing Google Maps API key or misconfigured plugin setup. So please make sure your API key is enabled for Maps SDK (Android/iOS) and added properly in AndroidManifest.xml/AppDelegate.swift. Plus try a full restart of the app and IDE.

Also check if you've set up the API restrictions — that’s a common cause.

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

79629909

Date: 2025-05-20 06:46:54
Score: 1.5
Natty:
Report link

Whats up everyone, this happened to me now after updating VS '22 to 17.14.0. And simply it was (at least for me) that checkbox was not selected, and the dropdown had no value in it. When I selected a model and clicked Ok, it started working again.

Happy coding 🚀enter image description here

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: James Heffer

79629907

Date: 2025-05-20 06:45:54
Score: 0.5
Natty:
Report link

In our case this is most likely caused by a bug in the garbage collector. When the service falls in to the frozen state, all the threads are deadlocked by the GC.

This is likely to be caused by one or more bugs in the .NET 9 runtime. There were various GC hang reports since the release of .NET 9 (1, 2 etc.), and the dotnet/runtime team has made several fixes accordingly. Our service was targeting an early version of .NET 9 runtime (9.0.102), after retargeting to the latest version (9.0.300), the issue did not appear again in our recent load test which spans 20+ hours.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: hillin

79629902

Date: 2025-05-20 06:42:53
Score: 2.5
Natty:
Report link

AWS security thru mailman may be helpful too.

How much data you plan on maintaining cause kubernettes could make it all all in space for ya...

"To infinity and beyond ^.-"

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

79629899

Date: 2025-05-20 06:40:52
Score: 4
Natty:
Report link

Just an update, I was able to fix it, not quite sure how it worked, but it was an issue with the query and not the rules. However I did slightly change my rules. Here is my query itself:

const chatQ = query(
  collection(db, 'messages'),
  where('participants', 'array-contains', me),
  orderBy('timestamp', 'asc')
);

If anyone wants to see more of my code and what I did please let me know but I'm just posting this answer to mark this as done haha thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Whitelisted phrase (-1): it worked
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (1): I did please
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Jason Zhang

79629892

Date: 2025-05-20 06:31:50
Score: 0.5
Natty:
Report link

your expectation is wrong. salt is an async system. that and your output is printing that out to the console of the minion, NOT your salt client. a minion will not send anything back to the master until it is done running what ever command you sent it. in this case since your command is a shell script that will loop for 50 cycles printing out what you expected. until it actually finishes that loop it will send nothing back.

salt doesn't have a mechanism to watch running jobs. you can send out find_job to minions to see if they are still running. but that is about all.

once minions finish with the task they will send the return. and your check_job will start printing stuff. but with that sleep in the loop it is going to take at least 50 seconds before anything shows up.

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