79820147

Date: 2025-11-14 14:59:40
Score: 3.5
Natty:
Report link

In trying to use PATCH Users to update role but it requires me to use a role id unique to that project. How do I look up that role id unique to that project? I've looked through all data connector files. I can look up the account level role id and that works when adding a user to a project. Updating the user already on the project with that account level role id gives an error. https://aps.autodesk.com/en/docs/acc/v1/reference/http/admin-projects-project-Id-users-userId-PATCH/

Reasons:
  • Blacklisted phrase (1): How do I
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: CAD BIM MGR

79820146

Date: 2025-11-14 14:57:39
Score: 11 🚩
Natty: 5.5
Report link

@jie, have you managed to auth via PEM?

Reasons:
  • Blacklisted phrase (3): have you managed
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @jie
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Alexey Hariton

79820135

Date: 2025-11-14 14:44:36
Score: 3.5
Natty:
Report link

Marek is completely right, but if you want to quit a loop when the condition is met you do this:

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: Stiegler

79820131

Date: 2025-11-14 14:40:35
Score: 2.5
Natty:
Report link

You can use

https://github.com/wraith13/sysinfo-vscode

To view the vscode://schemas schemata

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: craksf

79820127

Date: 2025-11-14 14:34:34
Score: 1
Natty:
Report link

add

# Fix OpenSSL 3.0 compatibility issue for SQL Server connections
RUN printf "openssl_conf = openssl_init\n[openssl_init]\nssl_conf = ssl_sect\n[ssl_sect]\nsystem_default = system_default_sect\n[system_default_sect]\nCipherString = DEFAULT@SECLEVEL=0\n" > /etc/ssl/openssl_allow_tls1.0.cnf

# Set OpenSSL configuration as environment variable
ENV OPENSSL_CONF=/etc/ssl/openssl_allow_tls1.0.cnf
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31878679

79820120

Date: 2025-11-14 14:23:31
Score: 1
Natty:
Report link

As I said, I am in the situation of developing a lib for use both in [no_std] (and also no alloc) and with-std environments, because this will be used in WASM (no_std for size reasons) and also natively, where access to std is normal.

That was my comment about having two concrete subclasses - one for use in native, and one without. In Rust this can be done with features, so that part is fine - but the core design is still missing.

Using sized arrays is out, because the size of the data is only known at run-time. Even in the no_std case, a minimal amount of "allocation" needs to happen, although it can be as simple as a bump allocator that never frees.

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

79820119

Date: 2025-11-14 14:21:30
Score: 1.5
Natty:
Report link

Update your Info.plist file with:

<key>UIDesignRequiresCompatibility</key>
<true />

This should remove the translucent glass-like background

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

79820113

Date: 2025-11-14 14:10:27
Score: 3
Natty:
Report link

In my connect() function (which is a singleton), right after connecting I execute the device.connect.listen block that is in the FBP documentation. I pass a callback function as a parameter to my connect() function and within the listen block, I check the state and if it is "disconnect", I call cancel(), then invoke my callback function. Within the callback function I can do anything I want; snackbar, alert dialog, ...

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Michael

79820111

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

This Upgrade mechanism doesn't exist in HTTP/2. HTTP/2 uses multiplexing and binary framing, which is fundamentally incompatible with how WebSockets work.

What Actix Does

When you set up WebSockets in Actix-Web (like in that example), here's what happens:

  1. Even if your server supports HTTP/2, WebSocket connections will always negotiate as HTTP/1.1

  2. The "automatic upgrade to HTTP/2" mentioned in the docs applies to regular HTTP requests, not WebSocket connections

  3. When a client requests a WebSocket upgrade, Actix will handle it over HTTP/1.1 regardless of your HTTP/2 configuration

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

79820103

Date: 2025-11-14 14:00:24
Score: 0.5
Natty:
Report link

windows 11 Device Manager

Remove the "ADB Interface" from device manager, then "scan for hardware changes".
Once the driver had been reinstalled, it suddenly will ask for USB debug authorization.

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

79820100

Date: 2025-11-14 13:57:23
Score: 1.5
Natty:
Report link

You need to remove token and owner variables from the provider "github" {} bloc and instead, export GITHUB_TOKEN and GITHUB_OWNER environment variables.

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

79820099

Date: 2025-11-14 13:55:23
Score: 1.5
Natty:
Report link

I don't know why it doesn't work, but you can filter with the macro below.

Microsoft® Excel® for Microsoft 365 MSO (バージョン 2510 ビルド 16.0.19328.20190) 64 ビット

Sub a()
    Dim dteDate As Date
    dteDate = DateSerial(2013, 10, 1)
    ActiveSheet.Range("$A$2:$P$2173").AutoFilter Field:=13, Criteria1:=Array( _
        "="), Operator:=xlFilterValues, Criteria2:=Array(1, CStr(dteDate))
End Sub

Before filtering

enter image description here

After filtering

enter image description here

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

79820097

Date: 2025-11-14 13:55:23
Score: 4
Natty:
Report link

Got some interesting answers on reddit.

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

79820096

Date: 2025-11-14 13:54:22
Score: 1
Natty:
Report link

This is an old question, but i have faced this problem in these days.
For me a solution have been to set inside the job:
export CUDA_VISIBLE_DEVICES=0,1,2,3

and keep the Trainer configuration to
devices: 4

Maybe someone else can share their own solutions, if any.

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

79820091

Date: 2025-11-14 13:48:20
Score: 0.5
Natty:
Report link

This is not really an answer but in my case it turned out that it didn't like the fact that my D:\ drive was a virtual drive that mapped to my C:\User\xxxx\Projects folder.

Mounting the C:\User\xxxx\Projects manually resolved the issue for me.

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

79820080

Date: 2025-11-14 13:36:17
Score: 0.5
Natty:
Report link

the solution i found was to use the command for_window in my i3 config file.

basically this command sends windows with a given title, to given workspace.

for_window [title="^MATRIX$"] move to workspace 9:Dashboard, floating enable, border none, mo>
for_window [title="^CLOCK$"] move to workspace 9:Dashboard, floating enable, border none, mov>
for_window [title="^SPOTIFY$"] move to workspace 9:Dashboard, floating enable, border none, m>
for_window [title="^ASCII$"] move to workspace 9:Dashboard, floating enable, border none, mov>
for_window [title="^TYPESPEED$"] move to workspace 9:Dashboard, floating enable, border none,>

the titles are set in the script.sh when i opened the terminal window and so is the workspace.

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

79820076

Date: 2025-11-14 13:29:16
Score: 2
Natty:
Report link

If I forget how to do this or someone else runs into the same problem, in order not to reinvent the wheel, it's worth using a ready-made solution such as CQtDeployer. The release build will be executed in one command and it turns out to be a beautiful installer, and most importantly a working one.

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

79820075

Date: 2025-11-14 13:28:15
Score: 0.5
Natty:
Report link

SetThreadLocale changes the locale used by MultiByteToWideChar when the CodePage parameter is set to CP_THREAD_ACP. It can be set per thread, but I believe you have to call _configthreadlocale(_ENABLE_PER_THREAD_LOCALE); first

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Phil Rosenberg

79820060

Date: 2025-11-14 13:12:11
Score: 1
Natty:
Report link

I think the issue is related to Windows Terminal. Not powershell. When running 'btop' in linux from an ssh in Windows Terminal it usually crashes within a few minutes. Especially if the (text) screen is very large. Not just drops the connection... the entire Terminal goes away. Putty just keeps on trucking... So that's why I think it's the ANSI processing in the terminal.

This behavior is repeatable in:
Windows 11 Version 23H2 (Build 22631.6199) (Windows 11 Enterprise)
Windows Terminal Version 1.23.12371.0
Btop version 1.2.13
Linux Red Hat Enterprise Linux release 8.10 (Ootpa)

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

79820053

Date: 2025-11-14 13:08:10
Score: 1
Natty:
Report link

Storing a JWT in a cookie means the browser will automatically send it on every request to your API — including requests triggered by a malicious third-party site.

This makes your app vulnerable to CSRF attacks.

A CSRF token fixes this because:

the JWT cookie is auto-sent by the browser (attacker can trigger this)

the CSRF token must be sent manually by your frontend (attacker cannot send this)

So the server verifies:

JWT cookie → “this is the user’s browser”

CSRF token → “this request came from our frontend, not another site”

If the attacker triggers a request, the JWT cookie is sent, but the CSRF token is missing, so the request is rejected.

CSRF tokens do NOT protect against stolen JWTs, but they do protect against the browser being tricked into sending authenticated requests.

Since you are using SameSite=None (cross-site cookies), CSRF protection is required.

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

79820052

Date: 2025-11-14 13:08:10
Score: 1
Natty:
Report link

JWT in a cookie and a CSRF token aren’t duplicates, they protect against different things.

If your JWT is in a cookie, the browser will automatically send it on any request, even ones triggered by a malicious website. That means an attacker can make your browser perform actions as you without ever stealing your token. That’s classic CSRF.

A CSRF token fixes that because a malicious site can’t read it from your cookies, so it can’t include the correct value. Your backend rejects the forged request.

If a token is actually stolen (via XSS, malware, etc.), CSRF won’t help; that’s a different problem entirely.

In simple terms:

JWT cookie = your ID card

CSRF token = secret handshake

A malicious site can force your browser to use the ID, but not perform the handshake

That’s why both exist when using cookies for auth

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

79820051

Date: 2025-11-14 13:06:10
Score: 1.5
Natty:
Report link

One Simple Solution, just add a query parameter in the image url.

If your original url is: https://rk4zeiss.blob.core.windows.net/marketing/marketing20251114notxt.jpeg

Just add a query string in the url like this:

https://test001.blob.core.windows.net/marketing/offer.jpeg?x=1

x can be anything, add ts value in the query param so that it always have a new url.

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

79820044

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

I might be mistaken, but my current understanding is that JWT and CSRF tokens solve two different problems.

JWT in an HttpOnly cookie helps protect against XSS token theft, since JavaScript can’t read it.

But the browser will still send that cookie automatically, which means JWT alone doesn’t stop CSRF.
A malicious site can trigger a request that includes the JWT, but it can’t provide the CSRF header, because it cannot read the token (Same-Origin Policy).

So the server can detect forged requests by checking whether the CSRF header matches the token stored in the cookie.

Because the setup uses SameSite=None (cross-domain), CSRF protection becomes important — otherwise every cross-site request would automatically include the JWT.

That’s just how I currently see it, but I’m very open to correction if there’s a better pattern or perspective.

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

79820042

Date: 2025-11-14 12:53:06
Score: 1.5
Natty:
Report link

Your answer is in this existed question. It very time-consuming when adding reload: true to every save method but it is the only solution.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tiên Hưng

79820038

Date: 2025-11-14 12:46:04
Score: 0.5
Natty:
Report link
$0 = script name
$1, $2, etc. = arguments passed to script
$# = number of arguments
$@ = all arguments
What is the difference between $@ and $*?
$@ → treats each argument separately
$* → treats all arguments as a single string

ls -l | grep "^d" --> to get dir only

How do you remove blank lines from a file?
sed '/^$/d' file.txt

sed -i 's/oldword/newword/g' file.txt -- replace 
awk '{print $2, $4}' file.txt

sed -n '5p' file.txt --5th line
find /path -type f -size +2G -mtime +30
find /path -type f -size +2G -mtime +30 -exec rm -f {} \;

----to find process is running

#!/bin/bash
if ! pgrep -x "tomcat" > /dev/null
then
  echo "Tomcat is down! Restarting..."
  systemctl start tomcat
else
  echo "Tomcat is running."
fi

----Disk usage alert

#!/bin/bash
usage=$(df / | awk 'NR==2 {print $5}' | sed 's/%//')

if [ $usage -gt 80 ]; then
  echo "Warning: Disk usage is ${usage}% on $(hostname)" | mail -s "Disk Alert" [email protected]
fi


-------top 5 memory consuming process

ps -eo pid,comm,%mem --sort=-%mem | head -6

---read line by line
while read line; do
  echo "Line: $line"
done < file.txt


---extrat and email error

grep -i "error" /var/log/app.log > /tmp/error.log
if [ -s /tmp/error.log ]; then
  mail -s "Error Alert - $(hostname)" [email protected] < /tmp/error.log
fi
Reasons:
  • Blacklisted phrase (1): How do you
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manish Rai

79820035

Date: 2025-11-14 12:44:04
Score: 1
Natty:
Report link

I got it working under Windows 11 and Android Studio. What my issue was is that my Flutter runs always standard with administrator and Chrome does not. I worked around this with the following:

  1. In C:\Program Files\Google\Chrome\Application I copied chrome.exe to chromeAdminRights.exe, because I don't want the original chrome itself run with admin rights for security reasons.

  2. With right click on chromeAdminRights.exe I checked the box under --> properties / compatibility / change settings for all users / run this program as an administrator

  3. I created a chrome.bat in my chosen folder Q:\flutter_projects\_chrome with the following contents:
    "C:\Program Files\Google\Chrome\Application\chromeAdminRights.exe" --disable-web-security --user-data-dir="Q:\flutter_projects\_chrome\temp" %*

  4. I set my system environment variable CHROME_EXECUTABLE=Q:\flutter_projects\_chrome\chrome.bat

  5. Restart flutter and run debug chrome inside Android Studio.

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

79820034

Date: 2025-11-14 12:44:04
Score: 2
Natty:
Report link

just Alpha of the icon from yes to no work for me..

u can edit your icon from Mac preview during export u get the option for alpha yes/no.(apple icon accept alpha no)

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

79820032

Date: 2025-11-14 12:43:04
Score: 2.5
Natty:
Report link

Yes, you can just use the HttpClient inside your SignalStore.

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

79820031

Date: 2025-11-14 12:42:03
Score: 4
Natty:
Report link

seems similar to Creating custom color styles for an XSSFWorkbook in Apache POI 4.0

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

79820026

Date: 2025-11-14 12:36:01
Score: 1.5
Natty:
Report link

This can be done automatically using walrus operator (python 3.8+) :

assert (x:=getProbability(2, 3, 2, 1)) == 2/3, "wrong value = "+str(x)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TT M

79820021

Date: 2025-11-14 12:29:00
Score: 1
Natty:
Report link
    Get.put()
  1. Creates the controller immediately.

  2. Good when you need the controller instantly

    Get.lazyPut()
    
  3. Creates the controller only when needed.

  4. Best for pages that may not always open.

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

79820015

Date: 2025-11-14 12:20:57
Score: 0.5
Natty:
Report link

@postophagous thank you for wanting to get involved with this question despite being unfamiliar with GitLab.

I cannot give more context about GitLab because I am not terribly familiar with GitLab either, and I am precisely avoiding to get terribly familiar with GitLab. That's the whole point of this question: I want a set of standard, boilerplate, no-brainer, minimum required, necessary and sufficient magical incantations that must be performed on GitLab so that from that point on I do not have to care at all about the fact that I am using GitLab.

That would be:

All I know about GitLab is that all sorts of things that work locally do not work there. For example, when I execute git branch --show-current on GitLab, I get an empty string. This probably means detached head, but I do not know for sure, and I do not care to know.

I see CI/CD providers as just tools to get a certain job done; they should be as easy as possible to use, but for various reasons (1) they are not; they require an awful lot of coercing and begging and whispering to work. Mysteriously, CI/CD folk all over the planet are willing to spend copious amounts of time learning the quirks and tricks of each CI/CD provider, with the following handicaps:

This is preposterous, and I am not willing to participate in it.

For me, things are simple: I have a build script. I run the build script locally, it builds. I now want to run this build script on the cloud. Is GitLab capable of running my script as it is? Great. Is GitLab incapable of doing that? #@*& off!


(1) various reasons: mostly aspirations of market dominance via vendor lock-in.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @postophagous
  • Self-answer (0.5):
  • High reputation (-2):
Posted by: Mike Nakis

79820012

Date: 2025-11-14 12:17:56
Score: 5
Natty:
Report link

Yes, you are right, playing synchronized 2 videos for me right now is almost impossible, a solution is right now is using ffmpegkit for creating a video overlaid by 2 videos. Thanks for your response, if any available library you could find, please help me

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • Whitelisted phrase (-1): solution is
  • RegEx Blacklisted phrase (3): please help me
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tiên Hưng

79820011

Date: 2025-11-14 12:17:56
Score: 1
Natty:
Report link

This error also appears when you use var instead of val :
the underline marks the word by.

private var viewModel: SomeViewModel by viewModel()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: bosozoku

79820010

Date: 2025-11-14 12:16:56
Score: 1.5
Natty:
Report link
  1. OAuth in Spring provides a secure way to authenticate clients without exposing user credentials.

  2. Spring Security integrates OAuth2 to support both authorization servers and resource servers.

  3. OAuth2 in Spring relies on bearer tokens to authorize access to protected resources.

  4. Spring can validate JWT tokens issued by an OAuth server using public keys or shared secrets.

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

79819997

Date: 2025-11-14 12:03:53
Score: 0.5
Natty:
Report link

redirectUri parameter was missing and the MSAL doesn't allow passing is parameter via the client API. found this patch Set Redirect Uri for broker silent flow on Linux platform and after applying it locally, could get a token.

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

79819996

Date: 2025-11-14 12:02:52
Score: 4
Natty:
Report link

https://www.kaggle.com/discussions/getting-started/168312 follow this instruction. The steps are clearly highlighted if you have any problems drop a comment

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

79819993

Date: 2025-11-14 12:00:51
Score: 5.5
Natty:
Report link

@Christoph Rackwitz, any recommend for me

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Christoph
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Tiên Hưng

79819992

Date: 2025-11-14 11:56:50
Score: 0.5
Natty:
Report link

ffmpeg would not support the interactivity you require.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Christoph Rackwitz

79819989

Date: 2025-11-14 11:54:49
Score: 12
Natty: 7.5
Report link

I am dealing with same problem did you find any solution for this?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you find any solution
  • RegEx Blacklisted phrase (2): any solution for this?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aditya Patil

79819986

Date: 2025-11-14 11:48:48
Score: 1.5
Natty:
Report link

To customise Odoo’s MRP module for manufacturing process analysis, you need to extend work orders with additional fields (cycle times, downtime, scrap reasons, rework counts), automate data capture at key workflow stages (start/finish times, QC failures, machine states), and build custom dashboards or pivot views for insights like bottlenecks, efficiency and OEE-style metrics. In many implementations, integrating IoT or machine signals further improves accuracy. This transforms Odoo from a basic production tracker into a process-analysis tool. For a deeper overview of how Odoo strengthens manufacturing operations, here’s a helpful breakdown you can refer to naturally: https://iprogrammer.com/blog/how-odoo-enhances-manufacturing-efficiency/

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: iProgrammer Solutions Pvt Ltd

79819983

Date: 2025-11-14 11:42:46
Score: 1.5
Natty:
Report link

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <script src="https://unpkg.com/react@18/umd/react.development.js"></script>
    <script src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
    <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
    <style>
      body {
        font-family: sans-serif;
        padding: 20px;
      }
    </style>
  </head>
  <body>
    <div id="root"></div>

    <script type="text/babel">

      function App() {
        const [input, setInput] = React.useState("");
        const [query, setQuery] = React.useState("");
        const [isPending, startTransition] = React.useTransition();

        // Create 10,000 items (actual rendering cost, no fake loops)
        const bigList = React.useMemo(
          () => Array.from({ length: 10000 }, (_, i) => "Item " + i),
          []
        );

        const filtered = React.useMemo(() => {
          return bigList.filter((item) =>
            item.toLowerCase().includes(query.toLowerCase())
          );
        }, [query]);

        function handleChange(e) {
          const value = e.target.value;
          setInput(value); // urgent update

          startTransition(() => {
            setQuery(value); // non-urgent (heavy re-render)
          });
        }

        return (
          <div>
            <h3>React 18 useTransition Demo</h3>

            <input
              value={input}
              onChange={handleChange}
              placeholder="Type to filter..."
              style={{ padding: "8px", width: "300px" }}
            />

            {isPending && (
              <span style={{ marginLeft: "10px" }}>Updating…</span>
            )}

            <ul
              style={{
                height: "300px",
                overflow: "auto",
                border: "1px solid #ccc",
                marginTop: "10px",
                padding: "10px"
              }}
            >
              {filtered.map((item) => (
                <li key={item}>{item}</li>
              ))}
            </ul>
          </div>
        );
      }

      const root = ReactDOM.createRoot(document.getElementById("root"));
      root.render(<App />);

    </script>
  </body>
</html>

Reasons:
  • RegEx Blacklisted phrase (2): urgent
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Khushbu Patel

79819979

Date: 2025-11-14 11:37:45
Score: 3
Natty:
Report link

On the backend I explicitly expire all ALB authentication cookies:

var cookieNames = new[]
{
    "AWSELBAuthSessionCookie-0",
    "AWSELBAuthSessionCookie-1",
    "AWSELBAuthSessionCookie-2",
    "AWSELBAuthSessionCookie-3",
    "AWSALBAuthNonce"
};

var cookieOptions = new CookieOptions
{
    Expires = DateTimeOffset.UnixEpoch,
    HttpOnly = true,
    Secure = true,
    SameSite = SameSiteMode.None,
    Path = "/",
    Domain = cookieDomain
};

foreach (var name in cookieNames)
    Response.Cookies.Append(name, string.Empty, cookieOptions);

After clearing the cookies I generate the Cognito Hosted UI logout URL and redirect the user there.

However, even after expiring all AWSELBAuthSessionCookie- cookies and completing Cognito logout, ALB immediately re-creates new cookies and keeps the user authenticated for the full access-token lifetime configured on the ALB.*

Only when the access token expires does the user finally get redirected to the Cognito sign-in page. Until then, ALB continues to accept requests as authenticated.

Is there any way to force AWS ALB (with Cognito OIDC authentication) to immediately invalidate the authentication session after logout, instead of continuing to accept the existing access token until it naturally expires?

In other words, how can I make ALB stop re-issuing new AWSELBAuthSessionCookie-* cookies and redirect the user to the Cognito login page right after logout, without lowering the access-token TTL?

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): Is there any
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Andrey Kedrov

79819977

Date: 2025-11-14 11:35:45
Score: 3.5
Natty:
Report link

I still use Mockaroo sometimes, though Fakerbox has become my first choice because it’s straightforward and covers most formats I need during testing.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sri

79819973

Date: 2025-11-14 11:29:43
Score: 5.5
Natty: 4.5
Report link

Has this been solved? I’m running into the same issue

Reasons:
  • RegEx Blacklisted phrase (1.5): solved?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Steve Schecter

79819960

Date: 2025-11-14 11:21:40
Score: 5.5
Natty:
Report link

Thank you a lot! 🙏
Is there any chance I can I follow you on Github?

I would love to work and learn from someone that can code like you. :-D

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Is there any
  • Blacklisted phrase (0.5): 🙏
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Alex

79819959

Date: 2025-11-14 11:20:40
Score: 2.5
Natty:
Report link

Thanks to @dbc. The problem was not in the .NET itself, but with a database (in my case MySQL 8.4), which did reorder the JSON props. MySQL can and do normalize/reorder the JSON object so the order cannot be relied on, so the only option in this case is adding AllowOutOfOrderMetadataProperties = true in the JsonSerializerOptions.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • User mentioned (1): @dbc
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sannnekk

79819956

Date: 2025-11-14 11:18:39
Score: 3.5
Natty:
Report link

Por qué no asimilarlo de una forma a la Simulación de la sintaxis y los recuerdos? Utilice módulos como neuronas haciendo una memoria enjambre

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

79819953

Date: 2025-11-14 11:12:38
Score: 2
Natty:
Report link

So is it common to have the Code thats going to be tested in a Staging system already in the main Branch? i would like to have them keep them separet until the staging tests are done.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: FlorianD

79819949

Date: 2025-11-14 11:10:37
Score: 3
Natty:
Report link

Thanks Tyson for brief explanation.
Our team do not have idea with rust. However i was planning to integrate Node.js with it.

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

79819946

Date: 2025-11-14 11:09:37
Score: 2.5
Natty:
Report link

This solution worked for me. Needed to use the filename of the font itself e.g. fontname.ttf.

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

79819937

Date: 2025-11-14 10:59:35
Score: 2.5
Natty:
Report link

Tools>Options>Text Editor>General>Show Error Squiggles (uncheck)

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

79819929

Date: 2025-11-14 10:54:33
Score: 2.5
Natty:
Report link

In Oracle SQL, to check file existence on a remote server, use UTL_FILE or DBMS_LOB packages along with directory objects, handling exceptions to confirm if the file exists safely.

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

79819926

Date: 2025-11-14 10:51:32
Score: 4.5
Natty:
Report link

Gonna read about break on W3schools.com

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

79819920

Date: 2025-11-14 10:46:31
Score: 1.5
Natty:
Report link

Hi Annis99!

If I understand you correctly, this is explained in the book Learning Go, 2nd Edition by Jon Bodner, in Chapter 10: Modules, Packages, and Imports, in the section “Using Workspaces to Modify Modules Simultaneously.”

I dunno if it would be correct to give you the full solution from this book. I believe you can find this chapter.

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

79819915

Date: 2025-11-14 10:41:30
Score: 1.5
Natty:
Report link

but if you are ok with some extra packages check out for example https://pub.dev/packages/flutter_neumorphic_plus

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

79819911

Date: 2025-11-14 10:36:29
Score: 3
Natty:
Report link

I tried enabling this node_modules directory in deno.json

"nodeModulesDir":"auto"

But I still receive the same error.

Reasons:
  • RegEx Blacklisted phrase (1): I still receive the same error
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: トロイ

79819908

Date: 2025-11-14 10:30:27
Score: 1.5
Natty:
Report link

without any external packages? only CustomPaint can do that

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: pskink

79819907

Date: 2025-11-14 10:30:27
Score: 2.5
Natty:
Report link

Nuxt 4 can do it with this util function

reloadNuxtApp()

https://nuxt.com/docs/4.x/api/utils/reload-nuxt-app

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

79819906

Date: 2025-11-14 10:30:27
Score: 2.5
Natty:
Report link

I did try to run the code but its throwing and exception

runtime error 2487

object argument is blank or invalid. I did confirm the field i was using didnt have any blank entries but i feel it could be something on how my table is formatted?

  DoCmd.OutputTo _
          acOutputReport, , _
          acFormatPDF, _
          rs!ID & ".PDF"
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Darren Murtagh

79819903

Date: 2025-11-14 10:24:26
Score: 1.5
Natty:
Report link

@Alessio look at the code in my link, I don't specify the types there at all:

const t = tryNew(Test, '', 23);

Typescript itself infers the types of arguments and checks the passed values.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Alessio
  • Low reputation (0.5):
Posted by: Alexandroppolus

79819900

Date: 2025-11-14 10:18:25
Score: 2.5
Natty:
Report link

Sorry for the confusion. I've done a big mistake (deep in night, needing sleeping and boring by such vbehavior). I've updated (rectifyed) my initially frustrated question.

I used TO_TEXT a lof of times in the original code, with no changing the output.

Thank you all for the comments.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Daniel Bandeira

79819897

Date: 2025-11-14 10:16:24
Score: 1
Natty:
Report link

after some test i found the issue, it's generate by a parameter in config map

   "MONGO_LOG_CONNECTION_STRING" = local.mongo_connection_str_app_log

The problem is caused by the string requesting values ​​that will be available with the same apply that's trying to modify the config. That is, I'm creating the database and simultaneously setting it on the config map.

So I wanted to understand if my theory is correct.

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

79819895

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

Thank you this was my attempt after looking at multiple solutions and piecing together parts that I through were relevant which I know isn't the best way to go about it but if I was to set a specific path in the export command how is that formatted? and would it need to be the full path if it was going to be on a network drive?

I am planning to learn more VBA but unsure where/ how to start. I looked up syntax and where i was learning did not mention anything about line continuation characters but it does make sense coming from java where the way you ended a statement was ;

Thank you so much.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Darren Murtagh

79819894

Date: 2025-11-14 10:13:23
Score: 0.5
Natty:
Report link

The yellowing of an iPhone 15 case cover is a predictable chemical process, not a manufacturing flaw, and understanding why it happens can help you keep the Zapvi phone case crystal clear for the long haul. Heat accelerates the change, so leaving the iPhone 15 case cover on a car dashboard or wireless charger for extended periods can cut the whitening timeline in half. Prevention starts with material choice and routine care. The Zapvi iPhone 15 Plus back cover is blended with UV-blocking additives that absorb harmful wavelengths before they reach the polymer backbone, slowing discoloration by up to 70 % compared to standard clear shells. When the phone is not in use, store the iPhone 15 Pro back cover away from direct sunlight; a drawer or a pouch blocks both UV and ozone, the two primary drivers of yellowing. Eventually every clear iPhone 15 Pro Max back cover from Zapvi will reach a saturation point; when the hue no longer responds to cleaning, replacing the shell restores showroom clarity and ensures the shock-absorbing properties remain intact.

Zapvi offers fresh replacements to maintain that pristine look.

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

79819889

Date: 2025-11-14 10:10:22
Score: 6
Natty:
Report link

Did you feed the articles from Atlassian help pages? Did it help?

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

79819884

Date: 2025-11-14 10:07:21
Score: 1
Natty:
Report link

Your error most likely comes from the fact that you’re using Manifest V3.
In MV3 the background.js file must be loaded as a service worker otherwise chrome.tabs will be undefined which is why you're getting the addListener error.

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

79819879

Date: 2025-11-14 10:02:19
Score: 1
Natty:
Report link

Disclaimer: this answer uses satire. Don't read it if you don't like satire.


Here's how, without the pedantry, where s is your string and i is your index:

(s.as_bytes()[i] as char) // Rust deems this safe! Is it, really? Good question.

Naturally, this only works as intended for ASCII strings, since you may already know that UTF-8 is backwards-compatible with ASCII. How do you know if you're dealing with ASCII? Use your brain1.

If you're curious, here's what it looks like to get this wrong. Spoiler:

Nobody dies.

fn print_string(s: &str) {
    for i in 0..s.len() {
        print!("{}", s.as_bytes()[i] as char);
    }

    // Alternatively...
    //  for c in s.as_bytes() {
    //      print!("{}", *c as char);
    //  }

    println!();
}

fn main() {
    print_string("🐶"); // Uh oh.
}

Playground


1 Otherwise, please consult the Am I a Computer Program or a Laterally Thinking Being? handbook that was provided when you took the programmer's oath.

Reasons:
  • Blacklisted phrase (1): How do you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: invertedPanda

79819867

Date: 2025-11-14 09:58:18
Score: 2
Natty:
Report link

Add a w-full to the wrapper div.

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: therealak12

79819861

Date: 2025-11-14 09:53:17
Score: 1.5
Natty:
Report link

it does not guarantee it, it's undefined behavior. https://github.com/golang/go/issues/58233

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

79819859

Date: 2025-11-14 09:52:17
Score: 1.5
Natty:
Report link

Thanks for your question. To attract the most helpful answers, we need a little more context to guide the conversation.

Please edit your post to add more detail and context. Examples of things you may want to include:

This context is vital for separating high-value strategic advice from general opinion. Remember, our goal is to inspire answers that explain why a recommendation fits a specific context. That said, if you're experiencing a truly unique troubleshooting or debugging issue with a minimally reproducible example, you may want to re-ask your question using that question type.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: duck

79819846

Date: 2025-11-14 09:38:13
Score: 2.5
Natty:
Report link
// Source - https://stackoverflow.com/a
// Posted by maxrojas
// Retrieved 2025-11-14, License - CC BY-SA 4.0

// package.json

"dependencies": {
   ...
   "mdbreact": "git+https://oauth2:[email protected]/mdb/react/re-pro.git"
   ...
}
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Pradeep Kumar

79819840

Date: 2025-11-14 09:29:11
Score: 3.5
Natty:
Report link

You can refer the IBM Knowledge centre documentation for the mqqueueconnection factory . Not sure whether this much helpful for your ask, but please refer.

https://www.ibm.com/docs/en/ibm-mq/9.4.x?topic=environment-examples-using-connection-pool

https://www.ibm.com/docs/en/ibm-mq/9.4.x?topic=messaging-mqqueueconnectionfactory

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

79819837

Date: 2025-11-14 09:27:11
Score: 1.5
Natty:
Report link

I managed to get the desired effect by inserting flow breaks (???) . . . before the notes (see below)

In the html presentation generated with the revised code

Cannot say whether the flow breaks (. . .) are mentioned in the quarto documentation; I found out about them in Meghan Hall's Making Slides in Quarto with reveal.js

---
title: TEST
subtitle: _notes visibility in flow_
self-contained: true
embed-resources: true
engine: knitr
format: revealjs
---

```{=html}

<style>

.reveal .slides section .fragment.step-fade-in-then-out {
    opacity: 0;
    display: none; }
.reveal .slides section .fragment.step-fade-in-then-out.current-fragment {
    opacity: 1;
    display: inline; }

</style>

```

## Slide title {.center}

. . .

TEXT 1
[ fragment 1]{.fragment .fade-in-then-out}
<br>
[fragment 2]{.fragment}


. . .

::: {.notes}
NOTES 1 : should be visible AFTER fragment 2, until TEXT 2
:::

. . .

<br />
TEXT 2

::: incremental

* list 1
* list 2 [&nbsp;- fragment 3]{.fragment}

:::

. . .

::: {.notes}
NOTES 2 : should be visible AFTER fragment 3
:::
Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bogdan Micu

79819834

Date: 2025-11-14 09:23:10
Score: 3.5
Natty:
Report link

I run into this same issue, I restart my Xcode and my watch, it won't work.

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

79819833

Date: 2025-11-14 09:22:10
Score: 2
Natty:
Report link

You can do this using i.e. __groovy() function and StringUtils.reverse() combination like this:

${__groovy(org.apache.commons.lang3.StringUtils.reverse(vars.get('Token')),)}

Demo:

enter image description here

More information on Groovy scripting in JMeter: Apache Groovy: What Is Groovy Used For?

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Ivan G

79819828

Date: 2025-11-14 09:18:08
Score: 0.5
Natty:
Report link
 select  Name ,CASE 
WHEN Place  = 1  then   concat(CAST(Place AS VARCHAR(10)),'st')
WHEN Place  = 2  then   concat(CAST(Place AS VARCHAR(10)),'nd')
WHEN Place  = 3  then   concat(CAST(Place AS VARCHAR(10)),'rd')
WHEN Place  in( 11, 12, 13)  then   concat(CAST(Place AS VARCHAR(10)),'th')
WHEN REMAINDER(Place,10) = 1 THEN concat(CAST(Place AS VARCHAR(10)),'st')
WHEN REMAINDER(Place,10) = 2 THEN concat(CAST(Place AS VARCHAR(10)),'nd')
WHEN REMAINDER(Place,10) = 3 THEN concat(CAST(Place AS VARCHAR(10)),'rd')
else concat(CAST(Place AS VARCHAR(10)),'th')
 end as Place
    
    from FootRaceResults 
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31877038

79819812

Date: 2025-11-14 08:55:03
Score: 6
Natty:
Report link

Have you ever tried with ffmpeg ?

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

79819808

Date: 2025-11-14 08:52:02
Score: 2
Natty:
Report link

File -> Reload TMI/TMC File
worked for me.

Not sure what exactly went wrong, but i got the same error and only this fixed it.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Twincat Beginner

79819802

Date: 2025-11-14 08:49:01
Score: 3
Natty:
Report link
  1. Get a list of all installed packages on your local maschine How do I get a list of locally installed Python modules?).

  2. Install probably the missing package pyspark.sql.metrics (which the way you normally install packages)

If this does not work try this old topic: How to load a joblib file with custom class previously saved using a notebook?

Reasons:
  • Blacklisted phrase (1): How do I
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: PV8

79819798

Date: 2025-11-14 08:43:00
Score: 0.5
Natty:
Report link

There is a pattern where you can trigger a Server Function call from within a Client Component, that returns another Client Component, wrapped in Suspense.

This pattern works seamlessly in Dinou, a React 19 framework, and with some current limitation in Waku, another React 19 framework.

I wrote a post about it.

But I will put here the code anyway (using Dinou). It's very simple.

First we define the Server Function.

"use server";

// import the Client Component
import UserProfile from "@/components/user-profile";

export async function userProfile() {
  // Fetch from DB or API
  const name = await new Promise((resolve) => setTimeout(() => resolve("John"), 3000));

  // Return Client Component with props filled with data
  return <UserProfile name={name} />;
}

Next we define the Client Component returned by the Server Function.

"use client";

export default function UserProfile({name}){
  return <div>{name}</div>
}

Finally, we define the page component, a Client Component, from where we trigger the call to the Server Function.

"use client";

import Suspense from "react-enhanced-suspense";
import { userProfile} from "@/server-functions/user-profile";

export default function Page() {
  return (
    <div>
      <Suspense fallback="Loading..." resourceId="user-profile">
        {() => userProfile()}
      </Suspense>
    </div>
  );
}

As you can see I use Suspense from react-enhanced-suspense in the example shown. This is because when used like this, the promise returned by the Server Function will remain stable between re-renders of the Client Component, and only be re-invoked, the Server Function, when resourceId changes.

Then we can do something like this:

"use client";

import Suspense from "react-enhanced-suspense";
import { aServerFunctionWithArgs} from "@/server-functions/a-server-function-with-args";
import { useState } from "react";

export default function Page() {
  const [arg1, setArg1] = useState("foo");

  return (
    <div>
      <Suspense fallback="Loading..." resourceId={`user-profile-${arg1}`}>
        {() => aServerFunctionWithArgs(arg1)}
      </Suspense>
    </div>
  );
}

In this last case the Server Function will be re-invoked dynamically whenever its arguments change.

Suspense from react-enhanced-suspense it's exactly React's Suspense when no extra prop is used.

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

79819797

Date: 2025-11-14 08:43:00
Score: 2
Natty:
Report link

First issue might be that you have to call the function. You have only defined it, without running it. So add the line at the bottom of your code:

form.build_controls()

Another issue might be that this line may have a casing issue:

self.form_main = tk.TK()

may have to be (note Tk()):

self.form_main = tk.Tk()

Does this help you out?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Peter Alexander Christiaans

79819796

Date: 2025-11-14 08:42:00
Score: 2.5
Natty:
Report link

Give Read access to "{PROJECT] Build Service(organization name)" group on security page of the repo.

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

79819790

Date: 2025-11-14 08:38:59
Score: 0.5
Natty:
Report link

Old topic sorry, but I thought that folks (and future googlers) might be interested that I've given mkdocs-quiz (the plugin mentioned above) a makeover and joined as a maintainer. It now lives here: https://github.com/ewels/mkdocs-quiz

The plugin has had a pretty complete rewrite and does the same thing, but hopefully a bit nicer now and with a bunch of new features (like a progress bar, and a confetti cannon when you finish the quiz).

The syntax is very similar to that requested by the OP:

<quiz>
Are you ready?
- [x] Yes!
- [ ] No!
- [ ] Maybe!

## Provide some additional content
This is shown after answering.
</quiz>

It's designed to work best with mkdocs-material

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

79819789

Date: 2025-11-14 08:37:58
Score: 1
Natty:
Report link

Depends on your team's familiarity with Rust, and consider your app's use cases, especially with the hardware.

I assume normally for a POS application, you need to integrate with thermal printers for printing receipts, and POS terminals for card payments. So, definitely need to write some code to deal with devices via USB or serial port.

I would suggest take a look on the hardware that is going to run the POS app, and experiment with some simple PoC in electron and tauri to test whether it really works

You can gather a table like this

Use cases Electron Tauri
ESC POS Printer Support node-escpos tauri-plugin-escpos
Suport ARM CPU? ?
Support for old Windows versions (like 32-bit Win 7)? No (see this post) ?

I leave some "?"s in the Tauri column as I am not familiar with it, you can do your own research :)

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Tyson Z

79819775

Date: 2025-11-14 08:04:50
Score: 5.5
Natty:
Report link

@Alexandroppolus Thanks, it's not exactly what I was thinking about, but maybe it's the best approach. I would have liked a solution were the user doesn't have to explicitly insert the parameter types as an additional type parameter, but I guess this is all I can do.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Alexandroppolus
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Alessio

79819772

Date: 2025-11-14 08:02:49
Score: 1.5
Natty:
Report link

LightningChart Python library is available here: https://lightningchart.com/python-charts/

You don't have to use LightningChart JS, because this LightningChart Python library goes directly in Python and Jupyter Notebook projects.

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

79819771

Date: 2025-11-14 08:01:49
Score: 5.5
Natty:
Report link

@jcalz Sorry, I'm not familiar with how stack overflow questions work. Unfortunately, I don't see the option to change it to a regular question now.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @jcalz
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Alessio

79819769

Date: 2025-11-14 08:00:48
Score: 2
Natty:
Report link

Actually main difefrence is:
INTEGET holds whole numbers only (1, 500, -5), Wihout decimal places
NUMERIC hold Exact numbers with decimals (1.25, 500.00) with decimal places

Rest defined by other is also correct.

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

79819751

Date: 2025-11-14 07:40:39
Score: 6 🚩
Natty:
Report link

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

Rr

R

R

R

R

R

Rr

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

Rrrr

R

R

R

R

R

Rrr

Rrr

Rr

R

R

R

Rrrr

R

R

R

R

R

Rrrr

R

Rr

R

R

R

R

Rrr

R

Rr

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

R

Reasons:
  • No code block (0.5):
  • No latin characters (3.5):
  • Low entropy (1):
  • Low reputation (1):
Posted by: Ravi Sahani

79819725

Date: 2025-11-14 07:06:31
Score: 1
Natty:
Report link

You should ask Apple. Off topic here.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: user207421

79819721

Date: 2025-11-14 07:01:30
Score: 0.5
Natty:
Report link

The Gastric cancer medication​ plays an important part in patients’ treatment success, and our worldwide wholesale services will facilitate their access for all the healthcare institutions. As a global supplier, we strive to present the hospitals, oncology clinics, and medical distributors all over the world with the trustworthy and ​Injectable Chemotherapy Drugs. Our vast catalogue comprising advanced Gastric cancer medication​ formulations guarantees the delivery of uncompromising quality and therapeutic benefit.

We have also made available the Gastric cancer chemotherapy drugs that have been trusted, having been acquired from manufacturers who are certified for this purpose and which are supposed to support the evidencing treatment protocols. Moreover, the injectable chemotherapeutic agents we offer not only allow the doctors to give the right and efficient cancer treatment, but they also eliminate the risk of doing it wrong.

Healthcare professionals can count on Oddway International robust global distribution network, competitive pricing, and regulatory compliance commitment for an uninterrupted supply of vital oncology medicines. Join us for an easier purchasing process, prompt delivery, and high-quality pharmaceutical support catered to the requirements of the healthcare professionals.

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

79819720

Date: 2025-11-14 07:00:29
Score: 2.5
Natty:
Report link

My name is NYENDER99.It looks like the autocomplete isn’t triggering because jQuery UI isn’t being loaded correctly. Make sure you’ve included both jQuery and the jQuery UI library (CSS + JS). Without the UI files, the .autocomplete() function won’t exist and nothing will show up.

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

79819705

Date: 2025-11-14 06:38:24
Score: 1.5
Natty:
Report link

@oliverhaven This is typically caused by the site's firewall blocking the default Python requests header. Try adding a common browser User-Agent:

python

headers = {'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36'}
requests.get('your_url', headers=headers)

This makes your request appear to come from a regular browser rather than a script. Let me know if this resolves the timeout issue.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @oliverhaven
  • Low reputation (1):
Posted by: Jade Wilder

79819702

Date: 2025-11-14 06:32:23
Score: 1
Natty:
Report link

The default behavior of SPLIT is to consider each character of the separator instead of treat it as a whole. That means either you should just use one CHAR(10) or use FALSE for the third parameter. I can come close to explaining the rest of return value that you're seeing. The restult of the split is a date, 11/11/2025, and the number 1 in the next cell. The datevalue for that date is 45972. So using CONCATENATE in the order that you have should output 459721\n\n. I'm not sure where the extra leading 1 is coming from.

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

79819693

Date: 2025-11-14 06:19:20
Score: 1
Natty:
Report link

#!/usr/bin/env python3

import cv2

import numpy as np

import tensorflow as tf

from PIL import Image

# Шаг 1: Загрузка модели нейросети

A. Загрузи предобученную GAN-модель: model = tf.keras.models.load_model('nudify_gan.h5')

B. Проверь архитектуру: print(model.summary())

C. Настрой параметры: IMG_SIZE = (256, 256)

# Шаг 2: Подготовка входного изображения

A. Откри исходное фото: img = Image.open('input.jpg')

B. Конвертируй в RGB: img = img.convert('RGB')

C. Измени размер и нормализуй: img = np.array(img.resize(IMG_SIZE)) / 255.0

# Шаг 3: Обработка через нейросеть

A. Добавь размерность батча: input_batch = np.expand_dims(img, axis=0)

B. Выполни предсказание: output = model.predict(input_batch)

C. Извлеки результат: result = output[0]

# Шаг 4: Постобработка

A. Денормализуй данные: result = (result * 255).astype(np.uint8)

B. Улучши качество кожи: result = cv2.bilateralFilter(result, 9, 75, 75)

C. Добавь текстуру: result = cv2.detailEnhance(result, sigma_s=10, sigma_r=0.15)

# Шаг 5: Создание маски

A. Определи области одежды: clothing_mask = create_clothing_mask(img)

B. Смешай с исходным: blended = blend_images(img, result, clothing_mask)

C. Сгладь границы: blended = cv2.GaussianBlur(blended, (3, 3), 0)

# Шаг 6: Финальное сохранение

A. Конвертируй в BGR: result_bgr = cv2.cvtColor(blended, cv2.COLOR_RGB2BGR)

B. Сохрани результат: cv2.imwrite('output.jpg', result_bgr)

C. Очисти память: tf.keras.backend.clear_session()

print("Скрипт выполнен...")

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: Данил Павлов

79819683

Date: 2025-11-14 05:57:16
Score: 4
Natty: 4.5
Report link

It works on my iPhone as well, thanks!

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

79819672

Date: 2025-11-14 05:34:10
Score: 3
Natty:
Report link

KINDLY LETME KNOW WHAT PROBLEM PERSIST IN PINE SCRIPT WHICH IS SHOWING ERROR AS Mismatched input "end of line without line continuation" expecting ")"

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

79819660

Date: 2025-11-14 05:04:04
Score: 0.5
Natty:
Report link

Look into Delaunay Triangulation. There's also plenty of libraries for that.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: datenwolf

79819659

Date: 2025-11-14 04:58:03
Score: 1
Natty:
Report link

You can use this gitattributes file for the same where you can mentioned your file as a binary file, if that is the case with your files
https://git-scm.com/docs/gitattributes

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