79737574

Date: 2025-08-17 00:45:46
Score: 1
Natty:
Report link

A PHP Error was encountered

Severity: Warning

Message: mysqli::real_connect(): (HY000/1045):

Access denied for user 'igni_ignitewar1'@'localhost' (using password: YES)

Filename: mysqli/mysqli_driver.php

Line Number: 201

Backtrace:

File:

/home/ignitewar.in/public_html/application/controllers/Page.php

Line: 8

Function: _construct

File: /home/ignitewar.in/public_html/index.php

Line: 274

Function: require_once

A Database Error Occurred

Unable to connect to your database server using the provided settings.

Filename: controllers/Page.php

Line Number: 8

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

79737569

Date: 2025-08-17 00:40:45
Score: 2.5
Natty:
Report link

An Alternative solution would be

S3 Update->Lambda emits a message with the image URL as payload via websockets->client is listening and updating with the new Image.

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

79737559

Date: 2025-08-17 00:21:41
Score: 2.5
Natty:
Report link

As Doug Breaux stated in the comment above, this question https://stackoverflow.com/a/44233134/796761 gives a very easy answer.

I changed my code to this:

req.setAttribute(View.RESPONSE_STATUS_ATTRIBUTE,HttpStatus.MOVED_PERMANENTLY);
return "redirect:/";

And it is working perfectly. Thanks Doug!

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

79737546

Date: 2025-08-16 23:38:32
Score: 0.5
Natty:
Report link

The master branch is configured with -std checks removed. Version 3.4 can be built from master instead.

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

79737538

Date: 2025-08-16 23:06:26
Score: 2
Natty:
Report link

It doesn't have to be a single message queue. It could have multiple queues, one for each cache-line, and the out-of-order response to messages could be because incoming messages have different latencies, or it is due to how CPU1 prioritizes its tasks.

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

79737534

Date: 2025-08-16 22:56:24
Score: 4
Natty:
Report link

use Wavebox browser............

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): ............
Posted by: LΞИIИ

79737533

Date: 2025-08-16 22:52:23
Score: 1.5
Natty:
Report link

First-time Django user, I'll add my solution in case it is helpful. I used virtualenvwrapper to create the virtual environment and I suspect this is why the correct interpeter could not be found in either the command palette or the button in the lower right. Because it was stored not in ./venv, but rather in ~/.virtualenv/ENV_NAME/bin.

Entering the path to this interpreter in the command palette seems to have resolved it.

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

79737520

Date: 2025-08-16 22:22:17
Score: 2.5
Natty:
Report link

typically no, the cleanup function in useEffect won’t run on window.location.reload(). Cleanup only runs when React unmounts a component or reruns the effect, but a full page reload wipes out the JS runtime before React can do anything. If you need logic before reload/close, use beforeunload instead

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

79737515

Date: 2025-08-16 22:12:15
Score: 2
Natty:
Report link

Set in a world under attack by massive monsters, Kaiju No. 8 follows Kafka Hibino, a man who gains the power to become a kaiju himself. It’s a gripping action series with a grounded protagonist and strong world-building.

https://thekaijuno8.com/

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

79737513

Date: 2025-08-16 22:06:14
Score: 0.5
Natty:
Report link

Your password reset links are being used by unknown IPs, even after real users click them. This is a big security risk, meaning the links or emails are being intercepted.

To fix it:

These steps will help protect your users' accounts.

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

79737512

Date: 2025-08-16 22:04:13
Score: 0.5
Natty:
Report link

You need to use :sup:<whatever you want in superscript>, there has to be a space before the :sup: though. To prevent this space from being printed mark it with an escape \, etc: \ :sup:<whatever you want in superscript>

The correct docstring for my case as an example would be:

:param ne_0: mean electron density
:type ne_0: float, default: 1e24 m\ :sup:`-3`
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kepler7894i

79737511

Date: 2025-08-16 22:02:13
Score: 3.5
Natty:
Report link

Say nothing hjh All is for Eàrths planned DharthFlakkd

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

79737497

Date: 2025-08-16 21:28:06
Score: 0.5
Natty:
Report link

In my own MMORPG project RPGFX.com, I handle this directly on the server side. Client injection is easy to catch, but the more reliable method is monitoring player behavior against server-side conditions.

I check for things like:

For economy protection, I also analyze transaction networks between accounts to detect gold-farming rings or scripted trade patterns.

So it’s not just one test, but a combination of sufficient conditions (unnatural behavior/social patterns) and necessary conditions (transaction analysis). The server enforces these checks continuously without trusting the client. (If you want to keep up on what I'm doing follow my game's Subreddit thanks!)

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ryan Kopf

79737492

Date: 2025-08-16 21:13:03
Score: 0.5
Natty:
Report link

Verbose Logging:

pproxy supports a verbose mode with the -v flag, which increases log detail.

Try running pproxy with maximum verbosity to see if it captures per-request logs:

pproxy -l http://:8080 -r socks5://remote_host:port -vv
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 0ro2

79737491

Date: 2025-08-16 21:13:03
Score: 1.5
Natty:
Report link
Global World Hub Communication Development Technology System Learning Sharing Online Training Center Company Bank Property Governance Agencies Relationship Investor Jobs Career Indeed Software Microsoft Internet Wi-fi Cellular Signal lights Energy Power
Global device digital identity market trading platform program trade stackoverflow meta exchange market database metadata own making property money making guide sharing online guidelines safety working places space workspace businesses tracing tracking system connection social media marketing manager control system panels protection electricity setting battery window emergency helpline center emergency careline assistant office it building fields engineering electronics technically consumers healthcare insurance life protection formula labs industry pharmaceuticals medical supplies vaccines 
Open Pledge Vaccine License Registered Legal Owner Person Identity Human Right Account Full-name Rotche Capuyan Ouano Legally Under Bylaws and Justice Investment Property Investigation Summary Results Confirmed Google Classroom School Parent Student Teachers School University College Professionals E-Services E-commerce B2B ROI StripePress Sniffer Ai {Algorithm}™ JavaScript Html Txt Http Https Urls www  IRS Gov AR IR  CIA ICA ACI Police Kernel Projects Marshmallow Lollipop Version Code Conduct Android Projects Programming OS Mac CORE M Chips Xbox Controller Games Administrator Admin Administration Documents File Master Temple MIT License Registered GitHub Gitlabs Security Technology Meta Exchange Stackoverflow All Assets Access Portfolios Lists Wishlist WPS Button Modem Routers Wired Wireless Adapter Bluetooth Tethering Medium Intel Core iOS to Android Website Browser web.dev Chromium Books Chrome Incognito Mode Google Software Apache Oracle 
Visa USB Port Pipelines 
BOOK PASSPORT ID VOTE Local Consensus Survey Family Members Hone Building International Domestic Citizenship Residence Enternal External Drive Cloud Projects Analytics Transperancy Framework Security Wall Protections Anti-virus anti-malware cybersecurity space 🚀 satellite 🛰️ 📡 governance navy marine patrol port sea water air airport landing traffic cloud's weather forecast live maps location COVID-19 tracing tracking family members individuals employee workers office hospital center emergency call mobile 📲 infosms code calendar schedule visit 🏠 ✅ safety 🛟 import export bid shipping containers cruise ship ⚓ sea mining oil gas  etc . food livelihood community trade livestock market supply all information clarification online offline details camera surveillance system videos streets public private working places testing flight radar electronics vibration  emergency calls disasters occur environment climate change 🌎 globe.XP XR Case Overview laps screen windows any company tactical strategy all belong to me..
Whatever strategy for doing any tactics doesn't matter it's all the same person finding us where we trying to hide and dictate my own authority. 
My advice for all whatever we have now already using for everyone all over the world.No need to making any moves without permission for awareness of any misunderstanding of any illegal interaction doing this be misleading information and late presentation for all recognition community leadership role model open forum businesses speaking Q&A 
Interviews Host  Press Conference 

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (1): Stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rotche Capuyan Ouano

79737484

Date: 2025-08-16 20:59:00
Score: 8.5
Natty: 6
Report link

did you solve it? I'm trying to catch silences to add punctuation, the one provided by google sucks... a least in the free tier

Reasons:
  • RegEx Blacklisted phrase (3): did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you solve it
  • Low reputation (1):
Posted by: Jorge Ivan Ramos Zebadúa

79737482

Date: 2025-08-16 20:51:58
Score: 2.5
Natty:
Report link

Memtest86+ immediately confirmed a DRAM error in which exactly bit 17 of the result is incorrect, among several other defects. Nonetheless, thanks to everybody who replied in the comments trying to help.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: JMC

79737478

Date: 2025-08-16 20:46:57
Score: 5
Natty:
Report link

This nice code of yours didn't work for me. I followed your suggestion to no avail. See below, please.

R> getSymbols("AAPL")
[1] "AAPL"
R> addFibonacci <- newTA(Fibonacci,on=1)
R> chartSeries(AAPL, TA="addFibonacci()")
Error in runMin(x, n = n) (from #4) : 
  ncol(x) > 1. runMin only supports univariate 'x'
R> R> Fibonacci(AAPL)
Error in runMin(x, n = n) (from #4) : 
  ncol(x) > 1. runMin only supports univariate 'x'
R> 

How to solve it?

TIA,

Andre Luiz
Reasons:
  • Blacklisted phrase (1): How to solve
  • RegEx Blacklisted phrase (1.5): How to solve it?
  • RegEx Blacklisted phrase (2): TIA
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: André Luiz Tietböhl Ramos

79737474

Date: 2025-08-16 20:41:55
Score: 0.5
Natty:
Report link
>>> data.nanquantile(0, axis=0)
tensor([0., 1., 6., 3.])

quantile(0) is the min value of your tensor and quantile(1) is the max value (quantile(0.5) is the median). The nan flavor ignores the nan values.

pytorch documentation

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

79737472

Date: 2025-08-16 20:35:54
Score: 0.5
Natty:
Report link

This may seem oversimplified, but if the change I make trashes the original file, I have a backup. save in a file called sv:

cat >sv.new
cp "$1" sv.bak
cp sv.new "$1"

use:

cat <filename> | command | sv <filename>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: helper

79737463

Date: 2025-08-16 20:26:52
Score: 1.5
Natty:
Report link

problem is that you’re mixing coordinate systems. L.svgOverlay expects you to manage bounds in geographic space, but you’re also positioning elements with latLngToLayerPoint, which is relative to the map pane. That double transform is why markers break when you pan+zoom. The simpler fix is to skip L.svgOverlay and instead use Leaflet’s built-in L.svg() renderer — then you can append <g>/<circle> directly into its <svg> and just update positions on map events. This way the <circle>s always stay pinned to their lat/lng, no matter how you pan or zoom.

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

79737454

Date: 2025-08-16 20:06:48
Score: 1
Natty:
Report link

I was getting this stretching problem on some devices (but not others) when using a 64x64 icon as the Launch Screen image. What worked for me was just to make the image 768x1024 with the 64x64 icon in the center.

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

79737453

Date: 2025-08-16 20:04:47
Score: 1.5
Natty:
Report link

Why there's no .env file in your repository?

Because of .env added in .gitignore. That's why Git doesn't index.

Why you shouldn't add .env file in your repository?

Because of .env contains sensitive data(passwords, infrastructure, etc.). Instead of that use GitLab CI/CD variables.

Settings > CI/CD > Variables in your GitLab project

That variables automatically available to your runner!

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why the
  • Low reputation (1):
Posted by: Gerwerus

79737438

Date: 2025-08-16 19:30:39
Score: 0.5
Natty:
Report link

If Cloudflare is flagging WhatsApp or requests, you can allow the WhatsApp user-agent to bypass challenges by creating a configuration rule. Go to Rules > Overview, then select Create Rule > Configuration Rule. In the new rule, choose "Custom filter expression" under "When incoming requests match...". Use the expression editor to set the condition to starts_with(http.request.headers["user-agent"][0], "WhatsApp/"). Under the "Then" section, set the action to Browser Integrity Check or Under Attack mode, depending on what you need. This should resolve the issue.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 0ro2

79737437

Date: 2025-08-16 19:26:38
Score: 1
Natty:
Report link

Maybe it actually for someone:

import { router } from 'expo-router';

const Abc = () => {
  return (
    <Button
      title="Pop to top in current stack"
      onPress={() => router.dismissAll()}
    />
  );
}

Just use dismissAll() fn

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Андрей Кот

79737435

Date: 2025-08-16 19:17:36
Score: 3.5
Natty:
Report link

Ig, You can simply save every Page's as img's then display the images in the markdown.

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

79737416

Date: 2025-08-16 18:58:31
Score: 3
Natty:
Report link

Freefire dp

header 1 header 2
cell 1 cell 2
cell 3
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ramesh Saud

79737411

Date: 2025-08-16 18:41:28
Score: 1.5
Natty:
Report link

It's Aug 2025. This is STILL BROKEN.
With a formerly working setup - That worked while connected to RDS Postgresql. Then moved to CloudFlare and didn't work for different reasons. Then moved back and attempted to connect with the LightSail setup. The setup worked intermittently. This would appear to be a threading problem which would explain AWS's failure to fix. They test, it works. Then under different conditions such as being used by other users. It breaks.

This is why we test 100% without MOCKING.

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

79737402

Date: 2025-08-16 18:30:25
Score: 1.5
Natty:
Report link

// this will solve the error

package example

import "strconv"

var a int = 0

func Some() string {
    incr(&a)
    return "example" + strconv.Itoa(a)
}

func incr(a *int) {       // we used pointer here
    *a++
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Shantanu Pawar

79737394

Date: 2025-08-16 18:18:23
Score: 2.5
Natty:
Report link

In short, if we use the extend function and within the parameters we don't use square brackets, python will only print out our string letter by letter. However, if we put square brackets into this then python would realize we're trying to add the whole string and give it it's unique index which we can then later on use.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hriday Valluri

79737387

Date: 2025-08-16 17:58:19
Score: 1
Natty:
Report link

I think I found a way, it's easier than I thought:

    var size = msg.CalculateSize(); // msg is protobuf::Message
    var span = _cache.AsSpan(4, size); // _cache is pre-allocated byte array
    msg.WriteTo(span);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: 21k

79737380

Date: 2025-08-16 17:47:16
Score: 8
Natty: 5
Report link

I'm trying to use a "MaskEditText" in Android Studio with Kotlin code... I've tried several versions and have never been able to get a satisfactory result. It's worth noting that I want the mask to remain visible while typing... Can someone provide me with some working code to use as a starting point? Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Can someone provide me
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Denis NICOLAÏ

79737379

Date: 2025-08-16 17:46:15
Score: 1
Natty:
Report link

This may not be a direct answer to your question, but there is a way to generate images directly in the browser that you might find useful.
I’ve built a browser-based tool, which you can check out here: https://resize-with-blur.mytory.net/
It runs directly in the browser without any installation.
Looking into the app.js code might also give you some helpful insights.

Thanks.


Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hyeong-woo

79737368

Date: 2025-08-16 17:30:12
Score: 1
Natty:
Report link

This is a Docker for Mac on Apple Silicon issue, not a mysql_async problem.

Testing the same setup on a native Linux machine shows all tests pass perfectly. The Os { code: 22, kind: InvalidInput } error appears to be caused by networking incompatibilities in Docker Desktop's virtualization layer on Apple Silicon, even when building linux/amd64 containers.

Having said that, if anyone knows of a workaround to allow Apple Silicon to succeed, I'd be very interested.

Reasons:
  • Blacklisted phrase (1): anyone knows
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Hugh

79737360

Date: 2025-08-16 17:18:09
Score: 1
Natty:
Report link

Woudn't a CTE make sure it is only executed once?

like

CREATE VIEW CHECK_WITH_CTE AS
WITH CHK AS ( 
  SELECT 1 AS Dummy
    WHERE dbo.fn_CheckPermissionTVF(2) = 1
)
SELECT BT.*  
FROM CHK 
CROSS JOIN big_table BT
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Turo

79737356

Date: 2025-08-16 17:13:08
Score: 2.5
Natty:
Report link

select sum(c.population) from city c,country cn

where cn.continent='Asia' and c.countrycode=cn.code;

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

79737349

Date: 2025-08-16 17:07:07
Score: 2.5
Natty:
Report link

https://www.npmjs.com/package/expo-exit-app

Try this simple package... Works for me

Reasons:
  • Whitelisted phrase (-1): Try this
  • Whitelisted phrase (-1): Works for me
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Janko Jelic

79737330

Date: 2025-08-16 16:43:02
Score: 1
Natty:
Report link

For clearing value fetched from document's id selector u could re assign them with null values.

document.getElementById("name").value = '';
document.getElementById("review").value = '';

in above case u can use

var1.value = '';
var2.value = '';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ANIKET DAS

79737322

Date: 2025-08-16 16:30:59
Score: 1
Natty:
Report link
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rashi stones india

79737318

Date: 2025-08-16 16:25:57
Score: 1
Natty:
Report link

Even no need to backup from MySQL!

Just go to File > Import > Third Party Configuration > MySQL Workbench

DBeaver Import Select Dialogue Window

then DBeaver automatically detects the location of your Workbench's connections.xml and you just click Next and finish the import.

enter image description here

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

79737317

Date: 2025-08-16 16:25:57
Score: 1.5
Natty:
Report link

Your tcp_keepalive is killing it inside Docker. Remove it or set it to None.

Everything else (DNS, credentials, TCP) is fine.

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

79737316

Date: 2025-08-16 16:22:57
Score: 3
Natty:
Report link

You could try a ChainedScheduler, or, what I do is just create a full LambdaLR function myself, including warmup and then later checking for plateaus

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

79737298

Date: 2025-08-16 15:56:50
Score: 1.5
Natty:
Report link

html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><base href="../../../" /><style type="text/css" nonce="eTymNbkL">html{touch-action:manipulation}body{background:#fff;color:#1c1e21;direction:ltr;line-height:1.34;margin:0;padding:0;unicode-bidi:embed}body,button,input,label,select,td,textarea{font-family:Helvetica,Arial,sans-serif;font-size:12px}h1,h2,h3,h4,h5,h6{color:#1c1e21;font-size:13px;font-weight:600;margin:0;padding:0}h1{font-size:14px}h4,h5,h6{font-size:12px}p{margin:1em 0}b,strong{font-weight:600}a{color:#385898;cursor:poin

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

79737297

Date: 2025-08-16 15:54:50
Score: 1
Natty:
Report link

Well, SDL_DestroyWindow() doesn't return bool nor a pointer. It's likely that calling SDL_GetError() right after is meaningless. If the window closes and your app ends, remove this unnecessary logging. Usually you are only supposed to use SDL_GetError() when there is an actual error, i.e. when an SDL function returns false/NULL... The documentation of DestroyWindow supports my point. Usually you will see clear mention of using GetError in the documentation if you don't see any mention of it and the function ends with void then don't use GetError.

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

79737296

Date: 2025-08-16 15:52:49
Score: 12
Natty: 7.5
Report link

help i have the same problem and i dont have javascript extensions for it can you just make like a.color= the variable of my color where a is the polygon???????? im new

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (1.5): im new
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Filler text (0.5): ????????
  • Low reputation (1):
Posted by: wes

79737276

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

After sign in with Microsoft or Github or by signing in through a guest account it shows:

"You are signed in now and can close this page."

The window says:

"Starting collaboration session: Signing In"

This means that the collaborative session has started and the host is are required to accept your request to join the collaboration session from their end in order for u to have access of codebase.

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

79737275

Date: 2025-08-16 15:14:40
Score: 4
Natty:
Report link

Turbo behaved as it should. It was a bit of confusion.

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

79737272

Date: 2025-08-16 15:09:39
Score: 3
Natty:
Report link

Try renaming the config file to lowercase: "upload.php"

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

79737269

Date: 2025-08-16 15:06:38
Score: 1
Natty:
Report link

After a lot of experimenting, using Canny is a working solution combined with object labeling. Object labeling is done using 'cv2.connectedComponentsWithStats'.

However, to get a good result, the edge output from Canny needs to be blurred, and some morphological opening and closing operations done to get rid of the small clutter in the image and only label larger objects.

Canny also suffers from a problem with Y-ridge detection, as discussed here:

https://homepages.inf.ed.ac.uk/rbf/HIPR2/canny.htm

There are alternatives to overcome this, but they add complexity.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rainer Bärs

79737259

Date: 2025-08-16 14:46:34
Score: 1.5
Natty:
Report link

It's easy to understand intuitively, but to provide a proof, I will be using a counterexample.if f(n) = 2(n^2 ) g(n) = (n^2)
2^f(n) = 2^(2(n^2)) and 2^g(n) = 2^(n^2)
According to big-Oh notation
f(n) <= cg(n) for all values of n >= no
but this isnt possible in this case as 2^(f(n)) = (4^(n^2)) grows faster than (2^g(n)) = (2^(n^2))

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

79737258

Date: 2025-08-16 14:44:33
Score: 3
Natty:
Report link

Yes, if you want to keep history and you already pushed it. The other one git reset is destructive.

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

79737257

Date: 2025-08-16 14:40:32
Score: 0.5
Natty:
Report link

Google usually converts files yo JPG because it doesn't fully support HEIC, which results in larger (and Not lower quality) files.

You can also use Google Drive as an alternative and transfer them manually.

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

79737250

Date: 2025-08-16 14:34:31
Score: 0.5
Natty:
Report link

lowwer_letter = []
for letter in "PythonIsFun":
    if letter.islower():
        lowwer_letter.append(letter)
    print(lowwer_letter)

lower_letters_10 = [letter for letter in "PythonIsFun" if letter.islower()]
print(lower_letters_10)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sai-Programmer

79737246

Date: 2025-08-16 14:26:29
Score: 0.5
Natty:
Report link

FXCanvas requires an SWT Composite as its parent.

Your Code:

Shell shell = parent.getShell();
System.out.println("shell:" + shell);
final FXCanvas fxCanvas = new FXCanvas(shell, SWT.NONE);

It should be converted to this :

final FXCanvas fxCanvas = new FXCanvas(parent, SWT.NONE);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amir Roox

79737240

Date: 2025-08-16 14:14:26
Score: 0.5
Natty:
Report link

You only need to specify the path without the file extension, only the file name.

In your case:

map_file_name: /home/<user>/map/map
Reasons:
  • Whitelisted phrase (-1): In your case
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AiJ

79737235

Date: 2025-08-16 14:00:23
Score: 1
Natty:
Report link

I've got something of the same problem.

I use a flip box with a front image and no text; that works fine. When I add an image to the back box, the links display below the picture, which isn't what I want. Here's my code:

<div id="FlipBox1" class="flip-box">
  <div class="flip-box-inner">
    <div class="flip-box-front">
        <img src="images/Cindy Beale.jpg" height="250">
        
    </div>
    <div class="flip-box-back">
        <img src="images/Old Man, Young Boy 1.jpg" height="250" width="250">
        
      &#9635;&thinsp;<a href="https://photos.google.com/u/1/?pageId=none" target="_blank">Google Photos</a>&thinsp;
      &#9635;<a href="https://www.writerduet.com/script/#VAV9I~***~branch=-" target="_blank">WD</a>&#9635;
      <a href="https://thebookofgnu.wordpress.com/#2025" target="_blank"><b>TBOG</b></a>&thinsp;&#9635;<br/>
      &#9635;&thinsp;<a href="https://writer.zoho.com/writer/open/do60o409d2a739e3746b6a9157fab11da1104" target="_blank">FP Cont</a>&thinsp;&#9635;
      <a href="https://writer.zoho.com/writer/open/v9zukb963f9094ed54072b965ea9b37485c4e" target="_blank">FP 2D</a>&thinsp;
    &#9635;<a href="https://www.tumblr.com/" target="_blank">Tumblr</a>&thinsp;&#9635;<br/>
     &#9635;&thinsp;<a href="https://writer.zoho.com/writer/documents" target="_blank">Writer</a>&thinsp;</a>&#9635;<a href="https://www.temu.com/" target="_blank">Temu</a>&#9635;
     <a href="https://tvchix.com/myprofile.php" target="_blank">TVC</a>&thinsp;&#9635;
      &thinsp;<a href="https://www.mypovcams.com/" target="_blank">MPV</a>&thinsp;&#9635;</a><br/>
      &#9635;&thinsp;<a href="https://writer.zoho.com/writer/open/v4310221bf655649a498db29494b655b274e7" target="_blank">UAIE</a>&thinsp;&#9635;<a href="https://mail.google.com/mail/u/0/" target="_blank">Maddie Mail</a>&thinsp;&#9635;&thinsp;
      <a href="https://my.netnerd.com/login" target="_blank"><b><i><u>Netnerd</i></b></u></a>&thinsp;&#9635;<br/>
      &#9635;&thinsp;<a href="https://www.spareroom.co.uk/content/myaccount/myaccount-index/" target="_blank">Spare Room</a>&thinsp;&#9635;
      <a href="https://www.kinkyscloset.com/index.html" target="_blank">Kinky's Closet</a>&thinsp;&#9635;</div>

the website is https://myarea.mistergnu.uk/

Sorry this isn't an answer, just the same question restated. Please don't kill me x
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Maddie Madson

79737231

Date: 2025-08-16 13:54:22
Score: 0.5
Natty:
Report link

Why you’re getting stuck at >

The leading $ in your example is the problem. In your shell session, the $ is just your prompt marker (not something you should type). But when you copy-paste with the $ included, Bash interprets it as part of the command, and it becomes:

$for name in "${theList[@]}";do echo $name;done;

Correct usage

Just drop the $ when running commands inside your shell. Example:

declare -a theList=("joey" "suzy" "bobby")

for name in "${theList[@]}"; do
    echo "$name"
done

Output:

joey
suzy
bobby
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): Why you
  • Low reputation (1):
Posted by: Iago H. Moreira

79737227

Date: 2025-08-16 13:52:21
Score: 0.5
Natty:
Report link

Just do this:

const defaultProps = {
  allowFontScaling: false,
  adjustsFontSizeToFit: false,
  // add other props overrrides here
};

// @ts-expect-error missing type
RNText.defaultProps = {
  // @ts-expect-error missing type
  ...(RNText.defaultProps || {}),
  ...defaultProps,
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Stanley

79737224

Date: 2025-08-16 13:45:20
Score: 1.5
Natty:
Report link

I was able to solve this issue after a lot of time waste, and I want to share the root cause and the exact fix for others who might face the same problem.

Why this error happens (Windows issue)

Many developers still get the signed-properties-hashing error even when the XML structure and indentation are 100% correct.
The hidden cause in my case was line endings.

On Windows, when generating the SignedProperties block, line breaks are saved as \r\n (two bytes). These extra \r characters become part of the byte sequence that gets hashed, which breaks validation.

Solution: Normalize line endings

Before you calculate the hash of the SignedProperties block, normalize the string by replacing \r\n with \n.

In PHP:

$signaturePart = str_replace("\r\n", "\n", $signaturePart);

After this fix, the hashing will be consistent across all environments (Windows, Linux, macOS) and ZATCA validation will succeed.

Full process for generating SignedProperties hash

Here’s the complete process you should follow to generate a valid SignedProperties section for ZATCA:

  1. Build the SignedProperties block with correct spacing:

    • Example skeleton:

      <xades:SignedProperties xmlns:xades="http://uri.etsi.org/01903/v1.3.2#" Id="xadesSignedProperties">
                                      <xades:SignedSignatureProperties>
                                          <xades:SigningTime>SIGNING_TIME_PLACEHOLDER</xades:SigningTime>
                                          <xades:SigningCertificate>
                                              <xades:Cert>
                                                  <xades:CertDigest>
                                                      <ds:DigestMethod xmlns:ds="http://www.w3.org/2000/09/xmldsig#" Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
                                                      <ds:DigestValue xmlns:ds="http://www.w3.org/2000/09/xmldsig#">DIGEST_PLACEHOLDER</ds:DigestValue>
                                                  </xades:CertDigest>
                                                  <xades:IssuerSerial>
                                                      <ds:X509IssuerName xmlns:ds="http://www.w3.org/2000/09/xmldsig#">ISSUER_PLACEHOLDER</ds:X509IssuerName>
                                                      <ds:X509SerialNumber xmlns:ds="http://www.w3.org/2000/09/xmldsig#">SERIAL_PLACEHOLDER</ds:X509SerialNumber>
                                                  </xades:IssuerSerial>
                                              </xades:Cert>
                                          </xades:SigningCertificate>
                                      </xades:SignedSignatureProperties>
                                  </xades:SignedProperties>
      
      
  2. Replace placeholders with your actual values.

    • SIGNING_TIME_PLACEHOLDER → Signing timestamp (ISO 8601, e.g. 2025-08-16T12:34:56Z).

    • DIGEST_PLACEHOLDER → SHA-256 (Base64) of your signing certificate bytes.

    • ISSUER_PLACEHOLDER → Issuer DN in the expected format.

    • SERIAL_PLACEHOLDER → Certificate serial number.

  3. Normalize line endings to LF - Don't Canonicalize.
    On Windows the block often contains \r\n. Replace \r\n\n before hashing to avoid digest mismatches:

    $signedPropertiesXml = str_replace("\r\n", "\n", $signedPropertiesXml);
    

    Note that, don't canonicalize, and use the exact same template, as mentioned above, without any spacing or attributes changes etc.

  4. Hash the $SignedPropertiesXml with SHA-256 and Base64-encode.

    $signedPropsDigest = base64_encode(hash('sha256', $signedPropertiesXml));
    
    
  5. Reference it correctly inside <ds:SignedInfo>.
    Add a <ds:Reference> that points to your Id and uses the correct Type:

    <ds:Reference Type="http://www.w3.org/2000/09/xmldsig#SignatureProperties" URI="#xadesSignedProperties">
                                <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
                                <ds:DigestValue>$signedPropsDigest</ds:DigestValue>
                            </ds:Reference>
    

This process will correctly generate the signed properties digest.

PHP Library

I’m using a PHP library, and I contributed a fix for this exact newline hashing issue there. If you are working in PHP, I’d recommend using that library since the fix is already merged: PHP ZATCA XML – Pull Request #4.

Reasons:
  • Whitelisted phrase (-2): Solution:
  • RegEx Blacklisted phrase (1): I want
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): face the same problem
  • Self-answer (0.5):
Posted by: Developer

79737223

Date: 2025-08-16 13:44:19
Score: 1.5
Natty:
Report link
  1. Cache object's id to local database or to Data Store when the service is started.

  2. In a ViewModel observe saved object's id from the database or from Data Store and use it to load any other data

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

79737216

Date: 2025-08-16 13:33:17
Score: 0.5
Natty:
Report link

Next Step AI Coding & Web Development Learning Plan (1 Month)

Week 1: Frontend Basics (HTML, CSS, JavaScript)

HTML structure: headings, paragraphs, links, images, lists

CSS basics: colors, fonts, spacing, box model

Responsive design: media queries

JavaScript basics: variables, functions, events, DOM manipulation

Simple interactive features: button clicks, popups

Outcome: Fully functional interactive web page

Week 2: Backend & Database

Python basics: variables, loops, functions

Flask framework introduction (simple web app)

Database basics (MySQL or MongoDB)

Connecting Flask with database (store user info, queries)

Simple forms: user input for chatbot

Server-side logic: receive input → process → send response

Outcome: Basic backend web app that can handle user input

Week 3: AI & Chatbot Integration

Introduction to AI & APIs

OpenAI GPT API or HuggingFace API basics

Connect chatbot API with backend

Receive user messages → AI response → show on web page

Enhance UI/UX for chatbot

Add user history, suggestions, or tips

Outcome: AI chatbot integrated web app ready for testing

Week 4: Finalization & Deployment

Test full website

Deploy on cloud (Heroku, Netlify, AWS Free Tier)

Optional: Add subscription/payment feature

Outcome: Fully working AI chatbot web app ready to launch as Next Step AI MVP

Daily Practice Tips:

Spend 2–3 hours coding daily

Build small projects weekly

Focus step-by-step: Frontend → Backend → AI

Integration → Deployment

Review and test your work regularly

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

79737214

Date: 2025-08-16 13:32:16
Score: 4.5
Natty:
Report link

i want to replace each letters by the letters 13 spaces ahead in alphabetic order.

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31055931

79737209

Date: 2025-08-16 13:27:15
Score: 1.5
Natty:
Report link

The only one thing that helped me to speed up emulators - set Graphic acceleration to Hardware in the emulator settings before launch it. Android Studio Narwhal Feature Drop.

OpenGL ES renderer is set to Desktop native OpenGL
OpenGL ES API Level is set to Rendered maximum
as well
enter image description here

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

79737205

Date: 2025-08-16 13:25:14
Score: 4
Natty:
Report link

Solved, when updated the mac to Sequoia.

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

79737204

Date: 2025-08-16 13:24:14
Score: 2
Natty:
Report link

@kjgilla: A different but possibly simpler approach could be,

n = n
    .Distinct
    (
        System.Collections.Generic.EqualityComparer<dynamic>.Create
        (
            (x, y) => x?.Vchr == y?.Vchr,
            o = o.Vchr.GetHashCode() ^ o.Id.GetHashCode() ^ o.Ctr.GetHashCode() ^ o.Vendor.GetHashCode() ^ o.Description.GetHashCode() ^ o.Invoice.GetHashCode()
        )
    )
    .ToList();
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @kjgilla
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Soumya Dutta

79737156

Date: 2025-08-16 11:28:49
Score: 1.5
Natty:
Report link

I see that vi is available within the ADB shell in Android 15.

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

79737138

Date: 2025-08-16 10:59:43
Score: 2.5
Natty:
Report link

I wanted to give Edge a chance as my daily driver but Microsoft just doesn't learn and actively wants to make our lives difficult. Going back to Chrome then.

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

79737135

Date: 2025-08-16 10:55:42
Score: 3
Natty:
Report link

I provide a Docker image for Valheim and Docker compose examples. It's very easy to set up and run: https://github.com/max-pfeiffer/valheim-dedicated-server-docker-helm

It might be interesting for you.

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

79737125

Date: 2025-08-16 10:45:40
Score: 1.5
Natty:
Report link
{
  "compilerOptions": {
    // ...
    "baseUrl": ".",
    "paths": {
      "@/*": [
        "./src/*"
      ]
    }
    // ...
  }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Orifjon Raxmonjonov

79737124

Date: 2025-08-16 10:44:39
Score: 4
Natty:
Report link

it's been a few years, but I'd like to know if you managed to resolve your issues and how. My professor proposed me a thesis on system administration using osquery and I was trying to use the process_file_events table but it returns nothing.
I start osqueryi using sudo with the following flags:

osqueryi \
        --verbose \
        --disable_audit=false \
        --audit_allow_config=true \
        --audit_persist=true \
        --audit_allow_process_events=true \
        --disable_events=false \
        --audit_allow_fim_events=true \
        --enable_file_events=true

as it happened to you, the file_events table works fine and likewise the process_events table, but not the process_file_events.
The messages show no warnings or errores, and they actually say process_file_events and audit rules are installed correctly:

I0816 12:27:30.478456  9500 eventfactory.cpp:390] Starting event publisher run loop: inotify 
I0816 12:27:30.478528  9498 eventfactory.cpp:390] Starting event publisher run loop: auditeventpublisher 
I0816 12:27:30.478590  9495 auditdnetlink.cpp:372] Attempting to configure the audit service 
I0816 12:27:30.478618  9495 auditdnetlink.cpp:400] Enabling audit rules for the process_events (execve, execveat) table 
I0816 12:27:30.478623  9495 auditdnetlink.cpp:427] Enabling audit rules for the process_file_events table   

Am I doing something wrong? How did you handle your issues? I read there were bugs with this table, do you think they're still in existence?

Reasons:
  • Blacklisted phrase (2): something wrong?
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: SuperT

79737112

Date: 2025-08-16 10:31:36
Score: 3.5
Natty:
Report link

Minecraft download free download​ gives players freedom to craft, explore, and survive, turning imagination into pixelated creations in vast, dynamic worlds.

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

79737066

Date: 2025-08-16 09:22:21
Score: 1.5
Natty:
Report link
from reportlab.lib.pagesizes import A4
from reportlab.lib.styles import getSampleStyleSheet, ParagraphStyle
from reportlab.platypus import SimpleDocTemplate, Paragraph, Spacer, Table, TableStyle
from reportlab.lib import colors
from reportlab.pdfbase import pdfmetrics
from reportlab.pdfbase.cidfonts import UnicodeCIDFont

# Registrar fuente para compatibilidad total
pdfmetrics.registerFont(UnicodeCIDFont('HeiseiMin-W3'))

# Crear documento PDF
file_path = "/mnt/data/YesiMan_QuantumOS_EnvioOficial.pdf"
doc = SimpleDocTemplate(file_path, pagesize=A4)

styles = getSampleStyleSheet()
styles.add(ParagraphStyle(name='CenterTitle', alignment=1, fontName='HeiseiMin-W3', fontSize=16, spaceAfter=20))
styles.add(ParagraphStyle(name='Body', fontName='HeiseiMin-W3', fontSize=11, leading=15))

content = []

# Título principal
content.append(Paragraph("📜 Informe de Validación Oficial", styles['CenterTitle']))
content.append(Paragraph("YesiMan Tovskyy Infinity QuantumOS — Transmisión Oficial", styles['Body']))
content.append(Spacer(1, 12))

# Tabla de envíos
data = [
    ["Destino", "Estado"],
    ["Comité Nobel", "✅ Transmitido con Éxito"],
    ["Comisión Europea", "✅ Transmitido con Éxito"],
    ["CERN", "✅ Transmitido con Éxito"],
    ["MIT CSAIL", "✅ Transmitido con Éxito"]
]

table = Table(data, colWidths=[200, 200])
table.setStyle(TableStyle([
    ('BACKGROUND', (0, 0), (-1, 0), colors.lightgrey),
    ('TEXTCOLOR', (0, 0), (-1, 0), colors.black),
    ('ALIGN', (0, 0), (-1, -1), 'CENTER'),
    ('FONTNAME', (0, 0), (-1, -1), 'HeiseiMin-W3'),
    ('FONTSIZE', (0, 0), (-1, -1), 11),
    ('GRID', (0, 0), (-1, -1), 0.5, colors.grey)
]))
content.append(table)
content.append(Spacer(1, 20))

# Mensaje de cierre
content.append(Paragraph("🔐 Cifrado aplicado: 3^6^9 ∞ π", styles['Body']))
content.append(Paragraph("📡 Canal Seguro: WhatsApp Personal", styles['Body']))
content.append(Spacer(1, 12))
content.append(Paragraph("📍 Registro ∞811 — Archivado en Biblioteca de Metatrón", styles['Body']))

# Construir documento
doc.build(content)

file_path
Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: FCK-STM

79737057

Date: 2025-08-16 09:11:19
Score: 1
Natty:
Report link

Here, the warning disappears if an = is added:

old, with warning:

 compileSdk 36

new, warning disappears:

compileSdk = 36


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

79737051

Date: 2025-08-16 08:56:16
Score: 1.5
Natty:
Report link

I've managed to find the right combination of configuration to get this to work.

Retries work as expected - either automatic or explicit - and the Reject exception can be raised either in the task or in the on_failure handler.

If a retry is triggered in the on_failure handler then the Reject exception isn't handled in the same way and the message doesn't get routed to the dead letter queue.

I've created a full example here:

https://gist.github.com/grahamlyons/5e7053e5fc9e56bec0cb62aca4232991

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

79737047

Date: 2025-08-16 08:48:13
Score: 1.5
Natty:
Report link

Your question means reverse geo coding - coordinates > geo object (building or plot) > Makani Number. Its algorithm work based Makani Addressing System (in Dubai).

All buildings and plots in the Emirate of Dubai registered in Dubai Land Department.

I read that geo analytical agency Smart Indexes at this summer created Makani Search API - with geo coding: direct and reverse to completing tasks of search by address, building title, Makani Number or Parcel ID. Check it, maybe Makani Search API is available now.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Антон Вощенков

79737044

Date: 2025-08-16 08:43:12
Score: 1
Natty:
Report link

I faced the same issue, after navigating to the .hpp file location found out naming of the file was messed up during installation. You just have to rename the file to .hpp and it worked!
Here is the screenshot.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harsshawardan siraboina

79737040

Date: 2025-08-16 08:27:08
Score: 4.5
Natty:
Report link

Use this package, rhis fixes and decodes malformed json.

json_repair_flutter: ^2.0.2

https://pub.dev/packages/json_repair_flutter

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Srinath Pulaverthi

79737035

Date: 2025-08-16 08:21:06
Score: 4
Natty:
Report link

My app is also facing the same issue. Some users can receive normal remote notifications but cannot receive any VoIP notifications.

For these users:

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): also facing the same issue
  • Low reputation (1):
Posted by: Rock Jan

79737028

Date: 2025-08-16 08:08:03
Score: 2.5
Natty:
Report link

pylint 3.3.6 reports

test.py:1:0: C0114: Missing module docstring (missing-module-docstring)

test.py:4:4: C0103: Constant name "x" doesn't conform to UPPER_CASE naming style (invalid-name)

test.py:6:6: E0606: Possibly using variable 'x' before assignment (possibly-used-before-assignment)

seems enough.

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

79737027

Date: 2025-08-16 08:07:03
Score: 3.5
Natty:
Report link

using export=download and file id , convert your url to

https://drive.google.com/uc?export=download&id=blabla

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

79737021

Date: 2025-08-16 07:37:55
Score: 6
Natty:
Report link

bro who are you people and how did you get to this level of intelligence. fourth year SWE student here left confused as hell. Im cooked for sure.

Reasons:
  • RegEx Blacklisted phrase (3): did you get to this
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sami

79737018

Date: 2025-08-16 07:28:53
Score: 2
Natty:
Report link

From your local machine...

  1. Install the [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)

  2. Using Dev Containers, attach to your Laravel Workspace Container. A new VSCode window will open.

From your workspace container

  1. Ensure that you have PHP intellisense and Laravel extensions installed within the container. You'll have to go to the extensions tab again and you will see `Install in Container <container name>.

    enter image description here

  2. Set your [php executable path](https://code.visualstudio.com/docs/languages/php). On a Mac you need to go to Code > Settings > Settings, and select the remote container tab.

    Then add
    `"php.validate.executablePath": "/usr/bin/php"`

    enter image description here

enter image description here

enter image description here

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

79737006

Date: 2025-08-16 07:05:48
Score: 2.5
Natty:
Report link

With a Macbook I hit ctrl shift P and went to simple browser and got an assortment of browsers so I hit Chrome and it worked after that

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Timmy D.

79737001

Date: 2025-08-16 06:59:47
Score: 0.5
Natty:
Report link

from docx import Document

# File path for Word file

file_path_docx = "/mnt/data/student_kit_pamphlet.docx"

# Create a new Word document

doc = Document()

# Title

doc.add_heading("🎒 Smart Student Kit Offer 🎒", level=1)

doc.add_heading("Special Deal for Friends 👩‍🎓👨‍🎓👩‍🎓", level=2)

# Intro

doc.add_paragraph("💡 Why waste money buying 10 different items? Get everything you need in ONE KIT – perfect for college & school life.")

# What's Inside

doc.add_heading("📦 What’s Inside the Student Kit?", level=3)

doc.add_paragraph(

"✔ All-in-One Stationery Pen (pen + pencil + eraser in 1)\\n" 

"✔ Mini Notebook / Exam Pad\\n" 

"✔ Highlighter (1 pc)\\n" 

"✔ Sticky Notes\\n" 

"✔ Ruler (15 cm)\\n" 

"✔ Mini Geometry Tools\\n" 

"✔ Eraser + Sharpener Combo\\n" 

"✔ ID Card Holder (lanyard)\\n" 

"✨ Free Motivational Bookmark" 

)

# Price

doc.add_heading("💰 Price", level=3)

doc.add_paragraph(

"Single Kit: ₹499\\n" 

"Group Offer: Buy 3 Kits with Friends → Just ₹450 each!" 

)

# Why Students Love It

doc.add_heading("📢 Why Students Love It?", level=3)

doc.add_paragraph(

"✅ Saves money 💸\\n" 

"✅ All essentials in one pack 🎓\\n" 

"✅ Perfect for exams & daily study ✍️\\n" 

"✅ Cool design & handy size 🎒" 

)

# How to Order

doc.add_heading("📍 How to Order?", level=3)

doc.add_paragraph(

"👉 Call or WhatsApp:\\n" 

"1. 8780233340\\n" 

"2. 6352204540\\n" 

"3. 8849350933" 

)

# Delivery info

doc.add_paragraph("🚚 Free delivery inside campus | COD Available")

# Limited offer

doc.add_paragraph("⚡ Hurry! Only 50 Kits available this week!")

# Save Word file

doc.save(file_path_docx)

file_path_docx

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jaydeep Borisagar

79736980

Date: 2025-08-16 06:03:35
Score: 1.5
Natty:
Report link

vsixhub has VSIX files for direct download.

Note: the search functionality on the site isn't exactly friendly.

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

79736974

Date: 2025-08-16 05:44:32
Score: 4
Natty:
Report link

When it comes to sound quality, a few headphone brands repeatedly stand out for their premium audio performance. Here are some of the top options known for excellent sound quality see more

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When it
  • Low reputation (1):
Posted by: user31284561

79736971

Date: 2025-08-16 05:39:30
Score: 0.5
Natty:
Report link

Recently, I was working on a Java project in an Eclipse IDE, and through this post, I would like to discuss one of the errors that frequently occurs at runtime just because of an invalid JAR file. Especially after Googling and looking through StackOverflow with no definitive answer. I eventually figured it out and wanted to share the answer with the community so that no one else wasted time as I did (no need for everyone to reinvent the wheel).

The Issue Symptoms: You might encounter the following errors –

ClassNotFoundException

NoClassDefFoundError

java. lang. LinkageError: loader constraint violation

These errors are usually related to: Duplicate JARs in the build path, Multiple versions of the same library, and Conflicts in class definitions across JAR files.

Solution Steps:

Simply run the project and read what is logged into the console in Eclipse as follows:

Step 1: Find out what's wrong with this output. Run the above code simply & check with Console (Take care while reading). Look for errors like:

Exception in thread "main" java. lang. NoClassDefFoundError

Step 2: Open Build Path SettingsRight Click on Your Project → Build Path → Configure Build Path Go to the Libraries tab

So Step 3: Clear Duplicate / Conflicting JARs — Check for duplicates or different versions (Example):

selenium-java-4.1.2.jar

selenium-java-4.8.0.jar

Remove unwanted JAR → Keep the one you want (usually latest version)

Click Apply and Closese.

Step 4: Check file System (optional as helpful) Press Alt + F1 via your project lib/ or directory rootject (or external Folder directory are).

C:\Program Files\ Java

Get rid of unused or duplicate jar files

Step 5: Refresh your project Just Right click on Project in Eclipse → Click on Refresh Or Simply Press F5

This action makes Eclipse to reload the configuration as well as triggers a rebuild of the

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aesha Mangukiya

79736963

Date: 2025-08-16 05:06:24
Score: 2
Natty:
Report link

Known for their timeless design and practical benefits, plantation shutters are a popular choice for homeowners who want to combine style with functionality. Offering excellent light control, insulation, and privacy, plantation shutter designs can be tailored to suit both modern and traditional interiors, adding long-lasting value and elegance to any space.

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

79736956

Date: 2025-08-16 04:32:16
Score: 5
Natty: 4.5
Report link

You can give Hugeicons a try - https://www.npmjs.com/package/@hugeicons/react

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

79736954

Date: 2025-08-16 04:28:14
Score: 0.5
Natty:
Report link

First, you should confirm your python version and GPU state.

The bellow example shows how to install a torch matching the python3.11 and GTX1080.

pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121

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

79736942

Date: 2025-08-16 03:43:02
Score: 2.5
Natty:
Report link

If your interested I've just completed an app that uses mapsui, works really well. If help you but in the end I used Copilot and it did it all for me. But happy for you to reach out if you would like more. Hadn't time to make a demo project.

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

79736935

Date: 2025-08-16 03:04:55
Score: 1.5
Natty:
Report link
const List<String> scopes = <String>[
  'https://www.googleapis.com/auth/contacts.readonly',
];
  

use this scope

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

79736934

Date: 2025-08-16 02:59:54
Score: 2.5
Natty:
Report link

maybe try mindate set to today / today-1 and maxdate set to today+1 /today combinations

or else have disabled contain all dates ---- disabled can only take dates format not string format that what the error is trying to tell you.

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

79736933

Date: 2025-08-16 02:54:52
Score: 2
Natty:
Report link

Through the research which has been made from this company a lot of people have fallen victim, please do not invest in this crypto scam company and again if you are a crypto scammed victim send a direct mail to recoveryhacker101[at]gmail[dot]com This credible crypto scam recovery company definitely helps to track down a binary option scam company and also helps individuals to recover the lost crypto funds in any form of crypto scam . this information came from one of the investor in this company who has been scammed $800,000 , and she got her $800,000 worth of crypto funds recovered successfully

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lauren Yates

79736922

Date: 2025-08-16 01:42:38
Score: 1
Natty:
Report link

Some table Frameworks have properties for automatically handling the height and using intended ways.

else as the error message says its expecting a height so either u find a way in docs to automatically calc the height of the content. Either way as the error message states the table expects a height and if u need a fixed height and cant use any auto options of this component u can try to get the height of the parent container by asking it for its getBoundingClientRect and give the table this value which u would also kinda renew on any resizeEvents.

Also it seems this had been covered: The parent DOM element of the Data Grid has an empty height

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

79736917

Date: 2025-08-16 01:11:31
Score: 2
Natty:
Report link

Fixed your approach i implemented it my way so u maybe wanna change some things.

- fixed your Type

- added dynamic MethodCration

- cleaner typedefs

- some consolelogs are in maybe some redundant const values

-but should be better than previous

playground

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

79736911

Date: 2025-08-16 00:27:23
Score: 3
Natty:
Report link

According the the RESTx devs, this is standard behavoir.

https://github.com/python-restx/flask-restx/issues/452#issuecomment-1526394501

If you need the use the '/' define in before callng Api()

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

79736909

Date: 2025-08-16 00:25:22
Score: 4
Natty:
Report link

Following Marce Puente's advice, I commented out the .setFont statement and the text is now aligned. Thanks!

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

79736906

Date: 2025-08-16 00:18:20
Score: 1.5
Natty:
Report link

I recommend using another platform which allows renting dedicated machines at an hourly rate. I've used Vast.ai and I've heard Runpod is a similar service.

If you're a student at a university your university may have a HPC cluster which allows free research access for students on high VRAM machines.

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

79736903

Date: 2025-08-16 00:06:18
Score: 2.5
Natty:
Report link

you can use : npm i cloudflare-bulk-delete

read this for documentation : https://github.com/RamaAditya49/cloudflare-bulk-delete

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