79699538

Date: 2025-07-12 19:56:02
Score: 1.5
Natty:
Report link

from PIL import Image, ImageDraw

# Load the group photo

group_img = Image.open("group_photo.jpg")

# Coordinates to draw the rectangle around the identified person

# (left, top, right, bottom) — adjust if needed

highlight_coords = (620, 300, 680, 380)

# Draw a red rectangle

draw = ImageDraw.Draw(group_img)

draw.rectangle(highlight_coords, outline="red", width=5)

# Save or show the result

group_img.show() # or use group_img.save("highlighted_group.jpg")

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

79699515

Date: 2025-07-12 19:18:53
Score: 0.5
Natty:
Report link

If anyone ever finds this, the answer was to use the WriterT.tell<W, M>() variant of the tell method - then it's possible to use Eff<RT>. I.e.

public static Eff<RT, bool> doThingWithRuntime<RT>() 
   where RT: struct => 
        liftEff(rt => true);

public static WriterT<StringM, Eff<RT>, string> SayHelloWorld<RT>() 
   where RT: struct => 
        from _1 in WriterT.tell<StringM, Eff<RT>>("world")
        from _2 in doThingWithRuntime<RT>() // now compiles
        from _3 in WriterT.tell<StringM, Eff<RT>>("!")
        select "hello";
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Andy Charalambous

79699498

Date: 2025-07-12 18:58:48
Score: 0.5
Natty:
Report link

I managed to upload the folder in the following way:

I did not find a way to upload a folder or extract a compressed file from the DataPower UI.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Amr M.

79699497

Date: 2025-07-12 18:50:46
Score: 1
Natty:
Report link

There appears to be a label written on the new disk, which is the name from the original disk:

$ sudo e2label /dev/sdb
data-4

Editing the filesystem label to match the disk label solved the problem:

$ sudo e2label /dev/sdb data-5
$ sudo mount LABEL=data-5 /mnt/data
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Gary Aitken

79699492

Date: 2025-07-12 18:34:43
Score: 2.5
Natty:
Report link

this ZXing.Net can create QRCodes using whatever data you give it. it also can create other barcodes

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

79699488

Date: 2025-07-12 18:30:42
Score: 5
Natty: 5
Report link

Can use this approach wokrks fine

https://medium.com/@shubham9032/loading-dynamic-images-in-live-activities-with-push-to-start-tokens-in-ios-9273c0235905
https://medium.com/@shubham9032/loading-dynamic-images-in-live-activities-with-push-to-start-tokens-in-ios-9273c0235905

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Starts with a question (0.5): Can u
  • Low reputation (0.5):
Posted by: shubh14896

79699484

Date: 2025-07-12 18:27:40
Score: 2.5
Natty:
Report link

What i just is that you need to separate the Create and Drop commands.
First try to Drop the table using
await db.execAsync(`DROP TABLE IF EXISTS users;`);
Then run the remaining to create the Table. It seems that Drop command is not working well inside this block of code.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): What i
  • Low reputation (1):
Posted by: Abdul Rafay

79699474

Date: 2025-07-12 18:02:35
Score: 3.5
Natty:
Report link

The archive file you gave is unreadable.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Украинец

79699471

Date: 2025-07-12 17:53:32
Score: 4.5
Natty:
Report link

Sii Cómo te sientes

Por favor Siii

Reasons:
  • Blacklisted phrase (1): Cómo
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Guadalupe Mara del Carmen Riva

79699463

Date: 2025-07-12 17:41:29
Score: 3
Natty:
Report link

I don't have a log library. I'm uploading with PHP 7.3. When I try to upload a 2MB image, it takes 5-10 seconds.

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

79699460

Date: 2025-07-12 17:36:28
Score: 1
Natty:
Report link

I needed to delete the extension, and import it once agaon, and it worked.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Szelek

79699459

Date: 2025-07-12 17:33:27
Score: 2
Natty:
Report link

First thing you need to do is set "chrome" as your mobile default browser and then try to open link in Telegram.
Sometime there are links which only allowed to open inside Telegram so they will no move to Chrome as it is External Browser.

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

79699456

Date: 2025-07-12 17:28:25
Score: 6.5
Natty: 5.5
Report link

السلام عليكم ورحمة الله وبركاته ياخوي كيف سويت ايموجيات بالجوال اتمنى الرد باسرع وقت او بجلدك

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Iii Ii

79699455

Date: 2025-07-12 17:25:24
Score: 0.5
Natty:
Report link

I just wanted to add a last, hacky option that might be useful if you can't/don't want to use CSS/JS:

<label for="not-my-input">
<input name="different-input" type="text" />
</label>

In essence, you add a "for" that doesn't exist.

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

79699451

Date: 2025-07-12 17:17:23
Score: 0.5
Natty:
Report link

./test.py
This is Linux syntax; Windows does not use /, but \

#!/usr/bin/env python
Again, Linux. As far as I know, it is ignored in Windows. Anyway, I would remove it.

All my (main) programs are called a.py (in different directories), in Windows, I start them just typing a (+Enter).

Because of the extension .py (file associations), Windows knows it should be opened by Python. Python makes the necessary steps during the installation, I suppose something went wrong.

Googled, not tested:
assoc .py=Python.File
ftype Python.File="C:\Path\To\python.exe" "%1" %*

Otherwise, uninstall and reinstall Python.

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

79699443

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

What is happening is that 120 and 77 are integers. When the operator/(int,int) function is performed, the return type is int. You either need to have a floating point type value (120.0 & 77.0) or you can typecast one of the values. The C-style typecasting is available and simple, by placing the type to be casted as in parenthesis.

float num = (float)120/77;

However, in C++, static_cast<T>(T) is preferred. Also, I would recommend using double instead of float.

double num = static_cast<double>(120) / 77;

Typically, casting is done for variables and not hard-coded values.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What is
  • Low reputation (1):
Posted by: Matthew Osborne

79699430

Date: 2025-07-12 16:40:14
Score: 0.5
Natty:
Report link

in some other situations you need to use the same folder path if you you specify ./backup in dump use it in restore. Even though your path will become like this ./backup/dbname

mongodump --uri='...' --out=./backup

mongorestore --uri='...' --dir=./backup

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

79699412

Date: 2025-07-12 16:12:09
Score: 3.5
Natty:
Report link

Thanks, the exporting task is solved. Both ways quarto or rmarkdown works fine. But the loop challenge is still on.

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

79699410

Date: 2025-07-12 16:12:09
Score: 0.5
Natty:
Report link

Update _updateFilterText so that it also updates futureRecipe when the filter changes.

void _updateFilterText(String val) {
  print(val);
  setState(() {
    mealTypeFilter = val;
    futureRecipe = RecipeDataService().getRecipes(mealTypeFilter);
  });
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ManojK

79699406

Date: 2025-07-12 16:09:08
Score: 4
Natty:
Report link
Reasons:
  • Blacklisted phrase (1): but not working
  • RegEx Blacklisted phrase (3): not working for me
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
Posted by: Nor.Z

79699390

Date: 2025-07-12 15:35:00
Score: 4.5
Natty: 4
Report link

i lwk dont know NGGER NGGER NGGERNGGER

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

79699388

Date: 2025-07-12 15:28:59
Score: 1.5
Natty:
Report link

enter image description hereThe above solution using a separator and terminator works well, but if you want to try another approach, you can do it without using the separator.

    func test(items: Any...) {
        for item in items {
            print(item, terminator: " ")
        }
        print()
    }
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arjun

79699387

Date: 2025-07-12 15:28:59
Score: 2.5
Natty:
Report link

If you already know the schema, you could create the duckdb table with an explicit schema rather than having it inferred, or cast the columns on the select?

  CREATE  TABLE temp_data (); 
  INSERT INTO temp_data SELECT * FROM read_json_auto('${path}');


CREATE OR REPLACE TABLE temp_data AS
  SELECT cast(x as a), cast(y as b) FROM read_json_auto('${path}');
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: efromvt

79699373

Date: 2025-07-12 15:05:54
Score: 5
Natty:
Report link

Hi i have a similar issue. However, when querying the bucket i get denied

arn:aws:s3:::bucketname/AWSLogs/111111111/CloudTrail/ap-south-1/2025/07/09/111111111_CloudTrail_ap-south-1_20250709T1405Z_zwwNmrzBpawBJ0my.json.gz

Pretty much any prefix in AP.north or south. The bucket policy is lightly different.

            },
            "Action": "s3:*",
            "Resource": "arn:aws:s3:::cloudtrailcentralizedbucket",
            "Condition": {
                "StringLike": {
                    "s3:prefix": [
                        "AWSLogs/111111111/*",
                        "AWSLogs/111111111/CloudTrail/*",
                        "AWSLogs/111111111/CloudTrail/ap-northeast-2/*",
                        "AWSLogs/111111111/CloudTrail/ap-northeast-3/*",
                        "AWSLogs/111111111/CloudTrail/ap-southeast-1/*",
                        "AWSLogs/111111111/CloudTrail/ap-northeast-1/*"
                    ]
                }
Reasons:
  • RegEx Blacklisted phrase (2): Hi i have a
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): i have a similar issue
  • Filler text (0.5): 111111111
  • Filler text (0): 111111111
  • Low reputation (1):
Posted by: D' go

79699368

Date: 2025-07-12 15:00:52
Score: 1.5
Natty:
Report link

I encounter the similar problem.

I found the reason is the driver struct list is defined in miner.h which is included by many c files.

So, I resolve this problem by two steps:

  1. mask the following line in miner.h

    /* Use DRIVER_PARSE_COMMANDS to generate extern device_drv prototypes*/

    //DRIVER_PARSE_COMMANDS(DRIVER_PROTOTYPE)

  2. add the masked line in the beginning of cgminer.c, after miner.h is included

    DRIVER_PARSE_COMMANDS(DRIVER_PROTOTYPE)

It's done.

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

79699367

Date: 2025-07-12 14:58:52
Score: 0.5
Natty:
Report link

Favicon is cached by the browser. When you do a hard reload, it fetches it again. Its reasonable to suspect (as the error suggests) that your Favicon is indeed too large . After the first error, it does not fetch it again, flagging that it does not have a favicon..

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

79699364

Date: 2025-07-12 14:53:51
Score: 1.5
Natty:
Report link

I'm not 100% sure, but I believe you need to have pandoc in PATH.

I had this problem, I installed pandoc and now I can see the equations:

enter image description here

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

79699363

Date: 2025-07-12 14:53:51
Score: 3.5
Natty:
Report link

Right-click on the root project folder in the file list (see image). Select "Repair IDE on File". On pop-up, choose "more" and then "Rescan project indexes". Done.

enter image description here

enter image description here

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

79699358

Date: 2025-07-12 14:45:49
Score: 3.5
Natty:
Report link

In mongodb use the earlier version of node and copy the connection string it works

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

79699350

Date: 2025-07-12 14:27:45
Score: 2
Natty:
Report link

Here's a letter requesting assistance for building a house:

To Whom It May Concern,

I am writing to humbly request assistance to build a safe and secure home for my family. My name is Kavishka, and I live in Sri Lanka with my mother and sister. We have been facing significant challenges since my father passed away when we were young. My mother has been working tirelessly to provide for us, but our financial situation remains precarious.

We currently reside in a small, dilapidated house that is not suitable for living, especially during rainy days. The house leaks, and water enters, making it difficult for us to stay inside. Despite our mother's best efforts, we cannot afford to build a new house with our limited income.

I am reaching out in the hope that kind-hearted individuals or organizations can provide assistance to help us build a safe and secure home. Any contribution, big or small, would bring us closer to achieving our dream of having a decent place to live.

For those willing to contribute, the account details are as follows:

Account Name: J.K.D Jayaweera

Account Number: 109068082073

Bank Name: NSB

I would like to express my deepest gratitude to anyone who considers helping us. Your kindness and generosity would bring immense joy and relief to my family.

Thank you for taking the time to read our story and consider our request.

gmail [email protected]

Sincerely,

Kavishka

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

79699349

Date: 2025-07-12 14:26:44
Score: 0.5
Natty:
Report link

Certainly! Here are the CloudWatch Logs Insights queries for your scenarios:


fields @timestamp, @message
| filter @message like /ClinicID: 7667/
| sort @timestamp desc
| limit 20


fields @timestamp, @message
| filter @message like /ClinicID: 7667/ and @message like /username: simran\+test@example\.com/
| sort @timestamp desc
| limit 20


fields @timestamp, @message
| filter @message like /username: simran\+test@example\.com/
| sort @timestamp desc
| limit 20

For more tips on managing and querying your Python logs in AWS CloudWatch, check out this guide:
👉 Centralize Your Python Logs Like a Pro with AWS CloudWatch Logs

Reasons:
  • Blacklisted phrase (1): this guide
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: WAEX

79699341

Date: 2025-07-12 14:19:43
Score: 2
Natty:
Report link

This work for me: https://github.com/evanw/esbuild/issues/1626#issuecomment-1554236574

<script type="module">
    import { Buffer } from "buffer";
    window.Buffer = Buffer;
  </script>
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: d3roch4

79699340

Date: 2025-07-12 14:18:43
Score: 2
Natty:
Report link

This work for me: https://github.com/evanw/esbuild/issues/1626#issuecomment-1554236574

<script type="module">
    import { Buffer } from "buffer";
    window.Buffer = Buffer;
  </script>
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: d3roch4

79699339

Date: 2025-07-12 14:17:42
Score: 0.5
Natty:
Report link

🎵 Purchase This Beat

Basic Lease – ₹299

Use in your songs/videos (non-exclusive)

MP3 file included

Beat remains available for other buyers

Royalty: 20% of revenue or profit earned using this beat must be paid to me

Credit Required: “Beat by Hanit Kamboj”

---

Premium Lease – ₹499

Use in your songs/videos (non-exclusive)

MP3 + WAV files included

Beat remains available for other buyers

Credit Required: “Beat by Hanit Kamboj”

Semi-Exclusive – ₹1,999

Only you can use this beat

MP3 + WAV + Project files (if needed) included

Beat will not be sold to anyone else

Credit Required: “Beat by Hanit Kamboj”

---

Exclusive Rights – ₹2,999

Only you can use this beat

MP3 + WAV + Project files (if needed) included

Beat will not be sold to anyone else

No royalty or credit required

Payment Details:

UPI ID: hanitkamboj@fam

After Payment:

Send the payment screenshot to:

WhatsApp: +91 9317099814

Instagram: @hanit._kamboj

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hanit Kamboj

79699330

Date: 2025-07-12 13:55:38
Score: 3
Natty:
Report link

adding /Users/testuser/.m2/repository in .m2/settings.xml resolved this.

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

79699326

Date: 2025-07-12 13:52:37
Score: 3.5
Natty:
Report link

I'm facing the same issue, and it's been quite a headache. The error originates within the application itself but doesn't always bubble up to the server logs.

To properly diagnose the problem, I recommend enabling full application logging and thoroughly checking all available logs (including framework-specific or custom logs). You may also want to monitor incoming requests and their responses to catch any silent failures or unexpected behavior.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Low reputation (0.5):
Posted by: Julien Rajerison

79699325

Date: 2025-07-12 13:50:36
Score: 0.5
Natty:
Report link

To write logs to a file using Python’s logging module, you need to add a file handler to your logger.

Here’s a simple example:

import logging

logging.basicConfig(
    filename='myapp.log',              # Log file name
    level=logging.DEBUG,               # Log level
    format='%(asctime)s %(levelname)s:%(message)s'  # Log format
)

logging.info("This will go into myapp.log")

Now, log messages will be written to myapp.log instead of just printing to the console.

For a detailed guide on logging best practices in Python web apps (including handling multiple handlers, log formats, and real-world scenarios), check out this article:
👉 The Right Way to Maintain Logs in Python Web Apps (Part 1)

Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: WAEX

79699312

Date: 2025-07-12 13:37:33
Score: 0.5
Natty:
Report link

To log messages to both a file and stdout using Python’s logging module, you just need to add a second handler—for example, a StreamHandler for stdout—in addition to your existing RotatingFileHandler.

# Stream handler (stdout)
stream_handler = logging.StreamHandler(sys.stdout)
stream_formatter = logging.Formatter("%(asctime)s - %(levelname)s - %(message)s")
stream_handler.setFormatter(stream_formatter)

# add stream handler to logger
logger.addHandler(stream_handler)

For a deeper guide on setting up logging the right way in Python web apps (including best practices, gotchas, and advanced tips), check out this article:
👉 The Right Way to Maintain Logs in Python Web Apps (Part 1)

Reasons:
  • Blacklisted phrase (1): this article
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: WAEX

79699311

Date: 2025-07-12 13:36:33
Score: 0.5
Natty:
Report link

Rather than trying to make a pipe work, are you willing to use the with() function?

df <- data.frame(ID=1:6, col1=c(0,1,2,0,5,0), col2=c("A1", "A2", "B1", "B2","C1", "A3"))
with(df, which(col1 == 0 & grepl("A", col2, fixed=TRUE)))
#> [1] 1 6

<sup>Created on 2025-07-12 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup>

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

79699303

Date: 2025-07-12 13:21:29
Score: 1
Natty:
Report link
#tclsh 8.6

# Convert a collection into a list
proc collection_to_list {a_collection} {
    set my_list {}
    foreach_in_collection item $a_collection {
        lappend my_list [get_object_name $item]
    }
    return $my_list
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ahmed Abdelazeem

79699293

Date: 2025-07-12 13:01:25
Score: 0.5
Natty:
Report link

When defining a member function of a class template outside the class definition, the rules for template parameter repetition depend on the context:

  1. Before :: (Qualified Name)

You must repeat the template parameters because you're specifying the full type of the class template:

template<std::signed_integral T>
Ratio<T>& Ratio<T>::operator+=(...) { ... }
//      ^^^^^^^^ Required: `Ratio<T>`
  1. Return Type

You must repeat the template parameters because the return type is outside the scope of the class:

template<std::signed_integral T>
Ratio<T>& Ratio<T>::operator+=(...) { ... }
// ^^^^^^^ Required: `Ratio<T>&`
  1. Function Parameters

You do not need to repeat them because:

template<std::signed_integral T>
Ratio<T>& Ratio<T>::operator+=(const Ratio& R) { ... }
//                              ^^^^^^ No `<T>` needed here

And why this happen ?

template<std::signed_integral T>
struct Ratio {
    Ratio& operator+=(const Ratio& R); // `Ratio` = `Ratio<T>`
};
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Mohamed Wael

79699280

Date: 2025-07-12 12:43:21
Score: 2
Natty:
Report link

To use a Module with Plain JS you should have a running server in project's folder like apache or vite etc.. then you import the module in your JS Code so try to find the module file from their official website like many other modules do and download it then import it easily in your plain JS or use the CDN if available.

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

79699278

Date: 2025-07-12 12:41:20
Score: 1
Natty:
Report link

I have converted observable to promise and then use await. Don't know this would be right approach or not. There must be better solution.

let result;

if(condition1) {
    result = await firstValueFrom(asyncFun1())
           
} else {
    result = await firstValueFrom(asyncFun2())
}

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

79699261

Date: 2025-07-12 12:24:17
Score: 1
Natty:
Report link
maybe here:
if (isAuth === true) {
    return <Layout />;
  }

  return (
    <Navigate
      to="/login"
      replace
    />
  );


before you get the response,you have direct /login.so your componet have unmount.maybe you should set loading componet,not directly use Navigate componet.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: keys

79699247

Date: 2025-07-12 12:05:12
Score: 3
Natty:
Report link

It is possible with the manual validation task. But note that anyone who has the rights to run that pipeline can also approve this. So it's not very good but does do what you want, in that it'll stop the run until approval and asks for it on each run.

I would like to understand why approval is needed for each run? Do you have it fail often?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have it
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: juunas

79699245

Date: 2025-07-12 12:00:11
Score: 1
Natty:
Report link

Using Copy Activity's advanced editor you can map the JSON value to their DB field as shown below

copyactivity mapping

It will load the data as belowdataloaded

Now you can apply the JSON_VALUE() function to parse the Userjson using below query


SELECT 
[id],body,postid,likes
,JSON_VALUE(userjson,'$.id') AS UserID
,JSON_VALUE(userjson,'$.username') AS UserName
,JSON_VALUE(userjson,'$.fullName') AS fullName
FROM [dbo].[TestJson] as t

It will give the below result

result

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

79699226

Date: 2025-07-12 11:24:03
Score: 1
Natty:
Report link

Yes, what you're describing sounds like a classic use case for reverse proxy chaining using HAProxy or SSH tunneling.

Since Server 1 can initiate outbound connections but not accept inbound ones, one approach could be to have it connect to Server 2 via reverse SSH tunnel, and then route external traffic through Server 2 to access services on Server 1.

HAProxy could also be configured on Server 2 to listen for connections and pass them through the tunnel, but you'd need to handle port forwarding carefully and ensure firewalls don’t interfere.

Depending on your use case (web service, internal access, etc.), you might also consider using tools like ngrok or Cloudflare Tunnel for temporary remote access.

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

79699224

Date: 2025-07-12 11:20:02
Score: 5.5
Natty: 4.5
Report link

This issue return again since 2 days ago
https://developer.apple.com/forums/thread/792545?login=true&page=1#848727022

does there another sloution ?
like ecrypt the model without depend on Apple server ?

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

79699223

Date: 2025-07-12 11:18:01
Score: 4
Natty:
Report link

Ashwani Raj

header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ashwani Raj

79699222

Date: 2025-07-12 11:17:00
Score: 3.5
Natty:
Report link

leave expo, leave react native this so wrong thing you are getting your self in, please i beg you leave it

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

79699220

Date: 2025-07-12 11:16:00
Score: 3.5
Natty:
Report link

OneDrive: Admins can configure a group policy to block specific folders from OneDrive Sync. Supposedly in development and coming this year. Says rollout June 2025, but they've obviously missed that deadline.

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

79699214

Date: 2025-07-12 11:05:57
Score: 2
Natty:
Report link

I don't know why, but for me npm cache clean --force did the trick.

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

79699208

Date: 2025-07-12 10:51:54
Score: 3.5
Natty:
Report link

我是这样配置的,不知道是否能帮到你!

root@R430 /e/r/k3s# cat registries.yaml 
mirrors:
  harbor.horon.top:
    endpoint:
      - "https://harbor.horon.top:8089"
configs:
  "harbor.horon.top:8089":
    auth:
      username: admin
      password: horon63163798
    tls:
      cert_file: /opt/harbor/certs.d/harbor.horon.top.cert
      key_file: /opt/harbor/certs.d/harbor.horon.top.key
      ca_file: /opt/harbor/certs.d/ca.crt
Reasons:
  • Has code block (-0.5):
  • No latin characters (3):
  • Low reputation (1):
Posted by: Horon Lee

79699205

Date: 2025-07-12 10:48:53
Score: 9.5
Natty: 5.5
Report link

aaaaaaaaaaa

aaaaaaaaaaaaaaaaaaaa

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • No latin characters (3.5):
  • Filler text (0.5): aaaaaaaaaaa
  • Filler text (0): aaaaaaaaaaaaaaaaaaaa
  • Low entropy (1):
  • Low reputation (1):
Posted by: Spicetify

79699204

Date: 2025-07-12 10:48:53
Score: 2
Natty:
Report link

# Move the video file to a new location for sharing

video_path = "/mnt/data/khamza_video_final.mp4"

destination_path = "/mnt/data/khamza_video_final_for_share.mp4"

shutil.move(video_path, destination_path)

destination_path

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

79699203

Date: 2025-07-12 10:46:53
Score: 1.5
Natty:
Report link

while searching, i found this repo https://github.com/oxyroid/touchbar. you might found it useful. it uses jetpack compose by the way

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

79699201

Date: 2025-07-12 10:45:52
Score: 2.5
Natty:
Report link

I have seen one problem which is that the images inside your images folder have 1.jpg or 1.JPG. Meaning the name of images are inconsistent some have lower case jpg and some have Capitalize JPG which is the main issue and your contact form submit button needs styling improvement also.

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

79699196

Date: 2025-07-12 10:36:49
Score: 6
Natty:
Report link

Possible Solution which does work:

I was able to run the ui file by adding the plugins path at the beginning of my script to point towards the correct directory.

qt_plugin_path = r"<<path>>" 
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = qt_plugin_path

I would like to know if this is the correct method and if there are any pointers to check to see if the setup installation is correct! I would appreciate any solutions or helpful suggestions.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): I would like to know
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1.5): would appreciate
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Agni Sen

79699190

Date: 2025-07-12 10:25:47
Score: 1
Natty:
Report link

In the first snippet, the name used in the reference (request) is not the same as the name of the parameter (req), resulting in the undefined symbol 'request' error.

Once the name is fixed and the http:Caller parameter is removed (since you are directly returning the response payload from the resource rather than using the caller value to respond), it should work as expected.

    resource function post upload(http:Request req) returns string|error? {
        stream<byte[], io:Error?> streamer = check req.getByteStream();

        check io:fileWriteBlocksFromStream("./uploads/ReceivedFile.pdf", streamer);
        check streamer.close();
        return "File Received!";
    }

If the erroneous code was from the official documentation, could you report an issue here?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: MaryamZi

79699187

Date: 2025-07-12 10:21:46
Score: 3.5
Natty:
Report link

Two links to read giving the different possibilities:

https://learn.microsoft.com/en-us/power-query/multiple-queries

https://learn.microsoft.com/en-us/power-bi/guidance/power-query-referenced-queries

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

79699184

Date: 2025-07-12 10:18:45
Score: 3
Natty:
Report link

<img src="sandbox:/mnt/data/ayda_zen_card_sheet_A4.jpg" width="100%" style="border: 1px solid #ccc; border-radius: 6px;"/>

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

79699183

Date: 2025-07-12 10:17:45
Score: 3.5
Natty:
Report link

adding "noImplicitAny": false in tsconfig.json did the trick for me

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

79699173

Date: 2025-07-12 10:00:40
Score: 2
Natty:
Report link

You can override Apache’s default 404 page by adding ErrorDocument 404 /custom404.html to your .htaccess or Apache config. Just make sure the file exists and paths are correct.

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

79699171

Date: 2025-07-12 09:54:39
Score: 2.5
Natty:
Report link

class="_2pin

_2piu

_a6_r">597615686992125</

td></tr><tr><td class="_2pin

_a6_q">Evento</td> <td

class="_2pin

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Citlalli Garcia campos

79699166

Date: 2025-07-12 09:49:33
Score: 8
Natty:
Report link

I Face the same issue but for now doesn't working can you give your solution sbd what package you

Reasons:
  • RegEx Blacklisted phrase (2.5): can you give your solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I Face the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Altan

79699164

Date: 2025-07-12 09:47:32
Score: 0.5
Natty:
Report link

Short Answer:

No, removing all < characters does not guarantee safety. It's not a complete protection against XSS.

Detailed Explanation:

Removing < characters eliminates traditional HTML tag-based XSS vectors, but XSS isn't limited to just <script> or tag-based injections. There are several reasons why this approach is incomplete and insecure:

1. Other injection vectors still exist

Even without <, some browsers and environments may parse attribute values, URL schemes, or CSS content dangerously.

<a href="javascript:alert(1)">Click me</a>

No <script>, but still triggers JS if the input controls href.

2 Entities and character encodings

Attackers can use character entities like:

<script>alert(1)</script>

Some systems decode these back into <script>, especially if decoding happens at the browser layer or during sanitization.

3. Context-aware XSS

HTML injection

JavaScript context injection (e.g., inside event handlers or inline scripts)

CSS context injection (style="url(javascript:...))

If your app injects user data into inline JS, HTML attributes, or styles, removing < isn't enough.

Correct Way to Sanitize:

Use context-aware escaping or sanitization libraries, such as:

DOMPurify (for HTML sanitization)

Lodash _.escape (for basic escaping)

React's dangerouslySetInnerHTML — only use with sanitized content!

Conclusion:

Removing < may reduce risk but doesn’t make content fully safe. Always sanitize input based on context (HTML, JS, CSS, URLs). Use a library — not custom regex.

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

79699160

Date: 2025-07-12 09:39:30
Score: 5
Natty: 4.5
Report link

print("You are an adult.")

print("Congratulations! You are an adult now.")

age = int(input("Please tell me your age: "))

Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell me your
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hera lon

79699159

Date: 2025-07-12 09:39:30
Score: 0.5
Natty:
Report link

The issue is that the boundingRect is not updated when children are updated, and the application must manage this explicitly.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: spraff

79699155

Date: 2025-07-12 09:34:29
Score: 1.5
Natty:
Report link

Done some research and I need to wrap it in a arrow function.

    displayWith = (value: string) => {
        let gauge = this.gs.getDirect(value);
        return gauge?.type + " " + gauge?.symbol;
    };

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Eem

79699152

Date: 2025-07-12 09:30:27
Score: 3.5
Natty:
Report link

facing the same error related to react-native-safe-area-context , react-native-screens & react-native-svg ,react-native-navigation :

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same error
  • Low reputation (1):
Posted by: jovi wang

79699148

Date: 2025-07-12 09:29:26
Score: 6
Natty: 5
Report link

''ve tried restarting the emulator, updating Android Studio, and adjusting RAM settings, but nothing seems to help. My setup includes Android Studio and the latest emulator version. Any advice on how to fix this?

Reasons:
  • RegEx Blacklisted phrase (1.5): how to fix this?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MD.ALAMGIR HOSEN

79699147

Date: 2025-07-12 09:28:26
Score: 2.5
Natty:
Report link

Sequoia no longer supports Quick Look Generator.

Apple has moved away from Quick Look Generator plugins and towards App Extensions for providing preview functionality.

Case closed.

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

79699144

Date: 2025-07-12 09:24:25
Score: 0.5
Natty:
Report link

Okay so i included everything: in the debug configuration -> the -d.lib files and the .lib files as in the release configuration (under Linker -> Input). Then added additional library directories and additional include directories. i tried inputting SFML_STATIC in preprocessor section but that didn't work too. After some time i deleted it (thanks to the previous comment) and the code worked.

Also try to set ISO C++ Standard 17 under C/C++ -> Language and run in 'Debug' mode and make sure x64 is selected, and while making a new project select "Empty Project" and not "Windows Desktop Application" or anything else

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AneeshD

79699142

Date: 2025-07-12 09:21:24
Score: 3
Natty:
Report link

I recommend you use GetController using Getx Package https://pub.dev/packages/get its very powerfull, and has this setup, use a GetService to store the data and it has onclosed or ondestroy. to run logout when the app is destroyed. check it out.

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nasserallah Hourichi

79699132

Date: 2025-07-12 09:04:20
Score: 0.5
Natty:
Report link

I solved the extracting/ refactoring issue by selecting the widget then hovering over Refactor and then click on extract flutter widget. View the image to see what I mean

I hope this was helpful!

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

79699126

Date: 2025-07-12 08:41:16
Score: 1.5
Natty:
Report link

with pure css, it is also possible.

html{scroll-behavior: auto !important;} 
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hakan

79699124

Date: 2025-07-12 08:35:15
Score: 0.5
Natty:
Report link

Building on @Krisz's and @a0z's I present this sick on liner to disable Quickedit right from cmd.exe shell or a .cmd script.

I need it for a .CMD script, however calling powershell.exe -Command with ', ", ~, | and & is absolutely impossible, not even half of it can be escaped properly in an .CMD. So in-between Base64 is the way.

C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command "$Type = [System.Text.Encoding]::ASCII.GetString([Convert]::FromBase64String('dXNpbmcgU3lzdGVtO3VzaW5nIFN5c3RlbS5SdW50aW1lLkludGVyb3BTZXJ2aWNlcztwdWJsaWMgc3RhdGljIGNsYXNzIENvbnNvbGVNb2RlU2V0dGluZ3N7Y29uc3QgdWludCBFTkFCTEVfUVVJQ0tfRURJVCA9IDB4MDA0MDtjb25zdCB1aW50IEVOQUJMRV9JTlNFUlRfTU9ERSA9IDB4MDAyMDtjb25zdCBpbnQgU1REX0lOUFVUX0hBTkRMRSA9IC0xMDtbRGxsSW1wb3J0KCJrZXJuZWwzMi5kbGwiLCBTZXRMYXN0RXJyb3IgPSB0cnVlKV1zdGF0aWMgZXh0ZXJuIEludFB0ciBHZXRTdGRIYW5kbGUoaW50IG5TdGRIYW5kbGUpO1tEbGxJbXBvcnQoImtlcm5lbDMyLmRsbCIpXXN0YXRpYyBleHRlcm4gYm9vbCBHZXRDb25zb2xlTW9kZShJbnRQdHIgaENvbnNvbGVIYW5kbGUsIG91dCB1aW50IGxwTW9kZSk7W0RsbEltcG9ydCgia2VybmVsMzIuZGxsIildc3RhdGljIGV4dGVybiBib29sIFNldENvbnNvbGVNb2RlKEludFB0ciBoQ29uc29sZUhhbmRsZSwgdWludCBkd01vZGUpO3B1YmxpYyBzdGF0aWMgdm9pZCBFbmFibGVRdWlja0VkaXRNb2RlKCkge1NldENvbnNvbGVGbGFnKEVOQUJMRV9RVUlDS19FRElULCB0cnVlKTtTZXRDb25zb2xlRmxhZyhFTkFCTEVfSU5TRVJUX01PREUsIHRydWUpO31wdWJsaWMgc3RhdGljIHZvaWQgRGlzYWJsZVF1aWNrRWRpdE1vZGUoKSB7U2V0Q29uc29sZUZsYWcoRU5BQkxFX1FVSUNLX0VESVQsIGZhbHNlKTtTZXRDb25zb2xlRmxhZyhFTkFCTEVfSU5TRVJUX01PREUsIGZhbHNlKTt9cHJpdmF0ZSBzdGF0aWMgdm9pZCBTZXRDb25zb2xlRmxhZyh1aW50IG1vZGVGbGFnLCBib29sIGVuYWJsZSkge0ludFB0ciBjb25zb2xlSGFuZGxlID0gR2V0U3RkSGFuZGxlKFNURF9JTlBVVF9IQU5ETEUpO3VpbnQgY29uc29sZU1vZGU7aWYgKEdldENvbnNvbGVNb2RlKGNvbnNvbGVIYW5kbGUsIG91dCBjb25zb2xlTW9kZSkpIHtpZiAoZW5hYmxlKSB7Y29uc29sZU1vZGUgfD0gbW9kZUZsYWc7fSBlbHNlIHtjb25zb2xlTW9kZSAmPSB+bW9kZUZsYWc7fVNldENvbnNvbGVNb2RlKGNvbnNvbGVIYW5kbGUsIGNvbnNvbGVNb2RlKTt9fX0='));Add-Type $Type;[ConsoleModeSettings]::DisableQuickEditMode()"

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Krisz's
  • User mentioned (0): @a0z's
  • Low reputation (0.5):
Posted by: Joachim Otahal

79699122

Date: 2025-07-12 08:31:14
Score: 3
Natty:
Report link

Simply put the functions you don't want to see into a separate script file.

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

79699119

Date: 2025-07-12 08:20:11
Score: 1
Natty:
Report link

You can simply remove livewire* from the ignore_paths which will start capturing the requests along with the queries.

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

79699108

Date: 2025-07-12 07:56:05
Score: 1
Natty:
Report link
  1. Make sure your worker class has an @AssistedInject constructor with @Assisted parameters for Context and Worker Parameters.

  2. Use @HiltWorker on the worker class.

  3. Inject dependencies via constructor.

  4. Use HiltWorkerFactory to create the worker.

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

79699104

Date: 2025-07-12 07:46:03
Score: 4.5
Natty: 4.5
Report link

I'm having this same issue. When I test the command, it cannot be found. Howevwer, when I do "chmod" +x test.txt it responds with: chmod: test.txt: No such file or directory.

Please help.

Reasons:
  • RegEx Blacklisted phrase (3): Please help
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Seak000

79699097

Date: 2025-07-12 07:34:01
Score: 2.5
Natty:
Report link

Using your file explorer, go to the folder where the repository is and view the hidden folders. One of the folder named .git should be there. Just delete it and you will be okay to go.

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

79699095

Date: 2025-07-12 07:33:00
Score: 1
Natty:
Report link

I was having this exact same problem on a Macbook Pro m4, however it was a big deal for me since I do heavy use of direnv and it was completely unusable (bash is used by direnv to load its stdlib, and was segfaulting).

Updating to latest macOS version (Sequoia 15.5 from 14.X) solved the problem for me.

Reference: https://github.com/orgs/Homebrew/discussions/6270

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

79699089

Date: 2025-07-12 07:26:59
Score: 1
Natty:
Report link

UPDATE

As mentioned here:

The status of the captured payment.

Enum Value Description
COMPLETED The funds for this captured payment were credited to the payee's PayPal account.
DECLINED The funds could not be captured.
PARTIALLY_REFUNDED An amount less than this captured payment's amount was partially refunded to the payer.
PENDING The funds for this captured payment was not yet credited to the payee's PayPal account. For more information, see status.details.
REFUNDED An amount greater than or equal to this captured payment's amount was refunded to the payer.
FAILED There was an error while capturing payment.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mauro Celani

79699086

Date: 2025-07-12 07:22:57
Score: 8
Natty: 4.5
Report link

stuck in same problem, @BullyWiiPlaza did you find any solution for this and other new applications onboarded are working fine but the one we migrated showing the exact same behaviour which you have mentioned

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you find any solution
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @did
  • Single line (0.5):
  • Low reputation (1):
Posted by: Prateek Singh Chauhan

79699072

Date: 2025-07-12 06:58:51
Score: 2
Natty:
Report link

These recurring /telescope/telescope-api/requests?... Calls every ~3 seconds are made by Laravel Telescope’s front-end UI itself to poll for new request data. They get triggered automatically when you have the Telescope page open in your browser.

How to Stop the Requests

  1. Temporary : Simply closing the Telescope UI in your browser will stop the polling as

  2. Permanently:

    public function register(): void
    {
        $this->hideSensitiveRequestDetails();
        $isLocal = $this->app->environment('local');
        $isTelescopeRequest = request()?->is('telescope/telescope-api/*');
        Telescope::filter(function (IncomingEntry $entry) use ($isLocal) {
            return $isLocal ||
                    !$isTelescopeRequest||
                    $entry->isReportableException() ||
                    $entry->isFailedRequest() ||
                    $entry->isFailedJob() ||
                    $entry->isScheduledTask() ||
                    $entry->hasMonitoredTag();
            });
    } 
    

Make sure you have not made any changes in the default configurations of the telescope to capture it's request also. Please share you configurations also so that we will be able to provide more details for a simple solutions.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please share you
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arun ov

79699067

Date: 2025-07-12 06:46:48
Score: 1.5
Natty:
Report link

I hope your issue has been resolved if not then please follow below mentioned steps it might help you as it helped me.

  1. Make sure that if you marked module as a default then you don't have to use {} when importing into another file where u will use it.

  2. Check all the files in which you have used that module and make sure you don't use {} if the module is exported as default.

Hope this will help.

Reasons:
  • Whitelisted phrase (-1): Hope this will help
  • RegEx Blacklisted phrase (1): I hope your issue has been resolved if not then please
  • No code block (0.5):
  • Low reputation (1):
Posted by: chintu lalwani

79699062

Date: 2025-07-12 06:40:47
Score: 1.5
Natty:
Report link

I thought I'd add a macro solution just for fun:

#define printit(S, X, F)\
do{\
    printf("%s", (S));\
    printf((F), *(X));\
} while(0)

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

79699055

Date: 2025-07-12 06:34:45
Score: 2.5
Natty:
Report link

NO IT IS NOT LIKE WHENEVER WE CREATE A DATABASE USING OUR MONGO CONNECTION DATABASE APPEARS ALWAYS IT MUST BE AN ERROR.ALTHOUGH IT SHOWS AN EMPTY DATABASE AFTER USING SHOW DATABASE AT NODE JS IN COMMAND PROMPT.

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

79699051

Date: 2025-07-12 06:29:44
Score: 2.5
Natty:
Report link

I got your problem, follow the steps to solve it

Navigate to editor > Editor Settings > Editors > 3D > Navigation

Under Navigation you will find Emulate 3 Button Mouse check it and from Navigation Scheme, select Tablet/Trackpad from the list.

Emulate 3 Button Mouse and Navigation scheme in godot

Now you will be able to navigate the 3d view easily orbit with your trackpad and alt key , pan with shift + trackpad, etc.
Emulate 3 Button Mouse and Navigation scheme in godot

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shashank Sharma

79699049

Date: 2025-07-12 06:27:44
Score: 0.5
Natty:
Report link

In my opinion you should use the middleware of react to check if the cookie is present or not and based on that redirect the user to auth pages or to the dashboard. You can use react router for redirecting. Once the token is found in the cookie you can then call your validation route to check if the user token is valid or not.

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

79699045

Date: 2025-07-12 06:23:43
Score: 1
Natty:
Report link

I'm not sure if this also works with pixi.

If you are using the new version of VSCode (and the corresponding Python extension), you have to install the Python Environment (yes, it is a pre-release extension) and enable it by:

"python.useEnvironmentsExtension": true

Refer to this post: Reddit

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

79699043

Date: 2025-07-12 06:16:41
Score: 3
Natty:
Report link

If AVURLAsset tracks are empty but playback works, it may be a metadata issue ask your Homework assistor for help fixing it!

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

79699024

Date: 2025-07-12 05:24:31
Score: 1
Natty:
Report link

SYSVOL is shared automatically on Domain Controllers, not on any other an other roles. You may confirm via net share command. For every type of workstation or server (including Domain Controllers, member servers, workgroup computers) every machine with Windows OS (except Windows home edition) has a local policy that is applied to the machine. If the machine is a domain member then additionally site, domain, OU based policies apply to the same machine in order. If a setting exists in more thO and set differently in different GPOs, then the last applying GPO setting overwrites the others. SYSVOL has no relationship with local policy, it is an infrastructural directory that holds GPO setting for the domain, site, OUs in Active Directory and sysvol directories are replicated automatically via DFS_R replication mechanism between ONLY domain controllers of the same domain.

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

79699021

Date: 2025-07-12 05:23:31
Score: 1
Natty:
Report link

Just a second, I reread the documentation I saw that 😅:

You should use the field profile_pic instead of profile_picture_url. According to the docs, request these fields:

name, username, profile_pic, follower_count, is_user_follow_business, is_business_follow_user

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

79699020

Date: 2025-07-12 05:22:30
Score: 0.5
Natty:
Report link

There are methods for getting or generating a unique ID for your app on a mobile device.
1. ios - if IDFV suffices for your needs, otherwise generate a GUID and store it in the keychain for that device.
2. android - Android Device ID

Given that you have a unique identifier for the mobile app on that device, when you authenticate to your backend to generate your JWT token, you should embed that identifier into the token.

Each request to your server should include the identifier in some way (typically as a header), and the jwt token.

Your server should inspect the request header and the token to make sure they match.

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

79699017

Date: 2025-07-12 05:10:28
Score: 2
Natty:
Report link

I encountered the problem too. Finally found that I only enabled the Integrated Graphics instead of nvidia GPU.

You can check whether nvidia GPUs are enabled or not in switchable graphics settings.

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

79699016

Date: 2025-07-12 05:02:26
Score: 5.5
Natty:
Report link

i have the same problem with codeigniter 3.

just test different version of php_sqlsrv_ts_x64.dll and check one of them will work

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Low reputation (0.5):
Posted by: Mohammadreza Esmaeeli

79699012

Date: 2025-07-12 04:51:23
Score: 1
Natty:
Report link

You could use the sys module

Put this on top wherever you need your icons


#main.py
import sys
sys.path.append('...')
# Now the imports should work
import icons
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Charizard_knows_to_code

79699010

Date: 2025-07-12 04:41:21
Score: 3
Natty:
Report link

def update_email

user = User.find(params[: thranesh I.kampun.manager]).update_attributes! email: params[:user][: [email protected]]

end

def update_password

user = User.find(params[:thraneshi.kampun.manager]).update_attributes! password: params[:user][:Selvi@120728]

end

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Selvi