79498925

Date: 2025-03-10 19:04:48
Score: 5.5
Natty: 4
Report link

You need to use @Body annotation to receive the body. Something like @Body String body. Request.getBody() will be null in Micronaut as it loads this data asynchronously.

Refer:

https://stackoverflow.com/a/75704413 https://micronaut-projects.github.io/micronaut-docs-mn1/1.1.x/guide/#requestResponse https://micronaut-projects.github.io/micronaut-docs-mn1/1.1.x/guide/#bodyAnnotation

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Body
  • User mentioned (0): @Body
  • Low reputation (1):
Posted by: Raghav D

79498914

Date: 2025-03-10 19:00:46
Score: 6.5 🚩
Natty: 5
Report link

I have the same problem, I changed it to db.all and it returns an array and works

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Devel EWeb

79498912

Date: 2025-03-10 18:58:46
Score: 4.5
Natty: 7.5
Report link

I am trying to use the codes above in my theme's functions.php file, but all it does is to create a critical error. Am I adding it wrong? Thanks!

screenshot in url:

https://ibb.co/FbMdnYTL

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I am trying to
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Bob catalin

79498907

Date: 2025-03-10 18:57:45
Score: 4
Natty:
Report link

why not use a different email it might work.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): why not use a
  • Low reputation (1):
Posted by: Camren Cruz

79498855

Date: 2025-03-10 18:34:39
Score: 6.5 🚩
Natty:
Report link

Thanks @howlger for answering in the comments. Basically:

Is this an Eclipse bug?

No. It's a Lombok bug. Reported at https://github.com/projectlombok/lombok/issues/3830.

Is there any way this can be solved by tweaking Eclipse preferences?

No.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Is there any
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @howlger
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Daniele Repici

79498853

Date: 2025-03-10 18:33:38
Score: 6.5 🚩
Natty:
Report link

Follow up question....Im on mac and having simlar issues. Want to try the solution above but uncertain of the directories to make an attempt. Can anyone give a bit more detail to this?

I already have insight face installed (it fails to load in comfyui) and the .whl file fails to build.

All help appreciated.

Solution id like to use:

sudo apt-get install build-essential libssl-dev libffi-dev
mkdir temp
cd temp
git clone https://github.com/deepinsight/insightface/ .
pip3 install wheel setuptools
pip3 install -r requirements.txt
cd python-package
python3 setup.py bdist_wheel
pip3 install dist/insightface-0.7.3-cp311-cp311-linux_x86_64.whl

HERE's the startup showing where the error:



(base) mo-ry@Mac-Studio ~ % cd /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI 
(base) mo-ry@Mac-Studio ComfyUI % python3.11 main.py
[START] Security scan
[DONE] Security scan
## ComfyUI-Manager: installing dependencies done.
** ComfyUI startup time: 2025-03-10 13:23:33.297
** Platform: Darwin
** Python version: 3.11.11 (main, Dec 11 2024, 10:25:04) [Clang 14.0.6 ]
** Python executable: /opt/homebrew/Caskroom/miniconda/base/bin/python3.11
** ComfyUI Path: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI
** ComfyUI Base Folder Path: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI
** User directory: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/user
** ComfyUI-Manager config path: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/user/default/ComfyUI-Manager/config.ini
** Log path: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/user/comfyui.log

Prestartup times for custom nodes:
   0.8 seconds: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/custom_nodes/ComfyUI-Manager

Checkpoint files will always be loaded safely.
Total VRAM 131072 MB, total RAM 131072 MB
pytorch version: 2.6.0
Set vram state to: SHARED
Device: mps
Using sub quadratic optimization for attention, if you have memory or speed issues try using: --use-split-cross-attention
ComfyUI version: 0.3.26
ComfyUI frontend version: 1.11.8
[Prompt Server] web root: /opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/comfyui_frontend_package/static
objc[53520]: Class AVFFrameReceiver is implemented in both /opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/av/.dylibs/libavdevice.61.3.100.dylib (0x108f983a8) and /opt/homebrew/Caskroom/miniconda/base/lib/libavdevice.60.3.100.dylib (0x3147d0800). One of the two will be used. Which one is undefined.
objc[53520]: Class AVFAudioReceiver is implemented in both /opt/homebrew/Caskroom/miniconda/base/lib/python3.11/site-packages/av/.dylibs/libavdevice.61.3.100.dylib (0x108f983f8) and /opt/homebrew/Caskroom/miniconda/base/lib/libavdevice.60.3.100.dylib (0x3147d0850). One of the two will be used. Which one is undefined.
### Loading: ComfyUI-Manager (V3.30.3)
[ComfyUI-Manager] network_mode: public
### ComfyUI Revision: 3238 [9aac21f8] *DETACHED | Released on '2025-03-09'
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
Traceback (most recent call last):
  File "/Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/nodes.py", line 2147, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1073, in get_code
  File "<frozen importlib._bootstrap_external>", line 1130, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/custom_nodes/insightface/__init__.py'

Cannot import /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/custom_nodes/insightface module for custom nodes: [Errno 2] No such file or directory: '/Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/custom_nodes/insightface/__init__.py'

Import times for custom nodes:
   0.0 seconds: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/custom_nodes/websocket_image_save.py
   0.0 seconds (IMPORT FAILED): /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/custom_nodes/insightface
   0.0 seconds: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/custom_nodes/comfyui_instantid
   0.1 seconds: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/custom_nodes/ComfyUI-Manager
   0.7 seconds: /Users/mo-ry/1AyEye/COMFYUI_PY311/ComfyUI/custom_nodes/comfyui_faceanalysis

Starting server

To see the GUI go to: http://127.0.0.1:8188
Reasons:
  • Blacklisted phrase (1): appreciated
  • RegEx Blacklisted phrase (2.5): Can anyone give
  • RegEx Blacklisted phrase (3): help appreciated
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: PadiwanCoder

79498806

Date: 2025-03-10 18:11:32
Score: 7.5 🚩
Natty:
Report link

# my code
import random
from threading import Thread
import time
import os
from inputimeout import inputimeout, TimeoutOccurred

# todo inputs
b = input("press enter to start")

lowest_numb = input("lowest number")

highish_numb = input("highish_numb")

time_for_qus = int(input("time for question"))

print(type(time_for_qus))


def ask_question():
    ran_1 = random.randint(int(lowest_numb), int(highish_numb))
    ran_2 = random.randint(int(lowest_numb), int(highish_numb))
    print(f"{ran_1}x{ran_2}", end="")
    try:
        answer = inputimeout("", time_for_qus)
    except TimeoutOccurred:
        print("Times up!!!")
        ask_question()


ask_question()

my goal is to make a multiplication game, but i am having trouble canceling the input function

can you help?

PS. please respond

Reasons:
  • RegEx Blacklisted phrase (3): can you help
  • RegEx Blacklisted phrase (2): i am having trouble
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29961513

79498800

Date: 2025-03-10 18:09:30
Score: 6 🚩
Natty:
Report link

if you solved the problem please share the solution

Reasons:
  • RegEx Blacklisted phrase (2.5): please share the solution
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: srag zhran

79498778

Date: 2025-03-10 17:59:27
Score: 11 🚩
Natty: 5.5
Report link

did you figure out how to delete the unwanted white layer behind the custom tab bar?

I have the same issue:

enter image description here

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): did you figure out
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: jhovelnu

79498666

Date: 2025-03-10 17:05:14
Score: 6.5 🚩
Natty:
Report link

Did you ever figure this out?

I am having similar, but my app hangs on the index.html file. So I just get the loading page. Hard refresh and all is good

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Warren Van Der Merwe

79498650

Date: 2025-03-10 17:01:13
Score: 9.5 🚩
Natty: 6.5
Report link

If in the first example I already know the name of the group "test" and I want to know only the blocks contained in this group. How do I modify the example?
another question, is it possible to select a block and know which group it belongs to?
thanks
Mrz

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): another question
  • Blacklisted phrase (1): How do I
  • Blacklisted phrase (1): I want to know
  • Blacklisted phrase (1): is it possible to
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user29961277

79498609

Date: 2025-03-10 16:45:09
Score: 5.5
Natty: 4.5
Report link

I see it's been a while since this was discussed, but I wanted to ask—has anyone tried integrating Twilio IVR with a CRM for better call tracking and workflow automation? I'm curious if handling call routing based on real-time CRM data has worked smoothly for anyone. Also, any thoughts on handling Twilio’s concurrency limits when scaling up a virtual call center?

Reasons:
  • Blacklisted phrase (1.5): any thoughts
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: IanHarris

79498495

Date: 2025-03-10 15:44:56
Score: 4
Natty:
Report link

Sorry this is put as an answer as I can't comment due to the rep requirement, but I think you need to use the GraphQL API instead of REST.

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: beepyDev

79498446

Date: 2025-03-10 15:26:51
Score: 7 🚩
Natty:
Report link

I didn't find the ".git" folder on my project. I can see the ".gitattributes" and ".gitignore". please help me

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Teja Reddy

79498427

Date: 2025-03-10 15:18:49
Score: 4
Natty:
Report link

How did you come to this conclusion? "Somehow this generates an error when Googlebot tries to index the pages and the error causes the Nuxt client-side code to show the 404 page."

We're currently having the same issue after upgrading Nuxt 3.9.3 to Nuxt 3.15.4 and upgrading major versions;

"@nuxtjs/i18n": "9.1.5",
"@nuxtjs/sitemap": "^7.2.4",
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): having the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Jordy ten Den

79498279

Date: 2025-03-10 14:26:35
Score: 6.5 🚩
Natty: 5
Report link

Is it possible to define different primary color set for dark and light mode in app.config.ts ? How it is done?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Rator99

79498220

Date: 2025-03-10 14:03:30
Score: 5.5
Natty: 5.5
Report link

i don't know if u could resolve this issue. If so, how did u do it?

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

79498166

Date: 2025-03-10 13:46:25
Score: 4
Natty: 5
Report link

The answer with most vote just works like charm. Thanks for the help

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: StackOverSlow

79498146

Date: 2025-03-10 13:37:22
Score: 14 🚩
Natty: 6
Report link

I'm having the same issue. Did you find any solution?

Bump

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):
  • Me too answer (2.5): I'm having the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: HelpNeeder

79498104

Date: 2025-03-10 13:21:19
Score: 10.5
Natty: 8.5
Report link

I have the same problem, how you resolved it??

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1.5): resolved it??
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: antonio romano

79498103

Date: 2025-03-10 13:21:17
Score: 9 🚩
Natty:
Report link

Did you manage to find a solution? Am I experiencing the same problem?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: user19161117

79498086

Date: 2025-03-10 13:14:16
Score: 4
Natty:
Report link

Well i used curl and included my session cookie, that worked for now :)

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

79497965

Date: 2025-03-10 12:20:04
Score: 4
Natty:
Report link

Give me crush report screenshot

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

79497955

Date: 2025-03-10 12:16:02
Score: 4
Natty:
Report link

Based on your description, the issue could be related to missing permissions or incorrect handling of app lifecycle events.

Can you check the error logs (Logcat for Android, Console for iOS) and send me the crash message? Also, which framework and programming language are you using?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Shidoitzka YT

79497948

Date: 2025-03-10 12:13:01
Score: 4.5
Natty:
Report link

No mention of this method in Telethon docs, but here is it:

https://tl.telethon.dev/methods/account/update_personal_channel.html

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 4hdrey

79497924

Date: 2025-03-10 12:04:59
Score: 5.5
Natty: 4
Report link
Why is this not working?

${if_match ${$battery_percent} > "20"}${color 774477}${battery_bar}$endif${if_match ${$battery_percent} <= "20"}${color FFA700}${battery_bar}$endif${if_match ${$battery_percent} < "6"}${color aa0000}${battery_bar}$endif

I put the if statements in series instead of nesting them, because nesting did not work.

Reasons:
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (1): Why is this not working
  • RegEx Blacklisted phrase (0.5): Why is this
  • RegEx Blacklisted phrase (2): working?
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: colonel panic

79497881

Date: 2025-03-10 11:45:54
Score: 4
Natty:
Report link

Using neovim extension not vim one

Check this link: https://github.com/vscode-neovim/vscode-neovim/pull/1917

TLDR: Put this in settings.json

"vscode-neovim.compositeKeys": {
        "jj": {
            "command": "vscode-neovim.escape"
        }
    },

Enjoy!!

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AntonioMMartel

79497872

Date: 2025-03-10 11:42:53
Score: 6 🚩
Natty: 5
Report link

One of the best solution man! Is there any other way to do this in .NET 9 with less number of lines of code?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: S M De Savic

79497864

Date: 2025-03-10 11:39:51
Score: 4.5
Natty:
Report link

Problem: Fetch Not Sending Cookies After Deployment

Ahh, I’ve been down this rabbit hole before, and I know how annoying this can be. It works fine on localhost, but the moment you deploy, your cookies just vanish into thin air. 😤

This is almost always a CORS + cookie attribute issue. Let’s break it down and fix it step by step.


1. CORS Setup (Server-Side - Node.js/Express)

First, your API needs to explicitly allow credentials (cookies). Without this, your browser refuses to send them. Make sure your cors settings look something like this:

const corsOptions = {
    origin: "https://yourwebsite.com", // Your frontend domain (NO wildcards '*' if using credentials)
    credentials: true,
};

app.use(cors(corsOptions));

🚨 Important:


2. Your Fetch Request (Client-Side - React)

Your request looks mostly correct, but double-check that the api variable actually holds the correct URL. Sometimes, localhost is hardcoded in development but doesn't match in production.

const send = async () => {
    try {
        const res = await fetch(`${api}/api/v1/user/profile`, {
            method: "POST",
            credentials: "include", // 👈 This is needed for cookies!
            headers: {
                "Content-Type": "application/json",
            },
        });

        const data = await res.json();

        if (res.ok) {
            console.log("OK", data);
        } else {
            console.log("Error:", data);
        }
    } catch (error) {
        console.error("Fetch error:", error);
    }
};

3. Cookie Attributes Matter (Server-Side - When Setting Cookies)

Even if CORS is perfect, your cookies might still not work due to missing flags. When setting cookies, make sure your backend sends them like this:

res.cookie("authToken", token, {
    domain: ".yourwebsite.com", // 👈 Needed for subdomains
    path: "/",
    secure: true, // 👈 Must be true for cross-site cookies
    sameSite: "none", // 👈 Required for cross-origin requests
    httpOnly: true, // 👈 Security measure
});

🚨 If you don’t use secure: true, cookies won’t work over HTTPS!


4. Double-Check HTTPS (Must Be Enabled!)

Browsers block cookies with SameSite: 'None' unless you are on HTTPS. So make sure:
✅ Your API is served over HTTPS
✅ Your frontend is served over HTTPS

If your API is http://api.yourwebsite.com but your frontend is https://yourwebsite.com, cookies won’t be sent.


5. Debugging Steps (If It’s Still Not Working)

Alright, if it’s still not working, here’s what I’d do next:

1️⃣ Open DevTools (F12) → Network Tab → Click the Request

2️⃣ Look at the Response Headers

3️⃣ Try Manually Sending a Cookie from the Backend
Run this in your API response to see if cookies even get set:

res.setHeader("Set-Cookie", "testCookie=value; Path=/; Secure; HttpOnly; SameSite=None");

4️⃣ Try Sending a Request Using Postman

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2): Still Not Working
  • Blacklisted phrase (2): still not working
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Naimish Dhorajiya

79497863

Date: 2025-03-10 11:39:51
Score: 4.5
Natty:
Report link

Вибір рідини для вейпу залежить від міцності нікотину та вподобань у смаках. Якщо ти новачок, краще почати з сольового нікотину 20-30 мг або звичайного 3-6 мг. Сольовий нікотин діє м’якше на горло, тому його частіше використовують у под-системах. Також звертай увагу на співвідношення PG/VG – для под-систем краще 50/50, а для більш потужних пристроїв – 70/30. Великий вибір рідин можна знайти в онлайн вейп шоп Milky Vape, де є популярні фруктові, десертні та тютюнові смаки.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Havana Vape

79497846

Date: 2025-03-10 11:35:49
Score: 6 🚩
Natty: 6
Report link

Thanks for this, I just want to know if it is possible to capture the screen along with the scrollable content also using WebRtc method. I fyes could you please share an example or some code snippets.

Thanks, Raja Ar

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): could you please share
  • RegEx Blacklisted phrase (1): I fyes could you please
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user3369915

79497793

Date: 2025-03-10 11:15:45
Score: 4
Natty:
Report link

I'd like to offer an app for testing. The best test management system! I recommend it! https://testomat.io/

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

79497752

Date: 2025-03-10 10:55:40
Score: 6.5 🚩
Natty:
Report link

Got the solution? I have the same issue. A few days ago everything worked... Tried the same thing again and got cuda exception...
Sorry, can't write a comment

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: DJ_Kiruxa

79497703

Date: 2025-03-10 10:36:35
Score: 8.5 🚩
Natty: 4
Report link

Mr. Muhammad Umer can you help me find the right proto file for solution i tried with this Proto file

But it didn't work for me, guide me in finding the solution

Reasons:
  • Blacklisted phrase (1): guide me
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): it didn't work for me
  • RegEx Blacklisted phrase (3): can you help me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Divyang

79497690

Date: 2025-03-10 10:30:32
Score: 8 🚩
Natty:
Report link

I seem to have the same problem. I also didnt make any changes or updates, and cannot attach anymore when adding the debugger via debugpy.listen (). Starting the debugger from VSCode (not via listening) works perfectly fin though.

After listen(), I additionally get 'lost sys.stderr', which I had never encountered before.

Help is appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • RegEx Blacklisted phrase (3): Help is appreciated
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Low reputation (1):
Posted by: Lukas Heller

79497649

Date: 2025-03-10 10:09:27
Score: 7.5 🚩
Natty: 6.5
Report link

Is there an answer to this? Can't find a solution anywhere.

Reasons:
  • Blacklisted phrase (1): answer to this?
  • RegEx Blacklisted phrase (2): Can't find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there an answer to this
  • Low reputation (1):
Posted by: idan cohen

79497559

Date: 2025-03-10 09:34:19
Score: 4.5
Natty:
Report link

Those links may help you,plz check.

https://developer.android.com/guide/topics/resources/providing-resources#ResourcesFromXml

https://developer.android.com/studio/write/vector-asset-studio#referring

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: D.Ford

79497486

Date: 2025-03-10 09:01:12
Score: 4
Natty:
Report link

i using myhlscloud.com for my videos

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: N. Hung

79497450

Date: 2025-03-10 08:51:09
Score: 6 🚩
Natty:
Report link

did you use any additional local server environment for development?

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): did you use any addit
  • Low reputation (1):
Posted by: sawankumarparida

79497402

Date: 2025-03-10 08:24:03
Score: 5.5
Natty:
Report link

I had an older and new Ubuntu installed (22.04 and 24.04) and the 22.04 was the default when opening VS Code. The issue turned out to be in the configuration of WSL as described here: How do I open a wsl workspace in VS Code for a different distro?

Reasons:
  • Blacklisted phrase (1): How do I
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AaronRidout

79497378

Date: 2025-03-10 08:14:01
Score: 4
Natty:
Report link

Check this out. https://stackoverflow.com/a/39777594. There are 25 answers maybe you find soultion for yourself.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jawad

79497344

Date: 2025-03-10 08:02:58
Score: 5.5
Natty: 4.5
Report link

Is it possible that I Can inject my custom Resolution Rule in databricks environment . Because this is working in my local open source spark , but when i run it in databricks , it doesn't register the resolution rules.

Please Help

Reasons:
  • RegEx Blacklisted phrase (3): Please Help
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Bhavya

79497302

Date: 2025-03-10 07:37:52
Score: 4
Natty:
Report link

You can use this javascripy library https://www.npmjs.com/package/@__pali__/elastic-box?activeTab=readme

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Contains signature (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Pali

79497280

Date: 2025-03-10 07:27:49
Score: 4
Natty:
Report link

Thank You for Valuable Insights — From Prava Software Solutions (Mancherial)

Thank you to the amazing StackOverflow community for addressing important Python-related questions like "How to tell Python to stop writing history file?".

At Prava Software Solutions, a leading software development company based in Mancherial, we often encounter similar challenges while building custom software solutions, automation tools, and AI-driven applications for our clients. Community-driven platforms like StackOverflow are essential for finding quick, reliable solutions that help us deliver high-quality software products efficiently.

Reasons:
  • Blacklisted phrase (0.5): Thank You
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): StackOverflow
  • RegEx Blacklisted phrase (1): help us
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Raju Gundarapu

79497269

Date: 2025-03-10 07:21:47
Score: 6 🚩
Natty:
Report link

I am getting the same issue in react-native:0.78.0.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: GOPI KRISHNA

79497242

Date: 2025-03-10 07:09:44
Score: 5.5
Natty: 4.5
Report link

have u resolved ur problem?i meet the same floodwait

Reasons:
  • RegEx Blacklisted phrase (1.5): resolved ur problem?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 杜wm

79497209

Date: 2025-03-10 06:54:40
Score: 17.5
Natty: 7.5
Report link

@Guy i am also having same issue ,on how to inject my token to my build hasuraprovider have you found any solution if yes can you post it here ,Thanks in advance

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): can you post
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (2.5): have you found any solution if yes can you post it here
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am also having same issue
  • User mentioned (1): @Guy
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Bobby

79497163

Date: 2025-03-10 06:27:34
Score: 5.5
Natty: 5.5
Report link

I also encountered this problem, how did I solve it in the end?

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

79497154

Date: 2025-03-10 06:21:32
Score: 4
Natty:
Report link

This can be the configuration error on php.ini on your local server. Try uncommenting relevent statement on the file. For an example, if your database is MYSqlite, you have to uncomment "extension=pdo_sqlite" in php.ini file.

This video also will help you. https://www.youtube.com/watch?v=QbX5EdD0Yok

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): This video
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: IDEALEMONS

79497063

Date: 2025-03-10 05:14:17
Score: 7 🚩
Natty: 4
Report link

enter image description here
Hi, I opened a new terminal (it automatically entered the venv I had running), this is what pip list shows me. However, it is still not running for me.

Is there anything else i can check/correct?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Avantika Gargya

79497057

Date: 2025-03-10 05:09:16
Score: 4
Natty:
Report link

Using tsup and little configuration you can create your react or node packages easily:

https://medium.com/@sundargautam2022/creating-and-publishing-react-npm-packages-simply-using-tsup-6809168e4c86

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sundar Gautam

79497055

Date: 2025-03-10 05:08:15
Score: 4
Natty:
Report link

Using tsup and little configuration you can create your react or node packages easily: https://medium.com/@sundargautam2022/creating-and-publishing-react-npm-packages-simply-using-tsup-6809168e4c86

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sundar Gautam

79497008

Date: 2025-03-10 04:21:07
Score: 5
Natty: 6.5
Report link

I got the same issue,

Try through this documentation
https://cloud.google.com/sdk/docs/install-sdk

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shehan Avishka

79496960

Date: 2025-03-10 03:43:00
Score: 4.5
Natty:
Report link

.admin.fcd-fcdna=" "

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

79496956

Date: 2025-03-10 03:41:00
Score: 5.5
Natty:
Report link

I am also facing this error. I have added a test user still it gives me the error.

Reasons:
  • Blacklisted phrase (1): also facing this
  • RegEx Blacklisted phrase (1): I am also facing this error
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Puspal Paul

79496894

Date: 2025-03-10 02:37:49
Score: 5.5
Natty:
Report link

So have you already fix this issue? i meet the same issue about it.

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this issue?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 陈伯度

79496843

Date: 2025-03-10 01:31:36
Score: 5
Natty:
Report link

The same thing happens to me and I would like to know if you have already solved it so that you can tell me how, thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1.5): I would like to know
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juan Miguel Hernandez

79496790

Date: 2025-03-10 00:17:22
Score: 5
Natty: 4.5
Report link

Hi sorry I have a similar issue. I used to have a .rprofile with memory.limit increasing my actual RAM limitation but recently I tried to open a .rdata and it always tells me it s blocked at 16.2 gb which is my physical limitation but before with memoryu limit increased, it was able to get beyong. Not sure if the last update I did today messed that up. I tried to increase this R_max v size in renviron but it does not seem to work. any idea where it comes from?

it says: impossible to allocate a vector of size 16.2gb

thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (0.5): sorry I have
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have a similar issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Dart3231

79496735

Date: 2025-03-09 23:04:10
Score: 13
Natty: 7
Report link

i have the same problem

did you fix itt ?

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (3): did you fix
  • RegEx Blacklisted phrase (1.5): fix itt ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Eslam Hamdy

79496678

Date: 2025-03-09 22:14:00
Score: 4
Natty: 4.5
Report link

Support for ARM64 driver development for Windows 11 was added in 24H2 WDK https://learn.microsoft.com/en-us/windows-hardware/drivers/what-s-new-in-driver-development

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

79496601

Date: 2025-03-09 21:09:47
Score: 11 🚩
Natty: 6.5
Report link

do you have any update on this ? i have the same problem

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Blacklisted phrase (1): update on this
  • RegEx Blacklisted phrase (2.5): do you have any
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Amir Koribeche

79496555

Date: 2025-03-09 20:36:39
Score: 5
Natty:
Report link

enter image description hereI have the same issue and none of the solutions I've seen rectify it, incluyding clean workspace and restarting. I'm wondering if the spring classes are built with a later Java version that my version (17) can't handle.

I am able to build with maven. And If I click on one of the "not found" classes, vscode actually brings me to the correct class in the dependent lib. But it still infuriatingly insists that the package does not exist.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: lightningrob

79496543

Date: 2025-03-09 20:26:37
Score: 5.5
Natty:
Report link

In an environment such as where I work, I am unable to download off the internet and I also know that there are vulnerabilities with Amazon Corretto.

There is a new version of IntelliJ IDEA 2024.3.4.1 available free for Community users.

I'll provide an update to this comment when I get it onboarded to test.

If anyone has any suggestions in a similar complaint environment - please let me know.

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (2): any suggestions
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: wendykcoding

79496520

Date: 2025-03-09 20:11:33
Score: 4
Natty:
Report link

I've developed a user-friendly application that offers a solution similar to your problem. It's completely free. You can find a demonstration video on my channel, which you might find helpful: https://youtu.be/rXkFuG7K8Mw?si=pcCfckapbyc7f_CI

Also, the application is available on GitHub:

https://github.com/manahter/formine

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: manahter

79496486

Date: 2025-03-09 19:41:26
Score: 4
Natty:
Report link

I've created a user-friendly application designed to solve this specific problem. I've uploaded a demonstration video to my channel, which you might find helpful:

https://youtu.be/rXkFuG7K8Mw?si=pcCfckapbyc7f_CI

Also, the application is available on GitHub

https://github.com/manahter/formine

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: manahter

79496409

Date: 2025-03-09 18:45:15
Score: 8 🚩
Natty: 4
Report link

I have the same issue, and I did not find any solution. I think this issue happens when summing layers that had been summed before.

I am summing hundreds of raster layers. Firstly, they summed by day and then by months and then by years. Unfortunately, I have the same error. The surfaces are being cropped

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Me too answer (0): I have the same error
  • Low reputation (1):
Posted by: Holger

79496381

Date: 2025-03-09 18:20:09
Score: 4.5
Natty:
Report link

I also ran into this issue, trying to upgrade glib to the latest 2.82.5, on a macbookpro running Catalina and python3.13... editing glib.rb did NOT work for me... now I am looking at installing pkg-config-wrapper via brew. Tried many other 'tips', so far no luck yet.

Reasons:
  • Blacklisted phrase (1): did NOT work
  • Blacklisted phrase (1): no luck
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Satoshi.Ye

79496340

Date: 2025-03-09 17:53:04
Score: 4
Natty:
Report link

You might want to try this new plugin—it could be useful.
https://plugins.jetbrains.com/plugin/26550-mybatis-log-ultra
https://youtu.be/kWzavHWmlT0

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Listener2016

79496250

Date: 2025-03-09 16:53:51
Score: 8 🚩
Natty: 5
Report link

Bro was your error resolved? I am getting the same error both with the Standard SPL token program and the Token Extensions 2022. I am using the following versions:

solana-cli 2.1.14 (src:035c4eb0; feat:3271415109, client:Agave)
anchor-cli 0.30.1
rustc 1.84.1 (e71f9a9a9 2025-01-27)

Also I am using Windows WSL.
I'd appreciate any help you could provide!

Reasons:
  • Blacklisted phrase (1): any help
  • RegEx Blacklisted phrase (1.5): resolved?
  • RegEx Blacklisted phrase (1): I am getting the same error
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same error
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Shivam Panwar

79496163

Date: 2025-03-09 15:45:39
Score: 5
Natty:
Report link

I need to see the exact error message from the frontend and the React code where you're making the POST request with Axios.

Can you share:

1 - The error message from the browser console or network tab.
2 - The React code handling the form submission.
Once I have those, I can help you fix the error!

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Can you share
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abdelmoumeniheb

79496145

Date: 2025-03-09 15:34:36
Score: 4
Natty: 4.5
Report link

Я начал изучать xv6 и пытался подключиться и отлаживать с помощью GDB в VS code. У меня получилось только когда я в файле .gdbinit закоментировал строчку кода с localhost:port. (@REM)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: Siarhei Marozau

79496142

Date: 2025-03-09 15:33:35
Score: 4
Natty: 4.5
Report link

Check your firewall settings first, sometimes it blocks the port!

https://www.perplexity.ai/search/error-p1001-can-t-reach-databa-mHvOumSkQ6CCX9ZqMQPtOA

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

79496137

Date: 2025-03-09 15:30:33
Score: 9 🚩
Natty: 5.5
Report link

did you find a solution to this problem?

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution to this problem
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you find a solution to this
  • Low reputation (1):
Posted by: JimFS

79496126

Date: 2025-03-09 15:21:30
Score: 6.5 🚩
Natty: 4.5
Report link

Have you ever try a AnotherWLAN like #NET-CLARO-WIFI, starting with #
I just cannot add it using these commands. Any other suggestion?

Reasons:
  • RegEx Blacklisted phrase (2): Any other suggestion?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Tiago Marquez

79496114

Date: 2025-03-09 15:13:28
Score: 7
Natty: 7
Report link

Hi did you find an answer to this? I’ve the exact problem. So I use python and call CMD [python, main, arg1, arg2] to make sure the docker file allows the arguments. But for me the control isn’t coming to if name main. Like it says application exec likely failed. And main.py needs arguments. I’m using argparse to handle the args and if there’s no args like the job is scheduled to run, it’s supposed to take a default set of vals for the args. Pls assist. Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): answer to this?
  • RegEx Blacklisted phrase (3): did you find an answer to this
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Raghu K Para

79496081

Date: 2025-03-09 14:56:25
Score: 5
Natty: 4.5
Report link

I tried to run this code in https://github.com/bertrandmartel/aws-ssm-session and ran:

npm install http-server -g http-server -a localhost -p 3000 However, I cannot access http://localhost:3000/test/web.

Can anyone support me?

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Hiếu Nguyễn

79496043

Date: 2025-03-09 14:22:19
Score: 5
Natty:
Report link

https://github.com/chakra-ui/chakra-ui/blob/main/sandbox/vite-jsx/src/App.jsx

follow vite-jsx in here.....................

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • No latin characters (0.5):
  • Filler text (0.5): .....................
  • Low reputation (1):
Posted by: Sai Kiran Dwaraka

79496012

Date: 2025-03-09 13:57:14
Score: 5.5
Natty: 5.5
Report link

Do you rename your DB path in each release?

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

79495890

Date: 2025-03-09 12:16:53
Score: 4.5
Natty:
Report link

YourApplication\app\release\apk

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

79495738

Date: 2025-03-09 10:11:27
Score: 4
Natty: 5
Report link

yeah that's a good trick thanks for having shared the insight!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: beabor

79495657

Date: 2025-03-09 09:10:14
Score: 4.5
Natty: 4
Report link

didn't work with me my dropdown is sumoselect

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did
  • Low reputation (1):
Posted by: user29947838

79495611

Date: 2025-03-09 08:25:06
Score: 5.5
Natty: 4.5
Report link

You can embed videos. There is a way: here https://www.youtube.com/watch?v=HIgMsF7naJI

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Peter Magenheim

79495605

Date: 2025-03-09 08:23:05
Score: 8.5 🚩
Natty: 4.5
Report link

Were you able to disable dual apps successfully with adb,I need help to disable

Dual apps and speed boost in my hyperOs 1.9.0

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kan-Wars

79495593

Date: 2025-03-09 08:15:02
Score: 7 🚩
Natty: 6.5
Report link

Any update on this? I am also looking for a solution here.

Reasons:
  • Blacklisted phrase (1): update on this
  • Blacklisted phrase (2): I am also looking
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: saurabh singh

79495589

Date: 2025-03-09 08:10:01
Score: 5
Natty:
Report link

I have managed to make good progress with this. I switched to using a simple Microsoft Basic Optical Mouse:

// Microsoft Corp. Basic Optical Mouse 
#define USB_VENDOR_ID       0x045e      /* USB vendor ID used by the device */ 
#define USB_PRODUCT_ID      0x0084      /* USB product ID used by the device */ 

and the following code now works for the former mouse:

int main(void)
{
  libusb_device **devs;
  int r;
  int numread;
  ssize_t cnt;
  int counter = 0;
  
  // connect SIGINT to function sigint_handler() //
  if (signal(SIGINT, sigint_handler) == SIG_ERR)
    {
      printf("ERROR: Cannot Connect to SIGINT!");
    }

  // Block SIGALRM in the main thread //
  sigset_t sigset;
  sigemptyset(&sigset);
  sigaddset(&sigset, SIGALRM);
  pthread_sigmask(SIG_BLOCK, &sigset, NULL);
  
  r = libusb_init(&ctx);
  //  r = libusb_init_context(/*ctx=*/NULL, /*options=*/NULL, /*num_options=*/0);  

  if (r < 0)
    return r;

  //  libusb_set_option(ctx, LIBUSB_LOG_LEVEL_WARNING);
  
  libusb_set_debug(ctx, 3); // debug level 3 //

  cnt = libusb_get_device_list(ctx, &devs); // returns device list //
  if (cnt < 0)
    {
      libusb_exit(NULL);
      return (int) cnt;
    }
  
  print_devs(devs);

  libusb_free_device_list(devs, 1);

  // open device //
  handle = libusb_open_device_with_vid_pid(ctx, USB_VENDOR_ID, USB_PRODUCT_ID);

  if (!handle)
    {
      perror("device not found");
      return 1;
    }

  // set auto detach/attach kernel driver //
  r = libusb_set_auto_detach_kernel_driver(handle, 1); // enable = 1 //
  
  printf("auto_detach result = %d\n", r);
  
  // claim interface //
  r = libusb_claim_interface(handle, 0);

  if (r < 0)
    {
      fprintf(stderr, "usb_claim_interface error %d\n", r);
      return 2;
    }
  
  printf("Interface claimed\n");

  printf("Resetting Device\n");

  r = libusb_reset_device(handle);

  if (r < 0)
    {
      printf("ERROR %d resetting device!\n");
    }
  
  printf("*** Device Descriptor ***\n");

  r = libusb_get_descriptor(handle, LIBUSB_DT_DEVICE, 0, desc_buffer, 1024);

  dump_descriptor(r, desc_buffer, r);

  //////////////////////////////////////////////////////
  
  // allocate transfer of data IN (IN to host PC from USB-device)
  transfer_in = libusb_alloc_transfer(1);

  if (transfer_in == NULL)
    {
      printf("ERROR allocating usb transfer.\n");
    }

  // Note: in_buffer is where input data is written //
  //  libusb_fill_bulk_transfer(transfer_in, handle, USB_ENDPOINT_IN, in_buffer, LEN_IN_BUFFER, callback_in, NULL, 0); // NULL for no user data //
  libusb_fill_interrupt_transfer(transfer_in, handle, USB_ENDPOINT_IN, in_buffer, 8, callback_in, NULL, 0); // NULL for no user data //

  // submit next transfer //
  r = libusb_submit_transfer(transfer_in);

  if (r < 0)
    {
      printf("submit transter result = %d\n", r);
    }

  while (exitprogram == 0)
    {
      printf("exitprogram = %d\n", exitprogram);
      
      // waiting //
      //      r = libusb_handle_events_completed(ctx, NULL);
      r = libusb_handle_events(ctx);
      if (r < 0)
    {
      printf("ERROR at events handling\n");
      break;
    }
    }

  printf("exitprogram = %d\n", exitprogram);
  
  if (transfer_in)
    {
      r = libusb_cancel_transfer(transfer_in);
      if (r == 0)
    {
      printf("transfer_in successfully cancelled.\n");
    }
      else
    {
      printf("ERROR cancelling transfer\n");
    }
    }

    //////////////////////////////////////////////////////

  // if you DONT release the interface, communication halts //

  // release interface //
  r = libusb_release_interface(handle, 0);

  if (r < 0)
    {
      fprintf(stderr, "usb_release_interface error %d\n", r);
    }
  
  printf("Interface released\n");

  // close device usb handle //
  
  libusb_close(handle);
  
  libusb_exit(ctx); 

}



and in my callback function callback_in(), I dump the libusb_tranfer, i.e. transfer->status and the raw bytes received.

For the Microsoft mouse it all works well, and I get the following output, based on the mouse movement and buttons pressed:

...

LIBUSB_TRANSFER_COMPLETED
transfer flags = %b
transfer actual length = 8
0: transfer data = 4
1: transfer data = 0
2: transfer data = 255
3: transfer data = 0
4: transfer data = 4
5: transfer data = 0
6: transfer data = 255
7: transfer data = 0
exitprogram = 0
LIBUSB_TRANSFER_COMPLETED
transfer flags = %b
transfer actual length = 8
0: transfer data = 4
1: transfer data = 0
2: transfer data = 255
3: transfer data = 0
4: transfer data = 0
5: transfer data = 0
6: transfer data = 0
7: transfer data = 0
exitprogram = 0

...

The buffer size I use is 8, which is equal to the value of the maximum packet size of the USB Device descriptor, and in this case it works.

I am NOT sure what size of transfer to specify, but 8 works in this case.

When using difference mice, e.g. Logitech G5 Laser, or wireless Logitech mini mouse, instead of getting LIBUSB_TRANSFER_COMPLETED I get LIBUSB_TRANSFER_OVERFLOW, even if I use a HUGE buffer of 1024 bytes...

I looked up the USB HID document, but I am not sure HOW to send the proper control packet to configure other mice. On this webpage, https://www.usbmadesimple.co.uk/ums_5.htm it is explaned that you must send "an HID class report descriptor, which in this case informs the appropriate driver to expect to receive a 4 byte report of mouse events on its interrupt IN endpoint."

Any help of sending the proper HID class report descriptor would be much appreciated.

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help of sending the proper HID class report descriptor would be much appreciated
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Christos

79495585

Date: 2025-03-09 08:08:00
Score: 4.5
Natty: 6
Report link

Many thanks it helped me right now !!!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TED TEDDY

79495522

Date: 2025-03-09 06:46:48
Score: 4.5
Natty: 5
Report link

The Above stated Steps helped me to resolve that warning now warning is not coming but will this react-native-sqlite-storage works in ios devices ??? that is my Doubt here

Reasons:
  • Blacklisted phrase (1): ???
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: raviteja illuri

79495507

Date: 2025-03-09 06:28:44
Score: 4
Natty: 4.5
Report link

On line, on other websites, I have seen that equation as

a +b * exp (-2×(x-mu)**2)/(sigma**2))

Is the formula elsewhere incorrect? Or is it evaluating for a "different b" value of the same Gaussian curve peak of value "b"?

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

79495344

Date: 2025-03-09 03:12:13
Score: 4.5
Natty:
Report link
import { client } from '@/sanity/lib/client';
import { urlFor } from '@/sanity/lib/image';
import { MDXComponents } from '@/components/mdx/MDXComponents';
import Image from 'next/image';
import CarbonAds from '@/components/carbonAds';
import { Metadata } from 'next';

export interface FullBlog {
  currentSlug: string;
  title: string;
  content: string;
  coverImage?: any;
  date: string;
}

const estimateReadingTime = (content: string): number => {
  const wordsPerMinute = 200;
  const wordCount = content.split(/\s+/).length;
  return Math.ceil(wordCount / wordsPerMinute);
};

function formatDate(dateString: string): string {
  const date = new Date(dateString);
  const options: Intl.DateTimeFormatOptions = {
    year: 'numeric',
    month: 'long',
    day: 'numeric',
  };
  return date.toLocaleDateString(undefined, options);
}

async function getBlogPostContent(slug: string): Promise<FullBlog | null> {
  const query = `*[_type == "post" && slug.current == $slug][0] {
    "currentSlug": slug.current,
    title,
    date,
    coverImage,
    content
  }`;

  try {
    const post = await client.fetch(query, { slug });
    return post || null;
  } catch (error) {
    console.error("Error fetching blog post:", error);
    return null;
  }
}

export async function generateMetadata(props: {
  params: Promise<{ slug: string }>
}): Promise<Metadata> {
  const params = await props.params;
  const { slug } = params;
  const post = await getBlogPostContent(slug);

  if (!post) {
    return {
      title: 'Post Not Found',
    };
  }

  return {
    title: post.title,
    description: `Read more about ${post.title} on Manish Tamang's blog.`,
  };
}

export default async function BlogPost(props: {
  params: Promise<{ slug: string }>
}) {
  const params = await props.params;
  const { slug } = params;
  const post = await getBlogPostContent(slug);

  if (!post) {
    return (
      <div className="text-center py-10 text-gray-500 text-lg">
        Post not found or error loading.
      </div>
    );
  }

  const formattedDate = formatDate(post.date);
  const readingTime = estimateReadingTime(post.content);

  return (
    <article className="container mx-auto py-12 px-6 max-w-3xl">
      <h1 className="text-4xl font-bold mb-2 font-peachi">{post.title}</h1>
      <div className="flex items-center justify-between mb-4">
        <div className="flex items-center space-x-2">
          <Image
            src="/profile.png"
            alt="Manish Tamang"
            width={30}
            height={30}
            className="rounded-full"
          />
          <span className="text-gray-500 text-sm">Manish Tamang</span>
        </div>
        <span className="text-gray-500 text-sm">
          {formattedDate} - {readingTime} min read
        </span>
      </div>
      <hr className="mb-8 border-gray-200 dark:border-gray-700" />
      {/* Uncomment and adjust if you want to include the cover image */}
      {/* {post.coverImage && (
        <Image
          width={100}
          height={100}
          src={urlFor(post.coverImage).url()}
          alt={post.title}
          className="w-full h-auto mb-6 rounded-[8px]"
        />
      )} */}
      <div className="prose dark:prose-invert max-w-none leading-relaxed font-geist">
        <CarbonAds className="fixed bottom-4 left-20 w-1/4" />
        <MDXComponents content={post.content} />
      </div>
    </article>
  );
}

My code is giving the same error

.next/types/app/blogs/[slug]/page.ts:34:29
Type error: Type '{ params: { slug: string; }; }' does not satisfy the constraint 'PageProps'.
  Types of property 'params' are incompatible.
    Type '{ slug: string; }' is missing the following properties from type 'Promise<any>': then, catch, finally, [Symbol.toStringTag]

  32 |
  33 | // Check the prop type of the entry function
> 34 | checkFields<Diff<PageProps, FirstArg<TEntry['default']>, 'default'>>()
     |                             ^
  35 |
  36 | // Check the arguments and return type of the generateMetadata function
  37 | if ('generateMetadata' in entry) {
Static worker exited with code: 1 and signal: null

Please help me to fix this

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): help me to fix
  • RegEx Blacklisted phrase (3): Please help me to fix this
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manish Tamang

79495289

Date: 2025-03-09 01:49:58
Score: 4.5
Natty: 4.5
Report link

The FFMpegKit and mobile-ffmpeg stopped their support, read here for more.
https://tanersener.medium.com/whats-next-for-mobileffmpeg-44d2fac6f09b

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Venkatesh Paithireddy

79495260

Date: 2025-03-09 01:11:52
Score: 4
Natty: 5
Report link

Not an answer, more of an observation. I am on the same chapter trying to learn Rust.

Am correct that the compiler creates two storage locations x_0 and x_1 to prevent unintended memory errors? And both are named "x" in the code?

Doesn't this make intended variable changes errors MORE likely and very hard to find because I now have two real memory locations the code calls the same thing and changes depending on where they are in the code. I could have a "Let" 1000 lines of code before the second "Let" and have no clue what is going on. It makes scope problems very difficult to diagnose.

It seems to me to encourage poor programming habits and reduce clarity. In short, what is the point of shadow variables except to be a lazy programmer?

Reasons:
  • Blacklisted phrase (1): Not an answer
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Andrew Logan

79495096

Date: 2025-03-08 22:02:20
Score: 4.5
Natty:
Report link

Updating helped. I thought it was updated. Thanks for your Comment

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

79495095

Date: 2025-03-08 22:02:20
Score: 4.5
Natty:
Report link

using element.get_attribute("href")

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fermín E. Estrada S.

79495026

Date: 2025-03-08 21:01:08
Score: 4.5
Natty:
Report link

Delete 'type=“text/javascript”'.

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

79495005

Date: 2025-03-08 20:42:04
Score: 7.5 🚩
Natty:
Report link

does there are any solution? I am not able to use wx, when I try to import it the console exists without givingany error. I'm using the newest version of python 3.13.2t free threading. I still can not find the problem.

Reasons:
  • Blacklisted phrase (1): I am not able to
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: felix_weber

79494984

Date: 2025-03-08 20:26:00
Score: 6 🚩
Natty:
Report link

This is not an answer, but I have same problem. Just want to share some observations from my side
I think there is something wrong with the mintAuthority when minting
I'm able to run example from this document successfully https://developers.metaplex.com/candy-machine/guides/airdrop-mint-to-another-wallet#mint-without-guards, but if I replace this test wallet const walletSigner = generateSigner(umi); by my wallet, I will encouter this error

Reasons:
  • Blacklisted phrase (1): this document
  • Blacklisted phrase (1): not an answer
  • Blacklisted phrase (1): I have same problem
  • Has code block (-0.5):
  • Me too answer (2.5): I have same problem
  • Low reputation (1):
Posted by: Viet

79494853

Date: 2025-03-08 18:46:41
Score: 8.5
Natty: 7.5
Report link

Have you found the solution for this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found the solution for this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tamil Selvan

79494850

Date: 2025-03-08 18:44:40
Score: 6 🚩
Natty: 5
Report link

I don't have enough reputation to vote or comment, but thank you Freddie32. You helped me a lot.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): helped me a lot
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fabien A

79494765

Date: 2025-03-08 17:29:24
Score: 4
Natty:
Report link

Verified that the file exists

You’re verifying the wrong file. It’s looking for the AppDelegate from React Native Navigation. Did you follow all the iOS steps for installation?

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

79494739

Date: 2025-03-08 17:18:21
Score: 7
Natty: 7.5
Report link

What if it says refused to connect?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What if it
  • Low reputation (1):
Posted by: sdfghjkiuytre