79602171

Date: 2025-05-01 16:13:47
Score: 1
Natty:
Report link

Hmm, I guess the documentation is just a little confusing.

{
      "name": "scrollDomainStart", "init":"initialScrollStart",
      "on": [
        {
          "events": {"signal": "scrollTimer"},
          "update": "scrollRun ? scrollDomainStart + 60000 : scrollDomainStart"
        }
      ]
    }

init does work fine as the update is within the event handler rather than the properties of the signal.

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

79602169

Date: 2025-05-01 16:10:46
Score: 3.5
Natty:
Report link

testingTesting this question and posting to see how it looks Testing this question and posting to see how it looks

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

79602166

Date: 2025-05-01 16:10:46
Score: 6.5
Natty: 7
Report link

Thanks for the discussion! I’d like to ask—if a PR comment is marked as resolved but not by the author or the person who made the comment, is there any way to track who exactly resolved it, especially in platforms like GitHub?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): is there any
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dita

79602161

Date: 2025-05-01 16:06:43
Score: 2.5
Natty:
Report link

You can hash the password before it gets stored in your database, and then use the same hashing algorithm to compare passwords. This way you (and all network admins) won't be able to see their plaintext passwords, and neither will anyone who gets into your database.

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

79602160

Date: 2025-05-01 16:05:43
Score: 3.5
Natty:
Report link

I used a USB-C to HDMI adapter and plugged it into an old high-def TV. The adapter included USB-A ports for a keyboard and a memory stick so I was able to get what I needed from my dead phone.

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

79602157

Date: 2025-05-01 16:05:43
Score: 1.5
Natty:
Report link

try to add a number on it if you have multiple GPUs. It should start at 0 (I think)

Try something like x.to("cuda:1")

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

79602147

Date: 2025-05-01 15:59:35
Score: 4
Natty: 4.5
Report link

It's now possible to configure UMIs as subjects in federated identity credentials.
https://learn.microsoft.com/en-us/entra/workload-id/workload-identity-federation-config-app-trust-managed-identity

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

79602146

Date: 2025-05-01 15:59:34
Score: 4
Natty:
Report link

Use Elasticsearch and its attachmment processor (based on Apache Tika) see the following link https://www.elastic.co/docs/reference/enrich-processor/attachment

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

79602144

Date: 2025-05-01 15:58:33
Score: 3
Natty:
Report link

in my case the error was this:

C:\Users\fredd\.gradle\caches\8.10.2\transforms\2d8a2d75abb4f712781589a914e5f386\metadata.bin (El sistema no puede encontrar el archivo especificado)

Then, to fix this problem, I open the windows explorer going to this path:

C:\Users\fredd\.gradle\caches\8.10.2

then I deleted the "transforms" directory, but before I closed the Android Studio, then I deleted, it.

After you deleted it, re-open the android studio and now you project will be ready again.

cheers!

Reasons:
  • Blacklisted phrase (1): cheers
  • RegEx Blacklisted phrase (2): encontrar
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: FreddicMatters

79602141

Date: 2025-05-01 15:57:33
Score: 2
Natty:
Report link

The problem was a square braket ] closed to earyl in

@vite([

call

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

79602135

Date: 2025-05-01 15:51:32
Score: 3.5
Natty:
Report link

Have you tried setting mode to 'reschedule' (rather than the default 'poke')?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: RagtimeTime

79602133

Date: 2025-05-01 15:51:32
Score: 1.5
Natty:
Report link

Flutter still trying to locate and use your old JDK version (17.0.13), even though you've updated to 17.0.15.

How to fix it:

  1. Go to preferences

  2. Click on Build, Execution, Deployment > Build tools > Gradle

  3. Choose the right JDK on Gradle JDK

  4. If the correct path is not listed, you might need to ADD the JDK

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

79602114

Date: 2025-05-01 15:37:42
Score: 2
Natty:
Report link

OK, time to answer my own question with what happened so that future Andrews who might also have this problem know how to solve it:

The hardware that we were running Tableau Server on was quite old (budget constraints) so the scheduled cleanup jobs weren't running properly. Extracts that were old and were supposed to get deleted weren't getting deleted.

I discovered this by querying the PostgreSQL database on the Tableau server itself, seeing which extracts were present in the database, and comparing that to the files that existed on the hard drive. IIRC, the files were named with GUIDs, and stored like Squid stores it's files, in subdirectories "00" to "FF" in the \data\TabSvc\DataEngine\Extract directory.

So I created a C# program to query the internal Postgres database, get a list of extracts, iterate over the files in the extract subdirectories, and delete whatever GUIDs weren't in the database. PLEASE NOTE THAT WHEN WE MIGRATED TO NEWER HARDWARE WITH A FASTER CPU, THIS WAS NO LONGER AN ISSUE, OLD EXTRACTS WERE BEING HARVESTED (yes, they call it "harvest" or "harvesting" old extracts) CORRECTLY.

For reference, the table was "public.extracts" (or something like that, consult Tableau's documentation for your specific version):
https://tableau.github.io/tableau-data-dictionary/2025.1/data_dictionary.htm#public.extracts_anchor

Reasons:
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (2): know how to solve
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: AndrewJacksonZA

79602107

Date: 2025-05-01 15:33:40
Score: 2
Natty:
Report link

For me it was PureVPN extension that provoked the "ERR_TOO_MANY_RETIRES" when opening qbittorrent tab in Chrome. I just changed the parameter "Site access" in extension options to "In case of click" and the error is gone ! (I translated the options names in english, not using Chrome in english, might be a bit different from what I mentioned previsouly...)

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

79602091

Date: 2025-05-01 15:22:34
Score: 3
Natty:
Report link

The package maintainer responded to the issue on Github and corrected the package. Ref: issue github.com/rspatial/terra/issues/1816

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

79602088

Date: 2025-05-01 15:19:31
Score: 4
Natty: 5
Report link

'CTRL + D' worked for me on Windows. Thank you @radixxx

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @radixxx
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alina Sharipova

79602082

Date: 2025-05-01 15:16:31
Score: 1
Natty:
Report link

Yes, the R package dbscan has now a function called dbcv() to calculate the Density-Based Clustering Validation Index (DBCV). See: https://mhahsler.r-universe.dev/dbscan/doc/manual.html#dbcv

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

79602075

Date: 2025-05-01 15:12:30
Score: 2
Natty:
Report link

I had a very similar issue occurring across multiple different scripts and various standard packages (pandas, selenium, etc.). Although these Pylance warnings did not disrupt my code, those squiggly yellow lines were annoying - especially knowing that I had likely set up nearly everything correctly.

To resolve these warnings, I just 'Trusted' the window. I believe the original notification popped up in the bottom left of the VS Code UI, but it should be searchable in settings as well.

enter image description here

Here is a picture of the Trusting window that I was seeing. Good luck!

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: CordlessSteve

79602070

Date: 2025-05-01 15:07:27
Score: 1.5
Natty:
Report link

Just wanted to share a quick insight—even though it's a bit late. I was confused as to why my GitHub issue tickets weren’t closing immediately after using a closing keyword in a commit message.

Turns out, the issue only gets closed after the pull request is merged into the default branch (i.e. main or master branches), not when the commit is pushed. When it is pushed, you can see the reference in the PR and attached to the github issue.

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

79602064

Date: 2025-05-01 15:04:26
Score: 1.5
Natty:
Report link

I was able to fix this with a simple:

sudo gem update cocoapods
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Opicak

79602056

Date: 2025-05-01 15:00:25
Score: 0.5
Natty:
Report link

Since GQL is missing the "IN" keyword, you must use "OR" e.g.

filter: {
        or: groups.map((group) => ({ access_group: { eq: group } })),
      },
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: llama

79602033

Date: 2025-05-01 14:42:19
Score: 4
Natty:
Report link

The problem seems to be Wifi 7

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

79602029

Date: 2025-05-01 14:41:17
Score: 3
Natty:
Report link

Can't comment so posting...

If %USERPROFILE%\AppData\Local\Temp doesn't contain an SSMS folder, another option is to check

%USERPROFILE%\AppData\Roaming\Microsoft\SQL Server Management Studio\[your version number]_IsoShell\AutoRecoverDat

If you find a DAT file with number as the name, this file contains paths to other temporary sql files as shown below

Contents of DAT file showing several paths to temporary SQL files

System I was on does not use SSMS 2017 so never would have thought to check there...

Best of luck to everyone landing here :)

Reasons:
  • RegEx Blacklisted phrase (1): Can't comment
  • Probably link only (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): Can't
  • Low reputation (1):
Posted by: Hyper10n

79602023

Date: 2025-05-01 14:36:16
Score: 3
Natty:
Report link

nao da para carregar o vídeo e quero muito ver essa série por favor faça um jeito de funcionar

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

79602011

Date: 2025-05-01 14:28:07
Score: 1
Natty:
Report link

Setting QT_AUTO_SCREEN_SCALE_FACTOR to 0 has just worked for me in the current version (8.6.0)

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

79602009

Date: 2025-05-01 14:27:07
Score: 1.5
Natty:
Report link

Acc. to https://huggingface.co/blog/dvgodoy/fine-tuning-llm-hugging-face

bitsandbytes had to be bumped to 0.45.2 to avoid errors in Colab env

this is what has been working for me

!pip install transformers==4.46.2 peft==0.13.2 accelerate==1.1.1 trl==0.12.1 bitsandbytes==0.45.2 datasets==3.1.0 huggingface-hub==0.26.2 safetensors==0.4.5 -q
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: abdelrahman aboneda

79602007

Date: 2025-05-01 14:26:06
Score: 1
Natty:
Report link

You can make any function concurrent using goroutines:

for instance, instead of session.onReadyEnterWorld() , you could run go session.onReadyEnterWorld() .

This will run the function separately from the main thread, that way time.sleep will only freeze the goroutine and not the main thread.

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

79601999

Date: 2025-05-01 14:17:04
Score: 1
Natty:
Report link

The above mentioned Dependency Walker has not been updated to handle Windows API-sets. A newer tool called Dependencies.exe has been released on GitHub that can hndle Windows API-sets.

From the Dependency Walker wiki article,:

As of Windows 7, Microsoft introduced the concept of Windows API-sets, a form of DLL redirection. Dependency Walker has not been updated to handle this layer of indirection gracefully, and when used on Windows 7 and later it will likely show multiple errors. Dependency Walker can still be used for some application level debugging despite this.

As of October 2017 an Open Source C# rewrite of Dependency Walker called Dependencies.exe has been released on GitHub. It does not yet offer the full range of Dependency Walker features, but has been updated to handle Windows API-sets and WinSxS (side-by-side assemblies).

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

79601996

Date: 2025-05-01 14:13:02
Score: 3
Natty:
Report link

I changed to another version of bash shell at /bin/bash.

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

79601993

Date: 2025-05-01 14:11:53
Score: 2.5
Natty:
Report link

This is solved now. It was a process.
1 Created variables for every piece of the Patch(). That did not work.
2 What' going on with the variables?
3 Created Text boxes for the variables and then created a gallery to see the record target for the patch(). Everything Displayed correctly. That did not work. How could variables, ALL correct not allow the patch()?
4 Asked for help in a DOD chat for coders.
5 Someone provided a solution that used the control.text properties set in #2 above.

That worked. Crazy! They said it has something to do with Power Apps being Async. and maybe the variables not being fully baked. Even though you can see the correct values in the controls in the boxes before you even pressed the buttons. I used other controls to set the variables and populate the boxes. Because I thought it was an Order of Operations issue. So that should have made the variables resolve and display their values. So when I pushed the Submit button to get results using just variable set beforehand, somehow did not work; only picking up the Control.Text values worked.

I guess if your patch() is acting up maybe try setting variables, create text boxes to hold the variables, the use the control.Text property to pull the Text properties directly in the Patch(). That is the only difference between the code I submitted in OP and the solution.

Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Kevin

79601991

Date: 2025-05-01 14:10:53
Score: 1.5
Natty:
Report link

WIndows 11, VSC 1.99.3 had trouble. Key point is that when VSC directs user to Eclipse Temurin JDK it comes defaulted to NOT "Set or override JAVA_HOME var" and NOT "JavaSoft (Oracle) registry keys..."

Updated both of those to do these things.

Looking at left hand panel of VSC there is a statement (you need to scoll down from "Get Started with Java Development") you will see the line that says, "To verify it is installed, create a new terminal (hyperlink) and try running the following command:

java - version

This may help confirm that the Java SDK did install, and may help show that without the JAVA_HOME or keys VSC may not know how to find the Java install.

Not sure this was the problem for the user above, but if this helps anyone then it's good.

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

79601977

Date: 2025-05-01 14:03:49
Score: 0.5
Natty:
Report link

Remove the column attribute from <key-property> mapping. It is not referenced by documentation to have such attribute if you are using <composite-id>.

<composite-id name="id" class="com.gs.jxx.util.ConfigParameterKey" mapped="true"><key-property name="category"/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: TevinS

79601970

Date: 2025-05-01 14:01:49
Score: 3.5
Natty:
Report link

you should update! not downgrade to version:

langchain: 0.3.24

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

79601966

Date: 2025-05-01 13:59:48
Score: 0.5
Natty:
Report link

Try from scipy.signal.windows import gaussian

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

79601965

Date: 2025-05-01 13:58:48
Score: 4
Natty:
Report link

i tried using the swift-create-xcframework command after installing the swift package, but i get this error:

sdk-funfun-ios % swift create-xcframework

warning: unable to restore workspace state: unknown 'WorkspaceStateStorage' version '6' at '/Users/fun/Coding/CLionProjects/sdk-funfun-ios/.build/workspace-state.json'

debug: evaluating manifest for 'sdk-funfun-ios' v. unknown

error: missingKey("product_type")

debug: evaluating manifest for 'sdk-funfun-ios' v. unknown

error: missingKey("product_type")

Error: fatalError

Any idea how to fix this issue?
What we have is a swift package library, it isn't inside an xcode proj, its just a library project.

Reasons:
  • RegEx Blacklisted phrase (1.5): how to fix this issue?
  • RegEx Blacklisted phrase (1): i get this error
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: theLittleBox

79601946

Date: 2025-05-01 13:43:44
Score: 1
Natty:
Report link

You can use selectionDisabled() in iOS 17.

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

79601943

Date: 2025-05-01 13:40:44
Score: 1.5
Natty:
Report link

Changed Parent element of whole page was <div className="w-screen h-screen bg-neutral-950 flex justify-center items-center "> and when i changed items-center to items-start it got fixed

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

79601937

Date: 2025-05-01 13:35:43
Score: 1
Natty:
Report link

Try $ pyinstaller --contents-directory lib --name MyApp MyApp.py

This can also be done using a .spec file by adding contents_directory to the EXE call

exe = EXE(
    ...
    contents_directory='lib',
    ...
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: EverDee

79601936

Date: 2025-05-01 13:35:43
Score: 1
Natty:
Report link

A nicer way of doing this is by using the std::chrono library.

// Needed for `1s` syntax
using namespace std::chrono_literals;

// Your code
auto const old = last;
last = steady_clock::now();
const duration<float> frameTime = last - old;

// Use `frameTime` as your delta time
auto fps = 1s / frameTime;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gabor Galgoczy

79601932

Date: 2025-05-01 13:32:42
Score: 1.5
Natty:
Report link

Shoes doesn't natively support tooltips, but you can create one using mouse events like hover to show and hide a text element. If this solution doesn't work for you, consider submitting a feature request to the Shoes team for official tooltip support in future versions.

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

79601930

Date: 2025-05-01 13:29:41
Score: 0.5
Natty:
Report link

According to the documentation at https://support.google.com/merchants/answer/6324448?hl=en, the value you set for availability should be 'in_stock'. You have a space in your provided value. Please change the call to the below and try again:

$product->setAvailability('in_stock');
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: L0uis

79601913

Date: 2025-05-01 13:21:38
Score: 1
Natty:
Report link

I am unable to comment on the previous comment from Nick K9 so quoting here for those who get alarmed by this statement.

That's a very important caveat, thank you Ram! The first 1000 invalidations per month are free. After that it's $0.005 per path. So if your bucket has 1MM objects in it, invalidating * will cost you $5,000! Be very careful with this.

– Nick K9

CommentedJan 24 at 13:26

This is not true. invalidating /* is the same as invalidating a very specific path. CF charges you by number of invalidations (or paths) not number of urls within that path. So unless you're invalidating each file individually, you will only be charged for one invalidation (0.005$).

When to invalidate /* vs individual paths
- Invalidate /* when you dont care about the cache. You just want to reset everything. Like when you're in a dev or non-prod env.
- Invalidate the individual path or parent path if you need to retain the cache to other paths on the same domain. Example, I have a distribution where i fetch /price and /static/asset. The price endpoint runs expensive queries on by DB and only refreshes once every hour with a job. So it makes sense to retain the cache and only clear the cache to /static/asset when I make a change to the asset. In this case, my origin is not loaded and I set the CF cache policy maxTTL to 60 mins. So CF will automatically fetch data after an hour without the need for invalidation.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): to comment
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sandeep Baynes

79601912

Date: 2025-05-01 13:21:38
Score: 0.5
Natty:
Report link

Perhaps you are overlooking a more obvious answer.

def main():
# blah blah
    if want_to_leave_quietly:
        return #no mess

if __name__ == "__main__":
    main()

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Ben A.

79601905

Date: 2025-05-01 13:14:37
Score: 1.5
Natty:
Report link

Since Dataflow workers operate in a different environment than your local machine, they can't find files using relative paths. I think the best approach is to upload it to a Google Cloud Storage bucket like gs://your-bucket/your-cert.pem. Then, within your Apache Beam pipeline, you'll need to use the apache_beam.io.gcp.gcsio.GcsIO tool to read the content of this file from GCS and then pass that content to the tlsCertificateKeyFile setting for your MongoDB connection. Don't forget to give the Dataflow service account permission to access the file in GCS.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: shiro

79601904

Date: 2025-05-01 13:13:36
Score: 10.5 🚩
Natty: 6
Report link

I have the same problem. I have a download.php file with the above mentioned header-rules. I can download in my xampp-installation without any problems. Once I upload my files to remote machine (hosted webspace) instead of downloading the text file, it will be displayed on screen.

Is there a solution yet?

Reasons:
  • Blacklisted phrase (3): Is there a solution
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: mcsahmaran

79601902

Date: 2025-05-01 13:12:35
Score: 4
Natty:
Report link

you can get your answer by visiting here : https://github.com/Sayan520/AnyCode-Anywhere/blob/main/deployment/angular-flask-deploy-render-guide.md

here fully explained how to deploy angular project using flask backend.

hopefully this will help you. thanks. :)

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sayan Ghosh

79601899

Date: 2025-05-01 13:11:34
Score: 0.5
Natty:
Report link

So my misunderstanding was, that I thought that it would be possible to pass values via XAML to a ViewModel / POCO.

If I understand your comments correctly, I have (at least?) two options:

a) Create a DependencyProperty directly in the code-behind of my UserControl Child and pass the filename by binding. Just as if I were to use e.g. <TextBox Text={Binding ., Mode=OneWay} /> instead of my Child component.

b) Create instances of ChildViewModel in ParentViewModel and hold a property ObserveableCollection<ChildViewModel> in ParentViewModel.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: mre

79601894

Date: 2025-05-01 13:07:33
Score: 0.5
Natty:
Report link

the GUI is well closed, but it never prints "done" and the program never terminate.

on line 26, move print() command inside while/else condition.

Snippet:

while not tk.done():
    tk.spot( random.randint( 0,800 ),random.randint( 0,600 ))
    print('done')

Output:

done
done
done
done
exit loop
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adios Gringo

79601889

Date: 2025-05-01 13:02:31
Score: 3.5
Natty:
Report link

If anyone is still interested. I had a similar problem. Turns out the drawImage was working fine but the img tag had to have the style "object-Fit: scale-down" or something similar or else it was cropped. -Sammy

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

79601884

Date: 2025-05-01 12:58:31
Score: 3
Natty:
Report link

after

using Microsoft.EntityFrameworkCore;

using Pomelo.EntityFrameworkCore.MySql.Infrastructure;

the options.UseMySql is still not valid statement

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

79601883

Date: 2025-05-01 12:57:30
Score: 1.5
Natty:
Report link
grep -Eo '[0-9]{4}' file.txt

Tested on Linux and Mac OSX

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Martin Luther ETOUMAN NDAMBWE

79601881

Date: 2025-05-01 12:56:30
Score: 0.5
Natty:
Report link

I added below code to a script to automate it on mac in zsh

#!/bin/zsh

expect << EOF
  spawn ssh-add -s <your_command>
  expect "Enter passphrase*"
  send "<your_passphrase>\r"
  expect eof
EOF
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Updesh Srivastava

79601869

Date: 2025-05-01 12:43:27
Score: 1
Natty:
Report link

What are the best practices to be followed when implementing the sensitivity label?

  1. Define a clear label taxonomy by starting with an intuitive structure like Public, Internal, Confidential and Highly Confidential.
  2. Let Microsoft Purview automatically detect sensitive information (e.g., credit card numbers, passport numbers), and base your labels on these classifications.
  3. Enable auto-labeling policies wherever applicable.

For reference - 1. Sensitivity Label Overview, 2. Labelling Best Practices

Who will provide the persona to create the sensitivity label? Is it something I should ask the requirement provider/requester or, do I need to go via MSFT best practice document and create the sensitivity label?

For reference - 1. Get started with sensitivity labels, 2. Creat and configure labels

Is creating a sensitivity label a part of "data discovery and classification"?

Step-by-Step approach in your case:

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): in your case
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What are the
  • Low reputation (1):
Posted by: Mihir Saxena

79601862

Date: 2025-05-01 12:36:26
Score: 3
Natty:
Report link

I see missing '}}' on same line (Line 35) . Please add that and see if it fixes the issue.

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

79601854

Date: 2025-05-01 12:32:25
Score: 2.5
Natty:
Report link

Need more help -An unexpected error has occurred. Please try again later. [OR-C3SSH-02]

When i add the credit card on the google Work Space

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

79601849

Date: 2025-05-01 12:27:24
Score: 1
Natty:
Report link
Replace

subprojects {
    project.evaluationDependsOn(":app")
}
with

subprojects {
    afterEvaluate {
        project ->
            if (project.plugins.hasPlugin("com.android.application") || project.plugins.hasPlugin("com.android.library")) {
                project.android {
                    compileSdkVersion 34
                }
            }
    }
}


subprojects {
    project.buildDir = "${rootProject.buildDir}/${project.name}"
    project.evaluationDependsOn(":app")
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Tafadzwa Chitanga

79601843

Date: 2025-05-01 12:26:23
Score: 6
Natty: 8.5
Report link

can you share a little bit of code about how you send identifier to server when app is closed ?

I have same requirement about to have a geofence that triggers an http request when app is closed.

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): can you share a
  • Low reputation (1):
Posted by: Ufoloko

79601838

Date: 2025-05-01 12:23:22
Score: 1
Natty:
Report link

In 2025.. python 3.12 version, It works effectively.

But your code have problems..
the function should be in lowercase provide_access, run_match
should be like

class Access:
    def __init__(self, user, password):
        self.user = user
        self.password = password


class Run:
    def __init__(self):
        self.passwords = {}

    def add_user(self, user):
        if user.user in self.passwords:
            print("❌ User already exists.")
        else:
            self.passwords[user.user] = user.password
            print(f"✔ User: {user.user}, Password: {user.password} added successfully!")

    def show_pass(self, user):
        if user in self.passwords:
            print(f"✔ User: {user}, Password: {self.passwords[user]}")
        else:
            print("❌ User not found.")


run = Run()

while True:
    print("""
Hi there, You have three options:
1️⃣ Add user
2️⃣ Show password
3️⃣ Exit
""")
    choice = input("Enter your choice: ").strip().title()

    if choice == "1":
        username = input("Enter your username: ").strip().title()
        if username in ["Om", "Vishal"]:
            print(f"{username} is not allowed.")
        else:
            password = input("Enter your password: ").strip()
            access = Access(username, password)
            run.add_user(access)

    elif choice == "2":
        username = input("Enter your username: ").strip().title()
        run.show_pass(username)

    elif choice == "3":
        print("Exiting... Have a good day!")
        break

    else:
        print("❌ Invalid choice.")

I wrote it for you.. more advanced & clean..

Reasons:
  • Blacklisted phrase (0.5): Hi there
  • Blacklisted phrase (1): good day
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kaite

79601837

Date: 2025-05-01 12:23:22
Score: 2.5
Natty:
Report link

I didn't see anyone mention it, but Grokking Simplicity is a functional programming book that uses JavaScript for it's examples.

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

79601828

Date: 2025-05-01 12:15:20
Score: 0.5
Natty:
Report link

OK, I'm adding this here because I was still getting the error even when using the answers here. Greg Ennis' answer looks to cover my case but it didn't work.

The problem is that mocking Log.e gives an error when testing resulting in a "Log.e not mocked" error ... and other levels can too, even with the mock. The issue is that there are multiple methods you need to mock, as you can see below (two version of Log.e, and the error in testing occurs when you are hitting the Log.e which you haven't mocked!):

This is for Kotlin, and it goes in your @Before block in the testing class:

        mockkStatic(Log::class)
        every { Log.v(any(), any()) } returns 0
        every { Log.d(any(), any()) } returns 0
        every { Log.i(any(), any()) } returns 0
        every { Log.e(any(), any()) } returns 0
        every { Log.e(any(), any(), any()) } returns 0
        every { Log.w(any(), any<String>()) } returns 0
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Before
  • Low reputation (0.5):
Posted by: MacD

79601819

Date: 2025-05-01 12:08:18
Score: 3.5
Natty:
Report link

When using FlowableWithSingle<Mqtt5Publish,Mqtt5SubAck> subscribePublishes, it can result is a few different states depending on the result of the subscription. It with either :

As for the implementation here, could you please explain your intention with this configuration a little more fully so that we can better provide implementation suggestions? It sounds like you are using this flowable in place of confirming subscription success via the returned SubAck, where we would typically recommend utilizing SubAck as definition confirmation of a successful subscription.

Let us know your thoughts, or feel free to reach out on the HiveMQ Community Forum for some more specific help with the HiveMQ Client!

Best,

Aaron from the HiveMQ Team

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please explain your
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Aaron Franz

79601818

Date: 2025-05-01 12:08:18
Score: 2
Natty:
Report link

You have not add any zakaznici.id_lieky
If this column exists it is NULL. Null joins on anything is always NULL

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

79601816

Date: 2025-05-01 12:06:18
Score: 4.5
Natty:
Report link

I have another question about a memory leak.

After predicting labels, the memory is never released—even after the function finishes executing.

What should I do? I tried the following code, but it didn't work.

I use CPU and don't have any gpu.

import gc

tf.keras.backend.clear_session()
del predictions
gc.collect() 
Reasons:
  • Blacklisted phrase (1): another question
  • Blacklisted phrase (2): What should I do
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Azin Ekrami

79601815

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

Add any() or all(), if this is work.

Snippet:

if df['twitter'].str.lower().str.contains('windows 11').any():
        return 'windows 11'     
    elif df['twitter'].str.lower().str.contains('windows 10').any():
        return 'windows 10'    
    return 'windows 8 or older'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Adios Gringo

79601808

Date: 2025-05-01 11:59:16
Score: 2.5
Natty:
Report link

This behavior is coming from Device preview package. Which is clearly seen in the screen shot . So that is for test environment only. in prod there is no device preview so there is no issue.

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

79601794

Date: 2025-05-01 11:43:07
Score: 0.5
Natty:
Report link

I had the same problem.
I opened the file etc/hosts and commented all hosts.
After rebooting Xcode is able to download new sdk.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Valentyn Hlyvich

79601793

Date: 2025-05-01 11:41:06
Score: 0.5
Natty:
Report link

"For others" (probably not jquery or vanilla javascript ?) response by basickarl did the trick for me.

I was looking for a simple script that is able to uncheck all "vendor" list in cookie popups, from Firefox / Chrome devtools > console tab.

The solution with $(jquery) didn't do the trick, since all implies that that website has jquery loaded.

In my case jquery was not present, so the simple oneliner solution that did the batch unchecking was the one menitoned:

document.querySelectorAll('input[type=checkbox]').forEach(el => el.checked = false);
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jorel

79601779

Date: 2025-05-01 11:29:03
Score: 0.5
Natty:
Report link

For those who wondering about full example.

import { ExecutionContext, Injectable } from '@nestjs/common';
import { ThrottlerGuard } from '@nestjs/throttler';

function getIp(req): string {
  const forwarded = req.headers['x-forwarded-for'];
  if (typeof forwarded === 'string') {
    return forwarded.split(',')[0].trim();
  }
  return req.ips?.[0] || req.ip;
}

@Injectable()
export class ThrottlerBehindProxyGuard extends ThrottlerGuard {
  protected async getTracker(req: Record<string, any>): Promise<string> {
    return getIp(req);
  }

  protected getRequestResponse(context: ExecutionContext): {
    req: Record<string, any>;
    res: Record<string, any>;
  } {
    const httpContext = context.switchToHttp();
    return {
      req: httpContext.getRequest(),
      res: httpContext.getResponse(),
    };
  }
}

Then in your app.module providers array put this

providers: [
    {
      provide: APP_GUARD,
      useClass: ThrottlerBehindProxyGuard,
    },
  ],

After that, all @Throttle you will use, will follow rules of custom guard.

@Throttle({
    default: {
      limit: 1,
      ttl: 60 * 1000,
    },
  })
  @Post('forgot-password')
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Throttle
  • Low reputation (1):
Posted by: Artem

79601774

Date: 2025-05-01 11:27:03
Score: 1.5
Natty:
Report link

We have achieved this using cdxgen and BEAR - read detailed text in my blog here - https://worklifenotes.com/2025/04/30/practical-guide-to-ntia-compliant-sbom/

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

79601772

Date: 2025-05-01 11:26:03
Score: 1.5
Natty:
Report link

what works for me as the following
from .handshake import *

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): what
  • Low reputation (1):
Posted by: wajid

79601764

Date: 2025-05-01 11:22:02
Score: 3.5
Natty:
Report link

I have a similar issue with the error message : Cloud SQL connection failed. Please see https://cloud.google.com/sql/docs/mysql/connect-run for additional details: certificate had CN "", expected "<project_id>:<instance_id>"

I have a simple setup where I deploy my Ruby backend API on a Cloud RUN Service using an artifact, and I connect it to a PostgreSQL database on Cloud SQL. I try to connect both through a UNIX socket as it seems to be the correct way to do it (rather than TCP).

In my Cloud Run configuration, I specifically selected the database instance to automatically establish the socket in the background (according to Google Cloud documentation). According to the documentation, I'm not supposed to setup a Cloud Auth Proxy with this setup, however, I can't make it work, the connection always fails.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have a similar issue
  • Low reputation (1):
Posted by: user30418711

79601759

Date: 2025-05-01 11:19:01
Score: 4.5
Natty:
Report link

This is indeed a bug. The discussion is continued under https://github.com/spring-cloud/spring-cloud-stream/issues/3067

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Cédric Schaller

79601753

Date: 2025-05-01 11:14:59
Score: 1.5
Natty:
Report link

iam able to identify the issue. it is bcz ipv4 loopback address is not reachable

ping 127.0.0.1

Pinging 127.0.0.1 with 32 bytes of data:
General failure.
General failure.
General failure.
General failure.

Ping statistics for 127.0.0.1:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: MUSLIH K

79601740

Date: 2025-05-01 11:04:57
Score: 1
Natty:
Report link

Removed unique=True

from

 id = Column(String, unique=True, nullable=False, primary_key=True)

and it solved the problem

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

79601738

Date: 2025-05-01 11:03:57
Score: 1
Natty:
Report link

Alternatively use fs::dir_copy()

https://www.rdocumentation.org/packages/fs/versions/1.3.1/topics/copy

Also seems to be faster...

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

79601737

Date: 2025-05-01 11:02:56
Score: 1.5
Natty:
Report link

Is it possible to create a Toplevel window in tkinter that is initially withdrawn without flashing

Yes. You can add the argument top.deiconify and use root.after().

snippet:

def dlg():
    top = tk.Toplevel(root)
    top.withdraw()
    # do more stuff and later deiconify top
    top.after(1000, top.deiconify)
Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Has code block (-0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (0.5):
Posted by: Adios Gringo

79601735

Date: 2025-05-01 11:02:56
Score: 2
Natty:
Report link

What I found is that I needed to force the inclusion in the build of my @BindingAdapters, which were on their own in a separate .kt. I did this in a hacky but adequate way, by having a global boolean variable in the bindings file e.g. INCLUDE_DATA_BINDINGS and setting it somewhere that's definitely included, in my case the onCreate() of my Application subclass.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • User mentioned (1): @BindingAdapters
  • Single line (0.5):
  • Starts with a question (0.5): What I
  • High reputation (-1):
Posted by: JulianSymes

79601732

Date: 2025-05-01 10:54:55
Score: 0.5
Natty:
Report link

Not exactly the perfect answer, but setting the CORS AllowedOrigins to a wildcard does work:

new Bucket(this, "MyBucket", new BucketProps()
{
    BucketName = "myBucketName",
    //....
    Cors = 
    [
        new CorsRule()
        {
            AllowedHeaders = //...
            AllowedMethods = //...
            AllowedOrigins = ["https://webapp-*.transfer-webapp.<REGION>.on.aws"]
        }
    ]
});
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: danwag

79601731

Date: 2025-05-01 10:53:54
Score: 1
Natty:
Report link

I have solved this problem. It is because I also installed MySQL on my Windows side and started the MySQL server. After I shut down the MySQL server on the Windows side, I can install it successfully. (If it doesn't work, you can try to uninstall the MySQL on the Windows side)

Reasons:
  • Whitelisted phrase (-2): I have solved
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: willin Jin

79601725

Date: 2025-05-01 10:44:52
Score: 2.5
Natty:
Report link

Today I notice a new user could registered with admin rights.

I think I’m infected by the same.

Out site title was changed, too.

The automatic register status was changed to Admin, for every new registed user.

-> Now I have updated the plugIn (Order Delivery pro)

-> I’ve deleted the new user ‚fallinlove‘

Have everybody more information about this new vulnerability?

Should I do everthing more, or is it fixed with the update.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: MatNie

79601712

Date: 2025-05-01 10:33:50
Score: 2.5
Natty:
Report link

"it wouldn't be reliable" "what if you had 2 identical resources" - it doesn't matter. the man just wanted to do that. he doesn't need an existential question or an opinion about it, just how to do it.

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

79601709

Date: 2025-05-01 10:32:50
Score: 1.5
Natty:
Report link

Currently this is all you need, (according to MDN Only Samsung Internet browser does not support this):

.vertical-text {
    writing-mode: sideways-lr;
}

https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode#:~:text=10.3-,sideways%2Dlr,-132

Works nicely even when wraping vertical text.

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

79601708

Date: 2025-05-01 10:32:50
Score: 1
Natty:
Report link

It seems Cloud SQL Auth Proxy failed to set up proxy connections to the instance. It is likely because the language connectors/ auth proxy version is too old. Have you tried upgrading your Cloud SQL proxy version? If you are using Cloud SQL Auth Proxy, make sure you are using the most recent version, see keeping the Cloud SQL Auth Proxy up to date.

You can also check this documentation about Requirements for using the Cloud SQL Auth Proxy, it mentions connections to Cloud SQL instances using (shared/ customer-managed) Certificate Authority (CA) with the recommended Cloud SQL Auth Proxy version.

If upgrading the proxy version doesn't work for you and if you have a support package, I would recommend you getting help through reaching out to Google Cloud Support for a more in-depth analysis of your issue.

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

79601702

Date: 2025-05-01 10:30:49
Score: 0.5
Natty:
Report link

FastAPI expects to return something JSON-serializable, so instead of returning a plain string, return a dictionary:

from fastapi import FastAPI

app = FastAPI()

@app.get("/")
def first_api(): 
    return {"message": "Hello World"}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dmitriy Danylov

79601694

Date: 2025-05-01 10:23:48
Score: 1
Natty:
Report link

if the error is from implementation of firebase push notification the i just updated the packages to

"@react-native-firebase/app": "^19.0.1",
"@react-native-firebase/messaging": "^19.0.1",
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jerry Azubuike

79601691

Date: 2025-05-01 10:23:48
Score: 1.5
Natty:
Report link

I'd propose an alternative solution that I've used when calculating rising block tariffs that avoids the complication of array formula. This allows you to drag across all cells on the block for a prorata calculation.

=IF(MIN(C11-($B5:B5),B5)>0,MIN(C11-($B5:B5),B5),0)

This might be slightly less elegant but easier to understand and troubleshoot. I used this logic when create a business electricity rates calculator for my website.

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

79601682

Date: 2025-05-01 10:15:46
Score: 1
Natty:
Report link
SELECT p.*, c.description, s.company_name
from products p
join categories c on p.category_id = c.category_id
Join suppliers s on p.supplier_id = s.supplier_id

I tried above in https://www.sql-practice.com/ this way u can do it, but plz post your schema to understand the issue you are facing
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ganesh Mohane

79601675

Date: 2025-05-01 10:05:44
Score: 2.5
Natty:
Report link

Creating a forum inside an application involves integrating features like user registration, post creation, commenting, and moderation. It’s best to use a scalable backend and intuitive UI. Partnering with a reliable mobile app development company can simplify the process and ensure a smooth, secure, and feature-rich forum experience.

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

79601669

Date: 2025-05-01 10:02:43
Score: 2
Natty:
Report link
dent(x,y,z):
   result = {}
   result[roll_no] = [std_name, marks]
   print(result)


n = int(input("Enter No of Students:"))
for i in range(n):

   roll_no = int(input("Roll No: "))
   std_name = input("Student Name: ")
   marks = int(input("Marks: "))
   student(std_name, roll_no, marks)
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abhay Verma

79601648

Date: 2025-05-01 09:44:39
Score: 2
Natty:
Report link

it removes the error when you return it separately but what about await function it says 'await' expressions are only allowed within async functions and at the top levels of modules.ts(1308)

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

79601641

Date: 2025-05-01 09:38:38
Score: 4.5
Natty:
Report link

Eric Freitas has an excellent working solution to my issue as per the link below. Thank you Eric.

E. Freitas hit test on scenekit

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): the link below
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user23510612

79601633

Date: 2025-05-01 09:25:35
Score: 2
Natty:
Report link

I actually work for Cloudinary, and while this plugin is third-party (so we can't provide support for it directly), I wanted to provide a workaround.

If this, or any other plugin doesn't support a feature, you could always look into applying the functionality via an Upload Preset instead. In this instance, you should be able to create/update the default upload preset used for API uploads so that it calls the addons you need

Reasons:
  • Blacklisted phrase (1): this plugin
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Danny V

79601618

Date: 2025-05-01 09:11:32
Score: 1.5
Natty:
Report link

Executor has been removed from aiogram since version 3.
https://docs.aiogram.dev/en/latest/migration_2_to_3.html'

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

79601587

Date: 2025-05-01 08:44:25
Score: 1.5
Natty:
Report link

If you have both Lightsail and EC2 instances like me, make sure you are not mixing up the usernames. For EC2 instances, the default username may be ec2-user Try it out...

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

79601578

Date: 2025-05-01 08:34:22
Score: 2.5
Natty:
Report link

I didn't find either how to exclude a package. But I'm using the option --ignore-vuln with the vulnerability ID, which serves the same purpose.

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

79601576

Date: 2025-05-01 08:33:22
Score: 1
Natty:
Report link

diff command is great!

However, I have to speak against the md5 command, as it is crucial to understand that MD5 is not considered collision-resistant, meaning it's possible, albeit with a low probability, for different inputs to produce the same hash value, which is called a collision.

If you really have to generate a hash out of the file for some purpose, considering lowering the collision by using sha256 or better algorythm.

Refernce: https://security.stackexchange.com/questions/203344/how-likely-is-a-collision-using-md5-compared-to-sha256-for-checking-file-integr

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

79601574

Date: 2025-05-01 08:32:22
Score: 2.5
Natty:
Report link

It's an iOS 18 simulator issue. I tried the iOS 17.0 simulator, and it worked.

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

79601572

Date: 2025-05-01 08:29:21
Score: 1
Natty:
Report link

Perhaps, this is more generic for you:

TRIM(Both '_' FROM REGEXP_SUBSTR(Member_Target_Name), '_[^_]+_', 3, 1,'i') ) as ThirdElement

Lets say Member_Target_Name has this structure (values in square brackets are objects with values (including the brackets) :

x_[service]_[name]_[date_in_isostyle]_[type]

so a value sample would be:
s_myDB_MyApp_20250501_t

then the suggested code snippet pick up the third [name] element with text 'MyApp'.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Peter Rosenberg

79601566

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

I got this Flatpickr error on an ASP.net project because a new connection to Jquery was automatically create in the application, so it looks as though this is created by a conflict. Because of the page flow construct jQuery.noConflict() did not work when using web form validation; a combination of asp.net 4.5 Web Forms Unobtrusive Validation jQuery Issue and this <asp:ScriptManager in Asp.Net webforms, how it works? should have worked, but only a partial success. Although not directly relevant to anyone not using the Microsoft stack, it is relevant to people using Flatpickr this may allow someone to understand what is going on and where the error "$('.selector').Flatpickr is not a function" is occurring and find a solution in their project idiom.

Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: aegsomweb

79601558

Date: 2025-05-01 08:14:18
Score: 0.5
Natty:
Report link

Listing only Archive blobs using Az CLI

I had workaround in my environment using the same command

az storage blob list --account-name accountname --container-name container-name --account-key "account-key" --query "[?properties.blobTier=='Archive'].name" --output tsv

Also, I added ForEach-Object to get the "rehydrate" information with print messages.

az storage blob list --account-name <account name> --container-name <container name> --account-key "<account key>" --query "[?properties.blobTier=='Archive'].name" --output tsv | ForEach-Object { Write-Output "Blob: $_ | Tier: Archive"; Write-Output "Rehydrating blob: $_" }

I successfully got the list of archived blobs

Output:

Image

Image1

It may be due to there were no Archive-tier blobs at the time, or the wrong property access tier was used earlier.

Reference:

az storage blob list

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