79651254

Date: 2025-06-03 12:48:01
Score: 12.5 🚩
Natty:
Report link

I investigated this error on the internet.

Possible parallels with your case:

What can we take from this for your scheduled task scenario?


PowerShell terminal process terminated exit code 4294901760 #41708

2018-1-16

OS Version: Windows Server 2012 R2 Standard


My Terminal Console not working in Visual Studio Code

2020-9-24

When I open my terminal console, it is disappearing with a pop-up message as shown below:

The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 4294901760.


Vs code terminal issue

2021-5-22

When I tried to run java code in visual studio code, the terminal is throwing an error

PowerShell terminated with exit code:4294901760

I have searched all queries but nothing is relatable.


Powershell terminating with exit code 4294901760 [closed]

2021-8-28

Powershell keeps exiting with the message:

"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 4294901760.


PowerShell turning off when opened with exit code 4294901760

2021-10-24

"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 4294901760"

Please Help


Why is Visual Studio Code run not working?

2021-10-26

when I run python file in terminal I get this:

The terminal process:

C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: 4294901760.

Does anybody know why this is happening? If so could you please tell me how to fix it, I'm completely new to coding, and I've just been watching some tutorials on YouTube..


Reasons:
  • Blacklisted phrase (1): anybody know
  • Blacklisted phrase (1.5): tell me how to
  • RegEx Blacklisted phrase (2): Does anybody know
  • RegEx Blacklisted phrase (2.5): could you please tell me how
  • RegEx Blacklisted phrase (3): Please Help
  • RegEx Blacklisted phrase (2): working?
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: João Mac

79651246

Date: 2025-06-03 12:44:59
Score: 1
Natty:
Report link

you should provide the compiler the include path of "picohttp.hpp" with -I.

g++ main.cpp -I /aaa/bbb/ ./build/libpicohttp.a -o main

replace /aaa/bbb/ with the path of picohttp

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

79651241

Date: 2025-06-03 12:40:58
Score: 2
Natty:
Report link

After a solid month of investigation into this issue, I've found the answer! The Application Request Routing (ARR) was not properly installed on the server. ARR was installed and I could configure it in IIS as suggested in the Jira documentation, but IIS didn't actually do the routing.

I uninstalled ARR and reinstalled it and the URL Rewrite works perfectly.

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

79651238

Date: 2025-06-03 12:37:57
Score: 0.5
Natty:
Report link

to get pre post stock price of NVDA every 30 seconds

import requests  
import re
import time
from bs4 import BeautifulSoup
headers = {
        'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'
    }

while 1:
    url = "https://finance.yahoo.com/quote/NVDA/"
    x = requests.get(url, headers=headers)

    soup = BeautifulSoup(x.content, 'html.parser')

    yy=(soup.prettify())

    pattern = r"yf-ipw1h0\">\s+(\d+.\d+)"

    result= re.search((pattern),yy)
    x=(result.group(1))
    print (x)
    time.sleep(30)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: joeH

79651237

Date: 2025-06-03 12:37:56
Score: 7 🚩
Natty: 5.5
Report link

Is it possible to send raw video using tcpserversink -> tcpclientsrc ?

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

79651228

Date: 2025-06-03 12:27:53
Score: 1
Natty:
Report link

If anyone is wanting a modern solution, please add the following to your MainWindow():

    OverlappedPresenter presenter = OverlappedPresenter.Create();
    presenter.PreferredMinimumWidth = 300;
    presenter.PreferredMinimumHeight = 400;
    this.AppWindow.SetPresenter(presenter);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Austin

79651227

Date: 2025-06-03 12:27:53
Score: 1.5
Natty:
Report link

You can only use @AliasFor for attributes of meta-annotations — that is, annotations that are actually present on your annotation class.

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

79651223

Date: 2025-06-03 12:25:52
Score: 11 🚩
Natty: 6.5
Report link

Did you found a solution? I think i have the same problem but in some different way

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (3): Did you found a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: MrKapkan

79651220

Date: 2025-06-03 12:23:51
Score: 1
Natty:
Report link

Yes, the WAVE Chrome extension can be used to inspect HTML files on a local desktop server.

Simply click the WAVE extension icon when your webpage is open in Chrome on either localhost or 127.0.0.1.

It will scan the page and highlight accessibility issues directly in your browser.

This keeps your stuff secret and functions even without an internet connection.

However, local or localhost files cannot be accessed by the WAVE online tool (wave.webaim.org).

It only works with publicly available URLs.

You would need to use technologies like ngrok to expose your local server if you wanted to test a local site using the online tool.

For local development, the Chrome extension is the most convenient and effective option.

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

79651213

Date: 2025-06-03 12:13:47
Score: 0.5
Natty:
Report link

There is no visible error in your post. Try to go to the:

C:\Users\HP\AppData\Local\npm-cache\_logs\2025-06-03T11_45_56_574Z-debug-0.log

and look up for the error there. Also you can try to use:

npx create vite@latest my-app

'npx' instead of 'npm'

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dávid M.

79651210

Date: 2025-06-03 12:10:47
Score: 2.5
Natty:
Report link

We have implemented this extension: Tags and Custom Fields Boom for Google Calendar extension

It will assist you in an easy, friendly manner to add all the info and details of your event to your calendar event in an organized way through custom fields. Many other features coming soon.

Install it directly through the link: https://chromewebstore.google.com/detail/tags-and-custom-fields-bo/hlopkmaehodajggidebkjcbfodnlfeml

And here's a tutorial video: https://youtu.be/ucRcxFYJhaQ?si=2U0tJAz7QgYyLgSx

Reasons:
  • Blacklisted phrase (1): youtu.be
  • No code block (0.5):
  • Low reputation (1):
Posted by: Amir Azer

79651207

Date: 2025-06-03 12:09:45
Score: 8.5 🚩
Natty:
Report link

We have exact problem for about month. We also have noticed that the share fuction, have return to some biznes profiles, but in others there is still problem, any solutions?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solutions?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kamtyf

79651200

Date: 2025-06-03 12:08:45
Score: 3
Natty:
Report link

You can try formatting your columns or range of cells before entering any data. Pre-format all columns as General or as Number before entering data.

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

79651189

Date: 2025-06-03 12:02:43
Score: 1
Natty:
Report link

In 2025 use this:

configurations.all {
    exclude(group = "com.google.android.gms", module = "play-services-safetynet")
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Huzaifa Khan

79651184

Date: 2025-06-03 12:00:42
Score: 2
Natty:
Report link

When I got this issue it was due to bad data in a Decimal column. It had 100.0 and not 100.00

In the select statement I used - TRANSFORM(ndepnrate, '@R 999.99') AS ndepnrate

This not only passed the data but fixed the data before it was passed over to SQL.

Every other table accepted select * from tableName and passed over to SQL using SqlBulkCopy

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: nick brown

79651181

Date: 2025-06-03 11:55:41
Score: 1
Natty:
Report link

Okay i solved the problem - i checked service account email in google drive console and just shared whole folder in google drive for this account.

Reasons:
  • Whitelisted phrase (-2): i solved
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jakub HopciaÅ›

79651175

Date: 2025-06-03 11:50:40
Score: 3
Natty:
Report link

Thanks for the discussion on external loops for memory management.

For my use case of running the Python script fresh every minute on a VPS, I'm leaning towards using a cron job.

It seems more robust for a persistent "every minute" task on a server compared to a manual Bash while loop because:

cron handles server reboots and session disconnections automatically.

It's the standard Linux tool for scheduled tasks.

It's efficient for this kind of periodic execution.

My Python script would then just perform one "global cycle" and exit, with cron handling the "every minute" relaunch. For example:

* * * * * /usr/bin/python3 /path/to/my_script.py >> /path/to/log.txt 2>&1

This ensures a complete memory reset for each run. Am I on the right track for this specific VPS "every minute" scenario, or are there strong reasons to prefer a continuously running Bash loop with nohup/tmux?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: teamPT

79651167

Date: 2025-06-03 11:45:38
Score: 2.5
Natty:
Report link

A lot of WHOIS queries don’t work properly anymore since RDAP became the standard for many TLDs. If you're struggling with that, check out whoisjson.com it handles RDAP really well and returns clean JSON.

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

79651155

Date: 2025-06-03 11:41:37
Score: 2
Natty:
Report link

No, you cannot fine-tune Codex models like code-davinvi-002 using the OpenAI API. Fine-tuning is currently only supported for models such as gpt-3.5-turbo.

For coding tasks, OpenAI recommends using GPT-4 or GPT-3.5 with system instructions or examples (few-shot learning) instead.

Here OpenAI codex guide- https://oragetechnologies.com/openai-codex/

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

79651151

Date: 2025-06-03 11:37:36
Score: 1
Natty:
Report link

The MSE value is: 0.0004. That means the model predicts very well.

This isn't necessarily true. Typically, you divide the dataset into training and testing subsets, and evaluate the model's accuracy on the test set to get a more reliable measure of performance.

The problem now is that when predicting a combination that it didn't learn from the data set

Statistical models like neural networks aren't designed to predict on data points that differ from the training data distribution .

To make this system work, you'd need to transform the inputs into meaningful features. I would recommend you read more about how machine learning models work before proceeding.

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

79651148

Date: 2025-06-03 11:35:35
Score: 0.5
Natty:
Report link

I had spent manytime, trying to find a better method for downsampling arrays. Let's suppose, I have an array of points, or pixels, having an initial size. And I want to downsample it, to a final size count, and a reduction factor ks. The first thing, that I tried, was the numpy slicing, using a step equal to ks.

count = size // ks
points = np.empty(dtype=np.float32, shape=(count * ks, )) 
## Initialize the points array as necessary... 
res = points[::ks] 

But if the result array, already has a fixed shape, this could get an error. So the array must be resized, don't use reshape, because this also gets error.

res = np.empty(dtype=np.float32, shape=(count, )) 
res[:] = np.resize(points[::ks], (count, )) 

This is quite a simple method, and seems to be pretty fast for bigger arays. The problem with this resize, is that, it can fill the array with NaN values.

Another method would be also, to make an interpollation over the numpy array. As far I had tried, the zoom method from the scipy package would be suitable.

from scipy import ndimage
fact = (1/ks, 1.00)
res[:] = np.resize(ndimage.zoom(points, zoom=fact, order=1), (count, ))

It can be noticed, that I didn't use a simple scalar factor ks, but a tuple. Using a simple scalar factor, an image will result compressed, or stretched. But with proper scaling factors on different axes, it preserves its' aspect. It also depends, of the arrays' shape, which may differ from case to case. The order parameter sets an interpolation method being used at subsampling.

Note, that I also used the resize method, to avoid other dimensional errors. It is enough just a difference of 1 in the count size, to get another error. The shape of an array, can't be simply set, by changing the size property. Or the array must be a numpy.ndarray, in order to access the size property.

#res.shape = (sx//fact, sy//fact)
res = np.resize(res, (sx//fact, sy//fact)) 

As other people said, can be a problem with interpolation over array blocks. This is because, different parts of the image, could be mixed in an average. I had even tried, to roll, or shift the array, with just some smaller steps. But when shifting an array, the last values are filled before the first ones. And if the values was previously sorted, these would not come in right order. The resulting image may look, as an overlapping of some irregular rectangles. The idea was also, to use a numpy mean, over 1, or more sorted array blocks.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adrian

79651137

Date: 2025-06-03 11:29:32
Score: 7 🚩
Natty: 6
Report link

got any solution brother? i am also getting same, i doubt READ_EXTERNAL_STORAGE this might be the culprit

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution brother?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Md Adnan Sami

79651136

Date: 2025-06-03 11:28:32
Score: 1.5
Natty:
Report link

This looks like an Xcode 16.3, 16.4 thread checker issue, as when disconnected from XCode, the crash doesn't happen

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Peter Lapisu

79651135

Date: 2025-06-03 11:28:32
Score: 1
Natty:
Report link

If anyone is wanting a modern solution, please add the following to your MainWindow():

    OverlappedPresenter presenter = OverlappedPresenter.Create();
    presenter.PreferredMinimumWidth = 300;
    presenter.PreferredMinimumHeight = 400;
    this.AppWindow.SetPresenter(presenter);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Austin

79651133

Date: 2025-06-03 11:26:31
Score: 2
Natty:
Report link

The problem was caused by a change in the security policies of our ISP: they blacklisted the IP address of accounts.spotify.com because many of their servers were targeted with multiple connections to unusual TCP ports coming from that IP.

Not a code problem.

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

79651131

Date: 2025-06-03 11:24:30
Score: 1
Natty:
Report link

Tried multiple solutions from this thread but none of them worked for me

The solution that worked for me was to wipe the emulator data and it started working fine

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

79651125

Date: 2025-06-03 11:19:28
Score: 1.5
Natty:
Report link

$xml.OuterXml | Out-File test.xml

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

79651119

Date: 2025-06-03 11:17:28
Score: 5.5
Natty: 6
Report link

Thank you https://stackoverflow.com/users/3596943/fredrik-borgstrom
for helping, it helps exactly.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sumit Kumar

79651114

Date: 2025-06-03 11:15:27
Score: 0.5
Natty:
Report link

The issue was clear by looking at nova's logs: tail -f /var/log/kolla/nova/*

2025-06-02 18:36:33.352 7 CRITICAL nova [None req-59c6740a-b87e-4d78-a513-be72a64f8bf3 - - - - - -] Unhandled error: nova.exception.SchedulerHostFilterNotFound: Scheduler Host Filter AvailabilityZoneFilter could not be found.

I was configuring nova-scheduler with a filter that doesn't exist anymore

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

79651113

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

If your dominant frequency is near zero, you have a constant bias in your data. Try to high-pass filter it with a very low cut-off frequency such that the data is equally distributed around 0. In other words, the mean should be near zero, or you will always see the dominant frequency to be near zero Hz.

If you also want to reduce noise, use a bandpass filter, again with a very low lower frequency. MEMS accelerometer already come with internal filters to avoid artefacts at half of the sampling frequency, but they still produce quite some noise even though the signal is oversampled internally.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Peter Kämpf

79651107

Date: 2025-06-03 11:10:25
Score: 2
Natty:
Report link

The issue is that the first call to /api/v1/external/login returns intent, not intent_id along with instances your user belongs to.

I have reproduced the error by sending intent_id instead of intent to /api/v1/issue-token-intent. So just by correcting this, you should be good.

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

79651105

Date: 2025-06-03 11:09:25
Score: 2
Natty:
Report link

What exactly is your problem? That you have to verify your recaptcha thingy when you access your site? or what do you mean with laravel error?

So all i know is that somethimes, this page disappears after a few hours or days as Hostinger "trusts" your site...

You can visit your own site from different devices and networks to see if its region/Ip-Specific.

If this does not work at all and still the same after hours, just contact the Hostinger support.

Also make sure your domain points correctly to Hostiner and your SSL is valid

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: ChichiKugel

79651104

Date: 2025-06-03 11:08:24
Score: 0.5
Natty:
Report link

The solution that worked for me.

  1. Ensure the Properties dialog is open.

  2. Select any element within the report body.

  3. Press TAB to go to the next element. Press TAB again until you reach 'Page Footer' (you will see the respective title in the Properties dialog).

  4. Adjust the height of the footer.

enter image description here

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

79651101

Date: 2025-06-03 11:06:24
Score: 1
Natty:
Report link
  1. Sure, let's break down how you can make a VoIP call using Java, in a way that's easy to understand.

Making a VoIP Call with Java: The Simple Way

Imagine you want your Java application to "dial" a phone number over the internet. You're not actually making your computer behave like a physical phone and directly connecting to a phone line. Instead, you're using services that handle all that complex "phone stuff" for you.

Think of it like sending a message to a smart assistant and saying, "Hey, please call this number for me."

The Easiest Path: Cloud Communication APIs

This is by far the most popular and straightforward method. Companies like Twilio, Sinch, or Plivo offer what are called "Programmable Voice APIs."


The Expert Path: Building Your Own SIP Client

This is more for folks who want deep control or are building a specialized VoIP application.

  1. Use Programmable Voice APIs (e.g., Twilio): Easiest, most common method; your Java code sends requests to a cloud service.

  2. SIP Libraries (e.g., JAIN-SIP, Mizu VoIP): For direct SIP control, but more complex, often needing a self-managed PBX like Asterisk.

  3. Requires Provider Account: You'll always need an account with a VoIP service or API provider.

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

79651090

Date: 2025-06-03 10:59:21
Score: 1
Natty:
Report link

Late to the party, but as the Answer was relying on Visual Studio, I want to update with the results of my attempts to get it running without any IDEs installed on the windows machine:

  1. Go to the nuget.config file (located on in %APPDATA%\NuGet\NuGet.Config)

  2. Change to the local location of all required Package Files and remove the reference to the Web repo.

  3. The trailing Backslash was essential

  4. Save

  5. Enjoy Life

My nuget.config file:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <packageSources>
    <add key="nuGet" value="c:\OfflineDependies\" />
  </packageSources>
</configuration>

possible improvements: Seems like there is a possibility to chnage the nuget settings on a project level. Bit I didn't dig in to follow that route.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Robert Reiher

79651084

Date: 2025-06-03 10:51:20
Score: 2
Natty:
Report link

SOLVED!

The avenue I was wandering down was the "it has to be a VSCode issue..." HOWEVER, upon doing a task in laravae for a client, I noticed that the problem tab WAS reporting code syntax errors... SO I then shifted my focus to "It has to be a problem with the .jar file..."

Long story short - turns out that the JRE was not installed on my version of macOS (Sequoia 15.4.1 )... Unfortunately homebrew doesnt seem to allow the download, so you have to download and install the JRE directly from the java website (making sure you install the ARM version of it if you are on a M3 Mac).

NOTE: you can test if this is the reason CFLInt doesnt work for you by hitting terminal and running the command: java -version

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: codemonkey

79651078

Date: 2025-06-03 10:45:18
Score: 0.5
Natty:
Report link

To retrieve a specific Online Meeting instance from a recurring meeting series and update participants, you can follow below steps

enter image description here

enter image description here

{
  "attendees": [
    {
      "emailAddress": {
        "address": "[email protected]",
        "name": "Person"
      },
      "type": "required"
    }
  ]
}

enter image description here

I am able to update the attendees to my intended user as shown in above image.

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

79651077

Date: 2025-06-03 10:44:18
Score: 2.5
Natty:
Report link

How do you implement Spring Security in a Spring Boot application with JWT authentication?

Reasons:
  • Blacklisted phrase (1): How do you
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How do you
  • Low reputation (1):
Posted by: Abu Huzaifa

79651075

Date: 2025-06-03 10:41:17
Score: 0.5
Natty:
Report link

You can downgrade the version for jakarta-persistence-api.
In my case i am using

<springboot.version>3.5.0</springboot.version>

So i have downgraded the jakarta version to 3.1.0
Also make sure to use

<spring-cloud.version>2025.0.0</spring-cloud.version>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amrita Sharma

79651061

Date: 2025-06-03 10:29:14
Score: 1
Natty:
Report link

IDM file is a simplified version of Internet Download Manager. Furthermore, this version can be run directly from a USB drive or any external storage without installation. Moreover, this means you can use it on multiple computers without leaving any traces. This version is fully functional. Furthermore, this version also brings all the features of the regular IDM but in a more flexible and portable form.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
  • Low reputation (1):
Posted by: Game Terbaru

79651059

Date: 2025-06-03 10:26:13
Score: 3.5
Natty:
Report link

There is an extension that helps with this! Visual Studio Marketplace

If you right-click a folder, there are several options that may help you out:

Open Changes

Folder History

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

79651054

Date: 2025-06-03 10:24:12
Score: 9 🚩
Natty: 5.5
Report link

did you ever figure out what the issue was? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): did you ever figure out
  • 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 (0.5):
Posted by: SuperFlyDan

79651049

Date: 2025-06-03 10:15:09
Score: 2
Natty:
Report link

What is/was your latest release version?

Maintenance branches can't publish releases with higher version numbers than your latest release, only release branches can do that.

To bypass this you could either release a new version from your release branch, which would allow you to create a maintenance release, or rename the branch to next so it's a release branch

https://semantic-release.gitbook.io/semantic-release/usage/workflow-configuration#maintenance-branches

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): What is
  • Low reputation (1):
Posted by: arthur

79651046

Date: 2025-06-03 10:12:08
Score: 5
Natty: 4
Report link

Not the same case but in the same range : how to apply a criteria on each of the duplicates ?

table t_TIR with fields strMot, IsVerbe, IsFlexion, ID (and other fields)
table t_DEF with PrimaryKey "ID" that make the link with t_TIR (1 to many), from which I extract DEF hereunder.

What I want to track :

strMot IsVerbe IsFlexion DEF
LURENT FALSE FALSE LURENT --> lire 126.
LURENT TRUE TRUE LIRE v. 126.
  1. one of the duplicates contains "-->" in DEF, and the value of IsFlexion = False,
    AND
  2. the other duplicate has IsVerbe = True and IsFlexion = True

There could occasionally be more than two records in the duplicate : it is OK to show them as long as the conditions are fulfilled on two of these duplicates.

Kind regards,

Jean-Michel

Reasons:
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (1): I want
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jean-Michel

79651041

Date: 2025-06-03 10:08:06
Score: 1
Natty:
Report link

Move to the Project directory in the command prompt

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Febin K R

79651033

Date: 2025-06-03 10:04:05
Score: 1
Natty:
Report link

Use the --enable-smooth-scrolling flag with add_argument:

from selenium import webdriver
# Create Chrome options
options = webdriver.ChromeOptions()
# Enable Smooth Scrolling via command-line switch
options.add_argument("--enable-smooth-scrolling")
# Initialize WebDriver with options
driver = webdriver.Chrome(options=options)

--enable-smooth-scrollingmust be passed using add_argument not add_experimental_option, because it's a command-line switch rather than a Chrome experimental option.

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

79651026

Date: 2025-06-03 10:00:04
Score: 3
Natty:
Report link

enter image description hereenter image description hereenter image description here

This three photo have oast data of a wingo name pridiction game that pridict next no. Colour of next upcoming data find the algorithm of it and show what should be comes in next periods

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Himanshu Kalal

79651020

Date: 2025-06-03 09:56:02
Score: 0.5
Natty:
Report link

I wouldn't go with a constructor, but you could create a static method on the subclass (if you cannot alter the base class) that creates the ItemDetailViewModel from Models.AssetItem like this:

public static ItemDetailViewModel Create(Moddels.AssetItem model)
{
    var config = new MapperConfiguration(cfg => cfg.CreateMap<Models.AssetItem, ItemDetailViewModel>());

    var mapper = config.CreateMapper();

    return mapper.Map<ItemDetailViewModel>(model);
}

or you can create an extension method on the base class doing the same.

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

79651014

Date: 2025-06-03 09:53:02
Score: 1
Natty:
Report link

Use this updated library instead of the older Gemini API version: implementation("dev.shreyaspatil:generative-ai-kmp:0.9.0-1.1.0")

Why it works:

✅ Uses Ktor 3.1.2 – compatible with Supabase (avoids library clashes).

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

79651008

Date: 2025-06-03 09:50:00
Score: 1
Natty:
Report link
$({ Counter: 0 }).animate({
  Counter: $('.Single').text()
}, {
  duration: 1000,
  easing: 'swing',
  step: function() {
    $('.Single').text(Math.ceil(this.Counter));
  }
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<span class="Single">86759
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Accoun Pc

79650997

Date: 2025-06-03 09:45:59
Score: 4
Natty:
Report link

in VSCode press ctrl+shift+p, input: clangd: Open project configuration file:

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aleksey Tsaruk

79650992

Date: 2025-06-03 09:42:57
Score: 1.5
Natty:
Report link

If anyone ends up here and still wonder, maybe this can help:

{{#lambda.uppercase}}{{{myString}}}{{/lambda.uppercase}}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sivvv

79650984

Date: 2025-06-03 09:39:55
Score: 9 🚩
Natty:
Report link

You could try to remove the '.html' extension from 'signInPage' in your SecurityConfig class like this:

.formLogin(
    form ->
        form.loginPage("/signInPage")
            .permitAll()

The .html isn't necessary in your request as Spring (Spring mvc, security and thymeleaf) will route it to the appropriate view for you.

Also, do you have a @Controller class which returns your Sign-in page when requesting /signInPage?

For example, a very minimalistic code snippet:

@Controller
public class PageController {
 @GetMapping("signInPage")
 public String signInPage() {
  return "signInPage"; // this will lookup the signInPage.html in your resource/template directory
 }
}

Btw, I'm new to stackoverflow so please let me know if something is not according to the guidelines

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (2.5): do you have a
  • RegEx Blacklisted phrase (1.5): I'm new
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Controller
  • Low reputation (1):
Posted by: Hans van den pol

79650981

Date: 2025-06-03 09:37:55
Score: 2
Natty:
Report link

Scrapyfly also uses proxies on their End so sometimes the proxies are very bad resulting in un successful responses while other times its returning 200, this is normal behaviour in Web Scraping.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Manraj Singh Dhillon

79650976

Date: 2025-06-03 09:32:53
Score: 2
Natty:
Report link

I have this issue on both my desktop and laptop in 21.1.3 and none of the solutions for previous major versions of SSMS worked for me either.

Looks like the dev team are aware of the issue at least:

https://developercommunity.visualstudio.com/t/SSMS:-SQL-files-opening-new-instances-of/10858946?zu=

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: tgljamesuk

79650942

Date: 2025-06-03 09:14:48
Score: 2.5
Natty:
Report link

Solution as always is simple and obvious.

It's not that Indy isn't installed, but through the course of many new versions a bunch of packages were RENAMED OR DEPRECATED.

So yeah, after cleaning up dproj all I have left are errors due to DevExpress many new versions of errors.

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

79650941

Date: 2025-06-03 09:13:48
Score: 2
Natty:
Report link

Error: Could not fork child process: There are no available terminals (-1). I face the same problem after I run pacman -Syu and update the msys2-runtime-devel msys2-runtime from 3.6.1-4 to 3.6.2-1 on Windows 11. I tried all the suggestions from here, but problem still there even after many reboots! Finally, I notice that my git bash always opens successfully, and I use Process Explorer to find the difference is msys-2.0.dll which is include in msys2-runtime. So I downgrade msys2-runtime to 3.6.1-4, problem solved.

  1. Since bash still work, open Windows cmd to launch bash.
set "MSYSTEM=MINGW64"
set "CHERE_INVOKING=1"
set "MSYS2_PATH_TYPE=inherit"
C:\MSYS2\usr\bin\bash.exe --login -i
  1. Then downgrade msys2-runtime.
cd /var/cache/pacman/pkg/
pacman -U ./msys2-runtime-devel-3.6.1-4-x86_64.pkg.tar.zst ./msys2-runtime-3.6.1-4-x86_64.pkg.tar.zst

Now, problem solved!

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I face the same problem
  • Low reputation (0.5):
Posted by: Cong Yang

79650936

Date: 2025-06-03 09:10:47
Score: 1.5
Natty:
Report link

Got it solved: The fields reference was identical, because i got it from reflect. It works now like this:

  const rawFormField = Reflect.getMetadata(
    'fb:fields',
    this.formController.getModelDefinition(),
    this.fieldName
  );
  this.formField = JSON.parse(JSON.stringify(rawFormField));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: RK234

79650923

Date: 2025-06-03 09:03:44
Score: 1
Natty:
Report link

This discussion really highlights how SwiftUI's design encourages thinking differently about state and view updates. It’s surprising at first that all sliders seem to re-initialize or trigger closures on every change, but understanding that SwiftUI recomputes view bodies based on state changes makes it clearer why that happens. The idea that views are lightweight structs and that re-initializing them is expected helps reduce concern about performance—as long as heavy computations are moved out of the views themselves.

It reminds me a bit of how good platforms, like UniQumZorg, carefully organize their components and workflows to avoid unnecessary overhead. Their Voor zorgaanbieders section is a great example of structuring responsibilities clearly, ensuring each part knows its role and doesn’t do extra work unnecessarily. Similarly, their Over ons page gives transparency about who they are and how they operate, which builds user trust — something that developers should consider in app design too.

Overall, when working with state and closures in SwiftUI or any platform, it’s about managing dependencies smartly and separating concerns to keep everything efficient and understandable. Thanks to everyone for sharing insights here — it’s helpful to see these practical experiences.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: David Hennry

79650903

Date: 2025-06-03 08:46:40
Score: 1.5
Natty:
Report link

I searched for day for the reason. It is hidden in the ui.

Go to your function app > Diagnose and solve problems

Search for "Functions that are not triggering"

Wait 10s

See the all reasons and fix them

I hope i save you some time

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

79650902

Date: 2025-06-03 08:46:40
Score: 1.5
Natty:
Report link

Since my index file was in root directory, the problem was with handler function. As @Vigen mentioned in the comment, the package I was using was deprecated, use https://github.com/CodeGenieApp/serverless-express?tab=readme-ov-file#async-setup-lambda-handler

Here are the changes I made to my handler function in index file

let serverlessExpressInstance

const app = require("./express-app");

const StartServer = async (event, context) => {
  await databaseConnection();

  serverlessExpressInstance = serverlessExpress({ app })
  return serverlessExpressInstance(event, context)
  
};

function handler (event, context) {
  if (serverlessExpressInstance) return serverlessExpressInstance(event, context)

  return StartServer(event, context)
}

exports.handler = handler
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Vigen
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Arshdeep Singh

79650900

Date: 2025-06-03 08:45:39
Score: 0.5
Natty:
Report link

Have you changed your metro.config.js to handle the .cjs-files from Firebase? This could be the problem, since it is needed in Firebase for newer versions

const { getDefaultConfig } = require('@expo/metro-config');
const defaultConfig = getDefaultConfig(__dirname);

defaultConfig.resolver.sourceExts.push('cjs');
defaultConfig.resolver.unstable_enablePackageExports = false;

module.exports = defaultConfig;
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Lasse

79650898

Date: 2025-06-03 08:42:38
Score: 1
Natty:
Report link

Add

adapter.notifyDataSetChanged()

in your updateLessonItem method at the end of the loop.

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

79650896

Date: 2025-06-03 08:41:38
Score: 3.5
Natty:
Report link

Follow-up question as I can't comment

How to interrupt these custom audios we send ? I heard of using
{

"event": "clear",

"streamId" : streamid
}

I didn't work for me and I guess works for when you use, twilio's say() for the text to speech.

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Md. Ahamed

79650895

Date: 2025-06-03 08:41:38
Score: 1.5
Natty:
Report link

Check the areItemsTheSame and areContentsTheSame methods in your LessonAdapter, If either of them is false, the list remains same and won't be updated.

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

79650890

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

Within R statistics this can be achieved with the chromote package starting version 0.5.0.

https://shiny.posit.co/blog/posts/chromote-0.5.0/

Example within R:

chromote::chrome_versions_add(135, "chrome-headless-shell")
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Patrick

79650889

Date: 2025-06-03 08:35:36
Score: 2.5
Natty:
Report link

As a workaround (until they can support this properly), adding .semantics { isTraversalGroup = true } to the content of the ModalBottomSheetLayout allows accessibility tools to capture both the content and the scrim.

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

79650876

Date: 2025-06-03 08:27:33
Score: 1.5
Natty:
Report link

The best way current may be using Gorm hook, though we have to list all columns we need to ignore insert/update. GORM Hooks

In my case, I want to ignore insert field A if it is empty and B if it equals 0:

func (c C) BeforeCreate(tx *gorm.DB) (err error) {
    if c.A == "" {
        tx.Statement.Omits = append(tx.Statement.Omits, "a_column")
    }
    if c.B == "" {
        tx.Statement.Omits = append(tx.Statement.Omits, "b_column")
    }
    return
}
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thành An

79650873

Date: 2025-06-03 08:26:33
Score: 0.5
Natty:
Report link

Same for the 'pointerup' event. In this case you need to also register 'click' with preventDefault(). I guess there is a similar problem for 'pointermove'.

[("pointerup", "click")].forEach(function (eventType) {
  document.querySelector(".button.pointerup-click").addEventListener(
    eventType,
    function (event) {
      event.preventDefault();
      alert("pointerup click event!");
    },
    false
  );
});
html {
  font-family: sans-serif;
}
.button {
  display: inline-block;
  padding: 0.85em;
  margin-bottom: 2rem;
  background: blue;
  color: white;
}
<a href="https://www.drupal.org" class="button pointerup-click">'pointerup click' Event</a>

See ('pointerupclick'): https://codepen.io/thomas-frobieter/pen/qEdNoEr

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

79650868

Date: 2025-06-03 08:23:31
Score: 4
Natty: 5
Report link

I have written a blog on how to auto deploy a github private repo to vercel using webhook link - https://pntstore.in/blog/auto-deploy-private-github-repo-to-vercel-using-webhooks

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

79650865

Date: 2025-06-03 08:22:31
Score: 3
Natty:
Report link

a = document.getElementById('audioMute'); a.muted = false //or true if you want to mute the audio

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

79650864

Date: 2025-06-03 08:22:31
Score: 1
Natty:
Report link

This can be a approach to write to a google sheet from Azure Data Factory.

First, securely store your Google API credentials in Azure Key Vault. Go to the Key Vault in the Azure portal, open the Secrets section, and add googleclientid, googleclientsecret, and googlerefreshtoken as individual secrets. These will later be retrieved by ADF to authenticate with the Google Sheets API.

Next, grant ADF access to these secrets. In Key Vault, go to Access Configuration, ensure Access policies are enabled, and add a new access policy. Assign the "Get" permission for secrets to ADF’s managed identity.

In Azure Data Factory, create a pipeline and add Web Activity for each secret to get the secrets for you.

enter image description here

Then add a Web activity named GetAccessToken. This activity sends a POST request to https://oauth2.googleapis.com/token. In the request body, use dynamic content to insert the secrets from previous activity, and set grant_type to refresh_token to retrieve a fresh access token.

enter image description here

Create a pipeline variable access_token and add Set Variable activity to get the output value @activity('GetAccessTokens').output.access_token

enter image description here

At last add a web activity, which write to sheet using POST method and

add headers as Authorization : Bearer @{variables('access_token')}.

enter image description here

Here is how the pipeline is designed:

enter image description here

Note: I will be not able to show a workable output as I do not have required secrets/ids for google APIs.

You can follow this document for more details

connector-google-sheets?tabs=data-factory

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pritam

79650863

Date: 2025-06-03 08:22:31
Score: 1
Natty:
Report link

It's very simple: the ${B} is supposed to be replaced with a string variable from the variable called B. The forbidden error just means you are not allowed to access that specific resource. If there are specific authentication and authorisation requirements, you are supposed to follow them.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Erkin Alp Güney

79650854

Date: 2025-06-03 08:14:28
Score: 1.5
Natty:
Report link

At least in Vaadin 14 and later, you can set the width of combobox popup (overlay):

ComboBox<Person> comboBox = new ComboBox<>("Employee");
comboBox.getStyle().set("--vaadin-combo-box-overlay-width", "350px");
add(comboBox);

Source: https://vaadin.com/docs/v23/components/combo-box#popup-width

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

79650851

Date: 2025-06-03 08:14:28
Score: 2.5
Natty:
Report link

Running median and Median per bin are not the same thing! Running median requires a window_size parameter and the shape the running median takes depends on the window size. What you call here the running_median is actually a median per bin.

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

79650845

Date: 2025-06-03 08:07:26
Score: 3
Natty:
Report link

You can try below 2 cases,

Its possible and I have seen many times A limit won't set in charger hardware and thus no energy transfer. Also do monitor which status coming from charger to server in status notification.

Reasons:
  • Whitelisted phrase (-1): in your case
  • RegEx Blacklisted phrase (2): working?
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Khushboo Mistry

79650844

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

return in the forEach loop work just like continue in the for loop.

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

79650834

Date: 2025-06-03 08:00:24
Score: 1.5
Natty:
Report link

Check the exact Dotnet Framework version in web.config/app.config file, and the version installed in your machine.
Like having installed 4.8, and the application needs 4.8.1 to compile well.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Waleed.alhasan

79650833

Date: 2025-06-03 07:58:24
Score: 3
Natty:
Report link

The above did not work for me. Instead, I added Xcode and Terminal to the Developer Tools in the settings:

System Settings → Privacy & Security → Developer Tools. How to add software to the Developer Tools run locally

Additionally, I installed Rosetta with the following command:

softwareupdate --install-rosetta --agree-to-license

Reasons:
  • Blacklisted phrase (1): did not work
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gutzle

79650831

Date: 2025-06-03 07:56:23
Score: 2
Natty:
Report link

referring to the AI hallucinated comment above, this isnt true. AI has hallucination, but not in this case.

SNS subscriptions have filtering capabilities , thats true.

to apply filtering on SQS you use event source mapping. https://docs.aws.amazon.com/lambda/latest/dg/with-sqs-filtering.html

good luck

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

79650826

Date: 2025-06-03 07:52:22
Score: 2.5
Natty:
Report link

Pivot table: enter image description here Add a filter if necessary.

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

79650824

Date: 2025-06-03 07:51:22
Score: 0.5
Natty:
Report link

It is possible t use len(os.listdir(f))

import os 

f='folder'

if os.path.isdir(f):
    if len(os.listdir(f))==0:
        print('Directory {} empty.'.format(f))
        os.rmdir(f)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roberto Marzocchi

79650817

Date: 2025-06-03 07:46:20
Score: 3
Natty:
Report link

You haven't mentioned your problem clearly. Your pom.xml file looks as it is okay. You should clearly say what your problem is.

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

79650816

Date: 2025-06-03 07:46:20
Score: 0.5
Natty:
Report link

So after some thinking i came up with this system. it's not exactly idiomatic form pov of C programming, but it does exactly what i want and seems to work well with limited number of arguments (0-7 arguments, 0-1 return value). Key insights:

limitations:

below is the prototype i've ended up with for now:


#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>

// type system. for now only numeric types, 
// but can be extended to arrays, strings & custom types
typedef union TPun TPun;
typedef struct Obj Obj;
union TPun{ // for type punning
  uintptr_t Any; void* P; Obj (*Fn)(Obj *arg7);
  uint8_t U8; uint16_t U16; uint32_t U32; uint64_t U64;
  int8_t I8; int16_t I16; int32_t I32; int64_t I64;
  float F32; double F64;
};
struct Obj {uint16_t T; TPun V;};

typedef enum {
  T_Unit = 0, T_Any=1, T_P = 2, T_Fn=3,
  T_U8=4, T_U16=5, T_U32=6, T_U64=7,
  T_I8=8, T_I16=9, T_I32=10, T_I64=11,
  T_F32=12, T_F64=13,
} TBase;

const char * TBaseNames[14] = {
  "Unit", "Any", "Ptr", "Fn", 
  "U8", "U16", "U32", "U64",
  "I8", "I16", "I32", "I64",
  "F32", "F64",
};
// dispatch system
typedef struct {uint16_t retT; uint16_t aT[7]; void* fn;} Method7; 
typedef struct {uint16_t len; uint16_t cap; Method7*methods;} Dispatch7;
// Dispatch is a dynamic array of signatures + pointers
int find_method7(Dispatch7 *disp, uint16_t sig[8]){
  for (int i=0; i<(int) disp->len; i++) {
    Method7*m = &disp->methods[i];
    uint16_t* msig = (uint16_t*) m;
    int sig_match = 1;
    for (int a = 0; a<8; a++) {
      sig_match &= (sig[a] == T_Any) | (msig[a] == T_Any) | (msig[a] == sig[a]);
      // any type is expected | returns untyped | types match 
    }
    if (sig_match) {return i;}
  }
  return -1;
}

int put_method7(Dispatch7 *disp, Method7*meth){
  int i = find_method7(disp, (uint16_t*) meth);
  if (i != -1) { // substitute
    disp->methods[i] = *meth;
    return i;
  } else { // append
    if ((disp->cap-disp->len)==0) {// realloc
      uint32_t newcap;
      if (disp->cap == 0) newcap=1;
      else if (disp->cap==1) newcap=4;
      else newcap=disp->cap+4;
      disp->methods = reallocarray(disp->methods, disp->cap+4, sizeof(Method7));
      assert(disp->methods && "don't forget to buy some RAM");
      disp->cap = newcap;
    } // append
    i = disp->len;
    disp->len++;
    disp->methods[i] = *meth;
    return i;
  }
}
int call7(Dispatch7*disp, Obj args[8]){
  uint16_t sig[8];
  for (int i=0; i<8; i++) {sig[i] = args[i].T;}
  int i = find_method7(disp, sig);
  if (i == -1) return 1;
  TPun fn; fn.Fn = disp->methods[i].fn;
  args[0] = fn.Fn(&args[1]);
  return 0;
}
void clear_args7(Obj args[8]){
  for (int i = 0; i<8; i++){
    args[i].T = T_Unit;//0
    args[i].V.Any = 0;
  }
  args[0].T = T_Any; // by default no expectation of return type, 
  // if particular type should be matched, it must be set explicitly
}

// example functions
Obj f_int(Obj *args){
  printf("int x = %ld\n", args[0].V.I64);
  return ((Obj) {T_Unit,{.Any=0}});
}
Obj int_f_int(Obj *args){
  printf("int x = %ld ; return int x = %ld \n", args[0].V.I64, args[0].V.I64+5);
  return (Obj) {T_I64,{.I64=args[0].V.I64+5}}; // to test returns
}
Obj f_float(Obj *args) {
  printf("float x = %f\n", args[0].V.F32);
  return (Obj) {T_Unit,{.Any=0}};
}
Obj f_int_float(Obj *args) {
  printf("int x = %ld ; float y = %f\n", args[0].V.I64, args[1].V.F32);
  return (Obj) {T_Unit,{.Any=0}};
}


Method7 ms[4] = {
    {0, T_I64, 0,0,0,0,0,0, f_int},
    {T_I64, T_I64, 0,0,0,0,0,0, int_f_int},
    {0, T_F32, 0,0,0,0,0,0, f_float},
    {0, T_I64, T_F32, 0,0,0,0,0, f_int_float},
  };
Dispatch7 f = {4, 4, ms};
int main(){
  Obj args[8];
  clear_args7(args);
  args[1] = (Obj) {T_I64,{.I64=5}}; 
  call7(&f, args); // int x = 5
  assert((args[0].T == T_Unit) && "void_f_int should be called");
  clear_args7(args);
  args[0].T = T_I64;
  args[1] = (Obj) {T_I64,{.I64=5}}; 
  call7(&f, args); // int x = 5
  assert((args[0].T == T_I64) && "inf_f_int should be called"); 
  assert((args[0].V.I64 == 10) && "int_f_int should return 10"); 
  clear_args7(args);
  args[1] = (Obj) {T_F32,{.F32=6.5}}; 
  call7(&f, args); // float y = 6.50000
  clear_args7(args);
  args[1] = (Obj) {T_I64, {.I64=7}};
  args[2] = (Obj) {T_F32,{.F32=8.5}};
  call7(&f, args); // int x = 7 ; float y = 8.50000
  clear_args7(args);
  args[1] = (Obj) {T_F32,{.F32=9.5}};
  args[2] = (Obj) {T_I64, {.I64=10}};
  int i = call7(&f, args); 
  assert((i != 0) && "should fail");
}
Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Daniil Zuev

79650808

Date: 2025-06-03 07:40:18
Score: 1
Natty:
Report link

Their are might be several solution for this you can pick as you need.

  1. Avoid Using Image Files in Approval Attachments instead of upload the image to SharePoint or OneDrive and Include a link to the image in the approval message

  2. send separate mail with attachments

  3. Convert Image to PDF you can try , OneDrive Convert File, Encodian, or Plumsail to do this.

  4. If you want to offline convert image to PDF you can try such other offline tools like Systweak PDF Editor, Adobe PDF, Foxit PDF, PDFgear etc..

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

79650806

Date: 2025-06-03 07:39:17
Score: 8.5 🚩
Natty:
Report link

i have exactly the same situation after AF3 upgrade. Can´t get it to run dag´s.

Although creating new dag_id´s does not seem to run, i would expect there is no database relation when creating a new one, but it error is the same.

Did someone resolve this error?

Reasons:
  • RegEx Blacklisted phrase (3): Did someone resolve this
  • RegEx Blacklisted phrase (1.5): resolve this error?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ben jii

79650804

Date: 2025-06-03 07:38:17
Score: 1.5
Natty:
Report link

There is https://github.com/jawah/niquests library that I have been using since a while which has HTTP/2 and HTTP/3 support implemented in it among many other features and seems to be drop-in replacement for popular requests library.

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

79650801

Date: 2025-06-03 07:36:16
Score: 1
Natty:
Report link

For me the issue was that I edited the index file in the console editor and then I run "Test".
I thought it would test the edited and saved code, but it tests the deployed code.
So make sure you deploy the code before testing ;)

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

79650797

Date: 2025-06-03 07:34:16
Score: 0.5
Natty:
Report link

I also needed a Custom Tab in the Ribbons Tab along with Home, Insert, Layout, etc. What i did was use this syntax:

<ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="CustomTab">
              <Group id="CommandsGroup">
                // Code 
              </Group>
              <Label resid="CustomTab.Label" />
            </CustomTab>
</ExtensionPoint>

If i put the CustomTab Label Tag above Group Tag it gives me a syntax error , but if i put it below it gives me a valid manifest file and its showing the tab.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Mahad Ahmed

79650786

Date: 2025-06-03 07:27:13
Score: 1
Natty:
Report link

hello i had this problem i just removed the name of my app and everything worked good

    - family: Poppins
      fonts:
        - asset: dalel/assets/fonts/Poppins-Regular.ttf
 - family: Poppins
      fonts:
        - asset: assets/fonts/Poppins-Regular.ttf
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: syrian hero

79650785

Date: 2025-06-03 07:27:13
Score: 2
Natty:
Report link

Seems like you need to install the hadoop package from Dockers github:

1. create dir hadoop

2. cd hadoop

3. clone the repository from git into your directory "git clone https://github.com/big-data-europe/docker-hadoop.git"

check that your directory holds the docker hadoop dir. Then run docker compose up -d

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

79650782

Date: 2025-06-03 07:24:13
Score: 2
Natty:
Report link

Finally looked inside current version of Specification.where() method and rewrite

final var spec = Specification.where(null);

to

Specification<MyClass> spec = (root, query, builder) -> null;

and it works as expected without deprecated warning. Thank you all for your help!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Max

79650758

Date: 2025-06-03 07:05:08
Score: 2.5
Natty:
Report link

Please follow only the official mesibo documentation at https://docs.mesibo.com and avoid relying on any outdated or unlinked sources. The page you mentioned is now removed. If it was linked from anywhere in the official docs, please let us know, and we will fix the link.

To customize the call UI, the recommended approach is to use CallProperties:
https://docs.mesibo.com/api/calls/callproperties/

If you have specific requirements that cannot be met using CallProperties, let us know, and we will evaluate whether they can be supported via CallProperties.

Alternatively, if you need complete customization, refer to the sample code here:
https://github.com/mesibo/ui-modules-android/tree/master/MesiboCall

You should also refer to the main call API documentation to understand the various callbacks and APIs used in the sample:
https://docs.mesibo.com/api/calls/

Reasons:
  • RegEx Blacklisted phrase (2.5): please let us know
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: mesibo

79650757

Date: 2025-06-03 07:04:07
Score: 1.5
Natty:
Report link

You can try add the fs.defaultFS property in the Catalog properties and write the HDFS namenode address, for example:

'fs.defaultFS' = 'hdfs://namenode:port'

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

79650753

Date: 2025-06-03 07:01:06
Score: 2.5
Natty:
Report link

This is because maybe you are building a debug APK. Try building a signed APK.
You can do that by Build >> generate signed app bundle or APK >>
and follow the next steps.

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

79650748

Date: 2025-06-03 06:59:06
Score: 0.5
Natty:
Report link

The variable is zero-initialized before any other initialization takes place. So yes, this is well-defined.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: n. m. could be an AI

79650747

Date: 2025-06-03 06:57:05
Score: 8.5
Natty: 7.5
Report link

Same problem here. Was it solved?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved?
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bertrand RICHARD

79650746

Date: 2025-06-03 06:56:05
Score: 1
Natty:
Report link
can you check by setting 
configUSE_TIMERS 0

Setting configUSE_TIMERS to 1 enables software timer support and the timer service task, which handles timers’ callbacks in the background.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KAJOL VARMA

79650743

Date: 2025-06-03 06:55:04
Score: 1
Natty:
Report link

For my case , I got warning about suspicious activity on one of the API key (NOT the same key that run the CodeBuild either)

The issue was raised (via email) about 8am. Then 11am. i doing the CodeBuild and notice the "0 build in queue" error. The issues on the suspicious API has been raised about 10 days earlier, and i only "inactive" them. So i guess what i got today is second warning.

So this time i "delete" the exposed API key. And just about the write to AWS support. I got email Thank you for removed the exposed API key. And CodeBuild just work fine after that.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kawisathorn Sangiemchit

79650736

Date: 2025-06-03 06:47:02
Score: 2
Natty:
Report link

As a custom app developer, reusing a web app for mobile can be achieved via responsive design, PWAs, hybrid wrappers (Cordova/Ionic), or cross-platform frameworks (React Native/Flutter). Each approach balances code reuse, performance, native API access, and user experience. Choose based on project complexity, required native features, and maintenance trade-offs.

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