79569790

Date: 2025-04-11 22:34:23
Score: 0.5
Natty:
Report link

Is there any way to change the git push date or devops push date timestamp in the repository?

No, it is not possible to change the push logs in Azure DevOps.

Note that in general, you can't fully trust Git commit dates and authors. In AzureDevOps, you can trust the Push Logs, as well as the history of Pull Requests. If you could modify the Push Logs you wouldn't be able to trust those either.

Reasons:
  • Blacklisted phrase (1): Is there any
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there any
  • High reputation (-2):
Posted by: TTT

79569789

Date: 2025-04-11 22:32:23
Score: 2
Natty:
Report link
  1. First you'll need to provision an app registration in Microsoft entra ID, then assign permissions.

    • Choose a single tenant app,

    • Permissions:

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

79569782

Date: 2025-04-11 22:22:21
Score: 1.5
Natty:
Report link

Check out this repo, it might be useful: sftp-uploader-eng, just install it by

npm i sftp-uploader-eng

For more details see the repo page.

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

79569778

Date: 2025-04-11 22:18:20
Score: 1
Natty:
Report link

If you enter in the lib code, you will see that it don't have an 'export default' statement, so you will need to access the exact name for the function you want

try to import like this:

import { jwtDecode } from "jwt-decode";
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pedro Vinicius

79569774

Date: 2025-04-11 22:13:18
Score: 1
Natty:
Report link

You may consider using Google Cloud's Error Reporting service to help you quickly identify and understand errors produced by your service. It achieves this by automatically analyzing and aggregating individual log messages, as well as sending notifications when new errors are detected.

Regarding the graph, it is reasonable to assume that it may be connected to or influenced by the error rates you've observed. For details about the errors, please refer to this Firebase documentation.

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

79569770

Date: 2025-04-11 22:09:17
Score: 4
Natty: 4.5
Report link

The original user has solved the problem and has posted information about it in https://github.com/mtpiercey/ble-led-matrix-controller and https://overscore.media/posts/reverse-engineering-a-ble-led-matrix.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Antonio Vázquez Blanco

79569766

Date: 2025-04-11 22:04:15
Score: 0.5
Natty:
Report link

If you can target a platform that supports residency sets, e.g. iOS18+or equivalent, you can further optimize resource usage by making resources "resident" ahead of time, as opposed to after you commit the command buffer(which is the case when calling a command encoder's methods). It also allows you to keep resources resident indefinitely, as well as making allocations, or multiple resources, resident all at the same time. This will reduce the CPU overhead, especially if you have a lot of resources. Combined with argument buffers and heaps the overhead can be cut substantially.
Apple documentations on residency sets

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

79569759

Date: 2025-04-11 21:52:13
Score: 2.5
Natty:
Report link

See: https://github.com/awsles/AwsServices
This is regularly updated and includes not only the services, but also the service permissions and links to the related documentation.

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

79569757

Date: 2025-04-11 21:49:12
Score: 1
Natty:
Report link

.colorMultiply(.green)

My easiest way for ProgressView() is to use: .colorMultiply(.green)

I still don't understand why .tint(.green) doesn't work 🤷‍♂️

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

79569746

Date: 2025-04-11 21:42:10
Score: 1.5
Natty:
Report link

In current version of git, you can simply to a recursive pull

git pull --recurse
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: majorgear

79569741

Date: 2025-04-11 21:40:09
Score: 3
Natty:
Report link

Http client library should be updated to 5:
https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5/5.4
Package names and paths are slightly different.

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

79569737

Date: 2025-04-11 21:35:07
Score: 1
Natty:
Report link

Your error happens because your project uses the JOGL library, but Eclipse cannot find the required JOGL .jaror native .sofiles when running the program. So, to solve the issue, you can add the JOGL .jarfiles to your project's Build Path and configure the native .sofiles location in the Native library location setting. Then clean and run the project again.

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

79569735

Date: 2025-04-11 21:35:07
Score: 1.5
Natty:
Report link

You can build a custom memory controller in gem5 but it requires multiple steps. I recommend following the code in Ramulator2 repository to see how you can build a custom memory model: https://github.com/CMU-SAFARI/ramulator2/tree/main/resources/gem5_wrappers.

Ideally, I recommend building your memory controller by adding a custom one to Ramulator2 or a similar memory simulation framework that works with gem5.

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

79569732

Date: 2025-04-11 21:30:06
Score: 1
Natty:
Report link

Whoever stumbles over this might want to have a look at :user-invalid.

It behaves like :invalid, but is applied right after the user has interacted with the input.

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

79569724

Date: 2025-04-11 21:25:05
Score: 1
Natty:
Report link

Route paths are case sensitive: Try updating the following line in your code from

<Route path = "/Home" Component={Home} />

to

<Route path = "/home" Component={Home} />

Remaining everything is same.

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

79569718

Date: 2025-04-11 21:18:03
Score: 2.5
Natty:
Report link

For me, the issue was that my JedisConfig was set to not use TLS and the Redis was set up to only accept TLS connection.

Workaround was to setup Redis to accept both TLS and Unencrypted Connections

Permanent solution will be updating my Jedis to use TLS

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

79569702

Date: 2025-04-11 21:01:59
Score: 0.5
Natty:
Report link

I would suggest you see the associated label, or the placeholder (within the input tag). And I believe both the username and password input fields should be present for a login form

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

79569698

Date: 2025-04-11 20:58:59
Score: 3
Natty:
Report link

i tried Dpk. that's doesn't work for me, but i add point-events and that's works

img {
  user-select: none !important;
  -webkit-user-drag: none;
  pointer-events: none;
}

That's work for me

Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Moa

79569696

Date: 2025-04-11 20:56:58
Score: 1.5
Natty:
Report link

It’s a bug with latest Azure CLI (2.71) It’s also broken with Github pipelines

_binary_from_path by itself didn’t work for me. This did:

az bicep uninstall
az config set bicep.use_binary_from_path=false
az bicep install

Source:

https://github.com/Azure/azure-cli/issues/31189#issuecomment-2790370116

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

79569681

Date: 2025-04-11 20:40:54
Score: 0.5
Natty:
Report link

Direct support for Kannada OCR is not available in the standard Google ML Kit Text Recognition as of the current version. The link you provided focuses on ML Kit Digital Ink Recognition, not OCR. The difference between the two is that Digital ink focuses on recognizing handwritten text by analyzing the strokes and movements of a pen or finger on a digital surface, while OCR focuses on extracting text from images of printed or handwritten documents by analyzing the visual shapes of the characters.

I think the workaround for now is to leverage Vertex AI's custom model training capabilities to build a Kannada OCR model. This would involve preparing a dataset of Kannada text images and training a custom model using Vertex AI's AutoML or custom training options. However, this approach would require significant effort in data preparation and model training.

Also, you might wanna check the release notes from time to time to keep you posted for the recent changes, bug fixes and updates.

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

79569677

Date: 2025-04-11 20:35:53
Score: 4
Natty:
Report link

Network simulation will be added to modelica/fmi environment through the future bus layered standard

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

79569675

Date: 2025-04-11 20:33:52
Score: 1
Natty:
Report link

It looks like the value field has been replaced by y-axis, there are instructions on reversing this change here but on the version of Power BI I was testing on this option wasn't available. so your mileage may vary.

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

79569673

Date: 2025-04-11 20:31:51
Score: 1.5
Natty:
Report link

I know this is an old thread but there doesn't seem to be a lot of info around on this behavior. Our EDR recently began flagging files created, written to and deleted within the same second. The file contained null and the hash is very old. The file names and extensions are random and statistically, it occasionally creates a file with a legitimate extension like, sys, php, msi, vbs, etc. We believe this is a component of the Applications Insight telemetry process. The only machines we are seeing it on are running application insights or sharepoint. Today it created a php and an a1g file, both with the same hash. I believe the process may create a complete filename with 11 characters and then pop a "." before the last 3 to arrive at a name.

4ethdxc2.php

6e340b9cffb37a989ca544e6bb780a2c78901d3fb33738768511a30617afa01d

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

79569667

Date: 2025-04-11 20:29:51
Score: 2
Natty:
Report link

My problem was from MacOs that VS code was not enabled to open xcode automatically!

privacy & security -> Automation -> enable VS Code or whatever code editor you're using.

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

79569658

Date: 2025-04-11 20:22:48
Score: 11 🚩
Natty: 5.5
Report link

I've exactly the same issue. Did you find a way to fix that ? I'll be glad to know ! Thanks a lot !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Did you find a way to fix that
  • RegEx Blacklisted phrase (1.5): fix that ?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): 've exactly the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Florent-V

79569655

Date: 2025-04-11 20:19:47
Score: 2.5
Natty:
Report link

This is a test answer to check if my SO client scrapes updates correctly sorry for spam))

I'm really sorry fellas

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

79569652

Date: 2025-04-11 20:18:47
Score: 1.5
Natty:
Report link

The problem was traced down to running our application within our Kubernetes environment. The db2 entries failover configurations declared shortName's of the host names (ex: db2prd) instead of a FQDN (ex: db2prd.example.com). This was causing our environment to not be able to resolve to the failover hosts.

Since the clientRerouteAlternateServerName set on the driver was only used upon startup of the application and once connected the DB2 configurations took over it did not end up mattering what we set here at all, and the configurations were correct. It just took updating to FQDN's on the DB2 configs to resolve this.

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

79569644

Date: 2025-04-11 20:12:45
Score: 2.5
Natty:
Report link

this line might return null

echo "SOURCE: ${BASH_SOURCE%/*}"

so you could do

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

echo "$DIR"

instead

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

79569623

Date: 2025-04-11 20:04:43
Score: 0.5
Natty:
Report link

This question is pretty old, but probably still relevant. I, too, like the Conversation scope. However, I never chain them. I tend to have pages backed by a SessionScoped bean that will present a general list of some type of thing, say Quotes, and then if the user chooses to edit or create a new Quote, then I go to a ConversationScoped bean to handle that detail. This allows the user to choose to open multiple Quotes in separate tabs, where each will get their own Conversation, without going crazy trying to remember which tab went with which other tab. It also works well if a quote is opened from an external link, such as one embedded in an e-mail notification or originated by a desktop application, where the new page will get its own ConversationScoped bean and not interfere with any other tabs already open in the same session.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Kevin Rahe

79569601

Date: 2025-04-11 19:46:39
Score: 3
Natty:
Report link

What is going on at HP? All of my legacy calculators, HP 12/15/16C and 41CV worked consistently where the X register is the most current value entered and the operation 2 enter 3 y^^x was always 8. Prime treats the most recent value as Y, a break from tradition. At least the swapped button matches but the Y register threw me. And yes, 2 enter 3 x^^y on the Prime still calculates 8 as well.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What is
  • Low reputation (1):
Posted by: user1766497

79569595

Date: 2025-04-11 19:38:37
Score: 1.5
Natty:
Report link

To solve this, add `anchor-spl/idl-build` to the `idl-build` feature list:

[features]
idl-build = ["anchor-spl/idl-build", ...]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cire musyoka

79569594

Date: 2025-04-11 19:38:37
Score: 0.5
Natty:
Report link

In Python, there's a difference between:

= is for assignment: This is used to assign a value to a variable. For example: x = 1 assigns the value 1 to x.

== is for comparison: This is used to check if two values are equal. For example: if x == 1: print("x is 1")

Why can’t we use = inside an if statement? Because = is not a comparison it's an assignment. Using it inside an if will result in a SyntaxError.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Damian Chmiel

79569582

Date: 2025-04-11 19:26:34
Score: 4
Natty:
Report link

Had a dist folder that wouldn't rebuild. Deleted it, ran ng build and it works. Thanks for the comments @David

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @David
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: TrevorGoodchild

79569579

Date: 2025-04-11 19:25:34
Score: 2
Natty:
Report link

They are (standard or custom) names of unsigned int types. Unsigned ints cannot be assigned negative values. For a given length in bits, they have twice as many possible nonnegative values as signed ints.

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

79569575

Date: 2025-04-11 19:21:33
Score: 1.5
Natty:
Report link

In my case: updating the both ```` SUPERSET_WEBSERVER_TIMEOUTandGUNICORN_TIMEOUT ```` helped me, even though in superset frontend this is showing query timeout actually it is gunicorn timeout, after restarting your superset and check gunicorn process whether is it really running with increased timout amount

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

79569569

Date: 2025-04-11 19:18:32
Score: 0.5
Natty:
Report link

Themes can be changed under Settings/Preferences->General->Appearance->Theme drop-down.

It's possible newer versions may respond to your choice of light or dark mode in your OS settings, but in that case you should be able to override the default using these settings.

I believe the settings are found under "Help->Preferences" on Windows; they're under "Eclipse->Settings" on Mac.

Reasons:
  • No code block (0.5):
Posted by: Theodore Murdock

79569567

Date: 2025-04-11 19:18:32
Score: 3
Natty:
Report link

Turns out my div class "grid-container" was already being used on the site. Ugh. Changing that resolved the issue.

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

79569566

Date: 2025-04-11 19:17:32
Score: 1.5
Natty:
Report link

is your issue that you need to create a separate client for each region, and thus the environment variable cannot be used to configure a different region for each of them?

If that is indeed the issue, I would recommend following this example from the AWS docs for connecting via gremlin-console, which shows the region being configured in the code instead of via the environment.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Cole Greer

79569563

Date: 2025-04-11 19:09:30
Score: 1.5
Natty:
Report link

It's an old question, but I encountered the exact same issue today and none of the fixes mentioned here or in similar questions helped. At least in my case it seems like the issue is with the Flutter plugin itself, so I just downgraded to an older Android Studio version (from 2024.3.1 to 2024.2.2). You can manage Android Studio versions easily through JetBrains Toolbox app.

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

79569559

Date: 2025-04-11 19:08:30
Score: 1.5
Natty:
Report link

On the PR page, in the right sidebar there is a section called Notifications. You can unsubscribe from that particular PR by tapping the Unsubscribe button. Click "Customize" to see other options. See the image I attached:

An image showing the Unsubscribe button for a GitHub PR

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

79569556

Date: 2025-04-11 19:06:29
Score: 4
Natty:
Report link

Solution provided in comment by @rene works

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @rene
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Anand

79569555

Date: 2025-04-11 19:05:28
Score: 4
Natty:
Report link

sorry may i ask you whether you fixed it or not and how. I have the same bug and dont know what to do

Reasons:
  • Blacklisted phrase (1): may i ask
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sơn Bùi

79569545

Date: 2025-04-11 18:55:26
Score: 3
Natty:
Report link

When I click on the pencil, I'm told that I must be on a branch to make changes. When I click on "Update Readme.md", it shows my file with markup codes, etc., but I'm unable to place my cursor in it and edit. At this point, the pencil has disappeared.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Nick Kennedy

79569544

Date: 2025-04-11 18:54:25
Score: 2
Natty:
Report link

Here's your solution: https://sqlai.app/share.php?id=e7d6da40617bd8dda5a16fbe7b785a58
Let me know if you have any more queries.

Reasons:
  • Whitelisted phrase (-2): solution:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Manish Sharma

79569536

Date: 2025-04-11 18:49:24
Score: 1.5
Natty:
Report link

Switching from zipping with ArchiveFiles@2 to dotnet publish made the deployment of the web app successful.

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

79569519

Date: 2025-04-11 18:39:21
Score: 1
Natty:
Report link

You can't do that anymore. It was possible a while through options, but now they removed that to force everyone to the new "experience".

I think the main thing that we can do is keep reporting and upvoting issues with this.

Please feel free to upvote:

Deprioritize "smart" abbreviations in Code Search

https://developercommunity.visualstudio.com/t/Deprioritize-smart-abbreviations-in-Co/10694279?sort=newest

(might be most related to yours)

Lots of irrelevant files in Code Search cluttering search results

https://developercommunity.visualstudio.com/t/Lots-of-irrelevant-files-in-Code-Search/10887579?sort=newest

Visual Pass on the new Code Search

https://developercommunity.visualstudio.com/t/Visual-pass-on-the-new-Code-Search/10525569?sort=newest

Reasons:
  • Blacklisted phrase (0.5): upvote
  • Probably link only (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Dirk Boer

79569516

Date: 2025-04-11 18:38:21
Score: 2.5
Natty:
Report link

The initial insert sets ver = 0, and the UPDATE doesn't apply because ver wasn't yet updated in the same statement context. By using a CTE that returns id and time, and then updating based on that, we ensure the inserted values are immediately available to compute ver = id + time.

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

79569512

Date: 2025-04-11 18:35:20
Score: 2
Natty:
Report link

Besides running VS as administrator and making sure you're running a 64bit command prompt and configuring VS for C/C++ tools, if the user who configured VS for C/C++ projects isn't the same user who logs in as admin, and if THAT user doesn't have VS configured, nmake will still be unable to find appropriate header paths.

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

79569510

Date: 2025-04-11 18:34:18
Score: 9.5 🚩
Natty:
Report link

Did you ever figure this out, I am having the exact same issue.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the exact same issue
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: David McCall

79569498

Date: 2025-04-11 18:27:15
Score: 6 🚩
Natty:
Report link

Downvote this answer to get me Peer Pressure badge.

Reasons:
  • RegEx Blacklisted phrase (2): Downvote
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Haris Mahmood

79569491

Date: 2025-04-11 18:23:15
Score: 0.5
Natty:
Report link

Simple and Easy way.

string stringToCheck = "hi this is text1";
string[] givenStringArray = { "text1", "testtest", "test1test2", "test2text1" };

bool included = givenStringArray.Any(x =>
stringToCheck.ToUpper().Contains(x.ToUpper()));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pankaj Goel

79569489

Date: 2025-04-11 18:21:14
Score: 2.5
Natty:
Report link

The problem is that you're double-encoding the product title. You're encoding it when creating the URL with encodeURIComponent and the router is likely encoding it again. You need to stop encoding the title when building the route.

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

79569488

Date: 2025-04-11 18:20:13
Score: 13.5
Natty: 7.5
Report link

I have the same problem in Peru. Did you manage to solve this?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Did you manage to solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Samir Rifai

79569486

Date: 2025-04-11 18:20:13
Score: 2
Natty:
Report link

If I understand the problem right, might be able to create an AUP file and open audacity with that file which will open a project with both audio files in it. https://manual.audacityteam.org/man/audacity_2.html

I am less familiar with subprocess but this might solve your issue: How to terminate a python subprocess launched with shell=True

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

79569474

Date: 2025-04-11 18:09:11
Score: 0.5
Natty:
Report link

The override option is not present in the "Enable automatic completion" function, but only in the "Complete" function from the drop down menu:

enter image description here

There they should see the "Override branch policies and enable merge" selection. Also the merge type can be overridden.

But perhaps you already knew this, but anyhow your screen capture was from "Enable automatic completion".

If the reason is still about permission settings, you can download the full security definitions from branch policy settings:

enter image description here

and search if there is any group where the user could belong where "Bypass policies when completing pull requests" is "Deny".

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

79569471

Date: 2025-04-11 18:06:10
Score: 1
Natty:
Report link

Are you sending the "KeepAlive" messages whenever you have silence?

I know Deepgram's documentation says they will close the connection if there's silence for more than 10 seconds (https://developers.deepgram.com/docs/audio-keep-alive), but we make sure to send the message before that threshold, around 5 seconds for us.

Another thing you might want to look into, are you using raw or compressed audio? Because if you're using compressed audio and there is some sort of blip in the connection, you need to make sure you store the first audio chunk (header) and re-send it when re-connecting before sending any additional audio chunks.

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

79569470

Date: 2025-04-11 18:06:10
Score: 3.5
Natty:
Report link

As a frustrating workaround, you can implement the read by hand, passing impersonated credentials to the worker.

See https://stackoverflow.com/a/79569386/23744045

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Matthew Albrecht

79569452

Date: 2025-04-11 17:57:08
Score: 3.5
Natty:
Report link

tworstu hnftwhn elttaet lohrsfr aceebly sapaeos ttoshyt kipuido notrncr onaedoe

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

79569447

Date: 2025-04-11 17:53:07
Score: 0.5
Natty:
Report link

was running into the same issue. The issue is that updating state in 1 beforeload (like __root) for another beforeload (like _auth) doesnt work. the state is correctly updated but the second beforeload still reads the stale data. that's just how react works unfortunately. using flush sync fixes it but it is flush sync. online people suggested using an external store outisde of react

my mock up code (hard coded just for testing routing)

export const Route = createRootRouteWithContext<MyRouterContext>()({
  beforeLoad: async ({ context }) => {
    if (!context.auth.isAuthenticated) {
      //  api auth/me call
      await new Promise((resolve) => setTimeout(resolve, 500));
      const apiToken = "1ausidhiausd2";
      const userData: User = {
        email: "[email protected]",
        provider: "EMAIL",
        username: "markmark",
      };
      const res = { accessToken: apiToken, user: userData };
      if (res) {
        flushSync(() => {
          context.auth.setUser(res.user);
        });
        context.auth.setAccessToken(res.accessToken);
        //context.auth.isAuthenticated = true;
      } else {
        context.auth.setUser(null);
        context.auth.setAccessToken(null);
        //context.auth.isAuthenticated = false;
      }
    }
  },
  component: RootComponent,
});
Reasons:
  • Blacklisted phrase (1): doesnt work
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29684365

79569446

Date: 2025-04-11 17:53:07
Score: 2.5
Natty:
Report link

"You don't need it" is a HORRIBLE (and arrogant) answer.

Try using $stmt->rowCount() to see how many rows were (successfully) inserted.

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

79569441

Date: 2025-04-11 17:50:06
Score: 4.5
Natty:
Report link

Upvote this answer to get me Disciplined badge.

Reasons:
  • Blacklisted phrase (0.5): Upvote
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Haris Mahmood

79569433

Date: 2025-04-11 17:41:03
Score: 3
Natty:
Report link

localhost is not accessible for Android/IOS use your network ip address and run you backend on network ip

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

79569430

Date: 2025-04-11 17:38:01
Score: 6 🚩
Natty: 6
Report link

Magari spiegare quale era questo errore?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Trevius

79569417

Date: 2025-04-11 17:26:59
Score: 2
Natty:
Report link

you can simply use the command
git clone https://usename:[email protected]/myproject/_git/myrepo/

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

79569412

Date: 2025-04-11 17:22:57
Score: 1
Natty:
Report link

the only solution I've found even for TableLayoutPanel scenario, is to just use SelectedIndexChanged, u just refocus to another component e.g. a dummy one, or any other on your form.
e.g.

private void fpsComboBoxPreview_SelectedIndexChanged(object sender, EventArgs e)
{
    button7.Focus();
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vlad Pocris

79569411

Date: 2025-04-11 17:22:57
Score: 0.5
Natty:
Report link

You'd want to reverse the 'start of line' carrot and the comma though if using this for anything where the first field may be null, otherwise it will return what should be the second field instead of the null first field

select
',UK,244,,Mathews' AS string_key_NULL_1
  ,REGEXP_SUBSTR(string_key_NULL_1, '(,|^)\K([^,]*)(?=,|$)',1,1) --Result: 'UK'--Incorrect
  ,REGEXP_SUBSTR(string_key_NULL_1, '(^|,)\K([^,]*)(?=,|$)',1,1) --Result: Null--Correct Result
,'RES,UK,244,,Mathews' AS string_key_NON_NULL_1
  ,REGEXP_SUBSTR(string_key_NON_NULL_1, '(,|^)\K([^,]*)(?=,|$)',1,1) --Result: 'RES'--Correct Result (Because first field is not null)
  ,REGEXP_SUBSTR(string_key_NON_NULL_1, '(^|,)\K([^,]*)(?=,|$)',1,1) --Result: 'RES'--Correct Result
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jobastion

79569408

Date: 2025-04-11 17:21:57
Score: 0.5
Natty:
Report link

If your original data was made with the following formula, this will give you a value between 1 and 7 and stored in cell A1:

=rand()*6+1

You could then do the following:

=MIN(MAX(A1+RAND()*4-2,1),7)

I like the more granular approach of rand()*6+1 vs randbetween - it gives you the same answer, but is more easily generalized with basically the same number of characters being typed.

edit: randbetween gives you integer values only, so in truth you'd need =round(rand()*6+1,0) to get the EXACT same values. That being said, when I'm trying to get random numbers I usually want artificial extra precision.

If you don't, the second formula can also be modified to be:

=round(MIN(MAX(A1+RAND()*4-2,1),7),0)

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

79569406

Date: 2025-04-11 17:20:56
Score: 2.5
Natty:
Report link

I tried to get the UDID from the iOS simulator using this site: udid.tech
But it did not work on my iPhone 16 Pro Max.

When I tried on an old iOS simulator, like iPhone 8 Plus with iOS 16.2, it worked successfully, and I got the device UDID, and it worked with the App Store.

enter image description here

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): it worked
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mostafa Alazhariy

79569399

Date: 2025-04-11 17:17:55
Score: 2
Natty:
Report link

​Union-Find is designed for undirected graphs to manage disjoint sets and detect cycles. It doesn't account for edge direction, which is crucial in directed graphs. Therefore, using Union-Find to find roots in a directed graph isn't appropriate. Instead, consider computing the in-degree of each node; nodes with an in-degree of zero are potential roots.

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

79569398

Date: 2025-04-11 17:17:55
Score: 1
Natty:
Report link

Looks like this was recently expanded to 10 years in the past and 1 year in the future: https://cloud.google.com/bigquery/docs/streaming-data-into-bigquery#time-unit_column_partitioning

Time-unit column partitioning

You can stream data into a table partitioned on a DATE, DATETIME, or TIMESTAMP column that is between 10 years in the past and 1 year in the future. Data outside this range is rejected.

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

79569397

Date: 2025-04-11 17:17:55
Score: 3
Natty:
Report link

Full article on customizing my account page with various methods and hooks here:

https://usersinsights.com/woocommerce-my-account-page/

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

79569394

Date: 2025-04-11 17:16:55
Score: 1.5
Natty:
Report link

How about:

echo hello | awk '{split($1, a, ""); asort(a); for (i in a) printf a[i]; printf "\n"}'
ehllo
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Greg Barrett

79569387

Date: 2025-04-11 17:11:54
Score: 1
Natty:
Report link

MacOS/iOS user here facing the same problem.

✅ Solution

Restarting the router fixed it.

After the restart, my laptop was assigned a new IP address. I'm not entirely sure what the issue was with the old one, but this resolved the timeout error.

🛠️ Additional Things to Try

If a simple restart doesn't help, try the following steps:

Look for the AP isolation setting in one of the following sections:

Make sure AP Isolation is turned off. This setting prevents devices on the same network from communicating with each other over LAN, which may cause issues with development tools or device discovery.

Reasons:
  • Whitelisted phrase (-1): try the following
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same problem
  • Low reputation (0.5):
Posted by: Andrew Kycha

79569379

Date: 2025-04-11 17:08:52
Score: 4
Natty: 7.5
Report link

it don't work so can you make it work laese if not thank you anyways

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: theman

79569376

Date: 2025-04-11 17:08:52
Score: 4
Natty: 4.5
Report link

Check my bpmn auto layout implementation:

https://www.npmjs.com/package/bpmn-auto-layout-feat-ivan-tulaev

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Иван Тулаев

79569374

Date: 2025-04-11 17:07:52
Score: 3
Natty:
Report link

Lapack is indeed used for a performance gain. OpenCV has an internal HAL file that's composed entirely of Lapack-optimized functions.

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

79569372

Date: 2025-04-11 17:03:51
Score: 1
Natty:
Report link

My approach to this is to use truncate, as it is the only portable option that I have found that also works with lower.
`{{ "HelloWorld" | lower | truncate(5, True, '') == "hello" }}`.

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

79569371

Date: 2025-04-11 17:03:51
Score: 2.5
Natty:
Report link

I'm actually the package author/maintainer for SQLove. At present, it's designed primarily to work with Redshift and, as a result, JDBC connections only. Great adjustment to the code for ODBC connections. If you think it worthwhile, I would be happy to make adjustments to the package to give it the capacity to handle ODBC connections as well!

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

79569362

Date: 2025-04-11 16:58:49
Score: 1
Natty:
Report link

Thank you for all your feedback. I tried everything you all suggested and unfortunately none of it seemed to fix the issue. After further testing I discovered that it wasn't specifically mobile that was the issue, but safari in general.

I have successfully got it to work. The issue was happening due to incorrectly handling the range provided by the browser.

I changed that part of the code from this:

while (!feof($handle) && ftell($handle) <= $range_end) {
    echo fread($handle, $chunk_size);
    flush();
}

To this:

echo fread($handle, $range_end - $range_start + 1);
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Hellin

79569346

Date: 2025-04-11 16:50:47
Score: 1
Natty:
Report link

I resolve thath changin first letter to Upper Case

This is a context React example used on Ionic 8:

#Before

const useAuth = createContext(AuthContext)

#After

const UseAuth = createContext(AuthContext)

Then export

export {
 UseAuth
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gonzalo Orellana

79569327

Date: 2025-04-11 16:36:43
Score: 1
Natty:
Report link

the answer is:

    - ${{ inputs.debug == 'true' && '--debug' || '' }}
    - ${{ inputs.enforce == 'true' && '--enforce' || '' }}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Tomer S

79569318

Date: 2025-04-11 16:31:41
Score: 4
Natty:
Report link

You can try my implementation.

It`s compatible with Camunda.

https://www.npmjs.com/package/bpmn-auto-layout-feat-ivan-tulaev?activeTab=readme

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Иван Тулаев

79569310

Date: 2025-04-11 16:26:40
Score: 0.5
Natty:
Report link

Here is my working example:

(function () {
  let lastUrl = location.href;

  function runCustomScript() {
document.querySelectorAll("p").forEach(node => {
            { node.style.backgroundColor = "Yellow"; }
        });
}

  function checkUrlChange() {
    const currentUrl = location.href;
    if (currentUrl !== lastUrl) {
      lastUrl = currentUrl;
      runCustomScript();
    }
  }

  const pushState = history.pushState;
  const replaceState = history.replaceState;

  history.pushState = function () {
    const result = pushState.apply(this, arguments);
    checkUrlChange();
    return result;
  };

  history.replaceState = function () {
    const result = replaceState.apply(this, arguments);
    checkUrlChange();
    return result;
  };

  window.addEventListener("popstate", checkUrlChange);

  setInterval(checkUrlChange, 1000);

  runCustomScript();
})();
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Doldrums

79569274

Date: 2025-04-11 16:04:34
Score: 0.5
Natty:
Report link

I want all files: Login.cshtml, Register.cshtml, AccessDenied.cshtml, ForgotPassword.cshtml, ResetPassword.cshtml

If you want the specific list in your post (i.e. Login.cshtml, Register.cshtml, AccessDenied.cshtml, ForgotPassword.cshtml, ResetPassword.cshtml)?

Use the switch --files for a list of files you specifically want to add.

dotnet aspnet-codegenerator identity --files "Account.Register;Account.Login;Account.AccessDenied;Account.ForgotPassword;Account.ResetPassword" --force

--force will overwrite existing files.

I want my command to generate Login.cshtml and Register.cshtml after I run scaffolding command.

dotnet aspnet-codegenerator identity --files "Account.Register;Account.Login"

Every UI file would be the following per the Identity scaffolding dialog:

Scaffoling UI

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
Posted by: Dave B

79569266

Date: 2025-04-11 15:57:32
Score: 1
Natty:
Report link

You could try checking:

You are correct to use the ver:2-hint: token — that’s the refresh token. Ignore the doc using ver:1-hint: — that’s outdated/confusing.

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

79569259

Date: 2025-04-11 15:54:31
Score: 1.5
Natty:
Report link

from pydub import AudioSegment

from gtts import gTTS

# Текст из первого варианта

lyrics = """

Ты не гладь против шерсти, не трогай душу вслепую,

Я был весь в иголках, но тянулся к тебе — как к святому.

Ты хотела тепла — я отдал тебе пепел из сердца,

А теперь твои пальцы царапают — будто мне нечем защититься.

Я не был добрым — но я был настоящим,

Слово — не сахар, но всегда без фальши.

Ты гладила боль — а она лишь росла,

Ты думала, трогаешь шёлк, а трогала шрамы со дна.

Ты вырезала мой голос — будто был он из плёнки,

Но память играет его снова, без купюр, как в комнатке.

Мы тонем, не глядя друг другу в глаза,

Ты гладь по течению — а я всегда против шла.

Я не хотел стать врагом — но ты сделала монстра,

Я гладил любовь, а ты рвала её остро.

Ты ищешь во мне то, чего не было вовсе,

Но, чёрт, я пытался, как пламя в ледяной кости.

"""

# Генерация озвучки с помощью gTTS

tts = gTTS(text=lyrics, lang='ru')

tts.save("/mnt/data/vocal_track.mp3")

# Путь к сохранённому файлу

"/mnt/data/vocal_track.mp3"
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: VITALY LAT1VE

79569246

Date: 2025-04-11 15:49:29
Score: 2
Natty:
Report link

It seems the issue is not having Dapr.AspNetCore installed. It is working after installing this package.

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

79569244

Date: 2025-04-11 15:48:29
Score: 1
Natty:
Report link

The error occurs because there is no Elasticsearch instance running in the GitHub Actions runner. To run your application in the pipeline, you need to provide a valid and accessible Elasticsearch URL—either by spinning up a service within the pipeline or pointing to an external instance.

That said, running the actual JAR file in your CI pipeline is generally not considered best practice. If your goal is to verify that the application works correctly, it's better to write automated tests and use tools like Testcontainers to spin up temporary instances of Elasticsearch and other dependencies during the test phase. This approach provides more reliable, repeatable, and isolated test environments.

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

79569241

Date: 2025-04-11 15:46:28
Score: 5.5
Natty:
Report link

I found below page while exploring about findAll() in 3.4.4 version, it may helpful to you
What is difference between CrudRepository and JpaRepository interfaces in Spring Data JPA?

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

79569238

Date: 2025-04-11 15:45:28
Score: 4
Natty: 4
Report link

I realize this is old as heck, but if anyone here is looking for a solution still. Check out the confluence app - Just Add+. This should get you sorted pretty easily.
Here is the link: https://marketplace.atlassian.com/apps/1211438/just-add-embed-markdown-diagrams-code-in-confluence-git?hosting=cloud&tab=overview

Reasons:
  • Blacklisted phrase (1): Here is the link
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jerry Nettles

79569236

Date: 2025-04-11 15:44:27
Score: 1.5
Natty:
Report link

Based on @hopebordarh answer, you can also use .clone to avoid mutations on original values as following:

import moment from 'moment'

// 👉 Search period
const initialDate = moment()
const finalDate = moment().add(9, 'days')

const dateRange = [] as string[]
const dateRangeStart = initialDate.clone()

while (dateRangeStart.isBefore(finalDate)) {
  dateRange.push(dateRangeStart.toDate())
  dateRangeStart.add(1, 'days')
}
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @hopebordarh
  • Low reputation (1):
Posted by: Gustavo - Gugabit

79569232

Date: 2025-04-11 15:41:26
Score: 1
Natty:
Report link

Try to apply filter for each group

df_ts = my_df.groupby('col_1').filter(lambda x: (x['col_2'] <= 1).any())

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

79569229

Date: 2025-04-11 15:40:26
Score: 3.5
Natty:
Report link

You can optimize futhur by using hash set instead of list. Contains in hash set is faster than list.

https://www.jetbrains.com/help/inspectopedia/SlowListContainsAll.html

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

79569224

Date: 2025-04-11 15:39:25
Score: 1.5
Natty:
Report link

Am I doing something wrong?

Yes, but not in the code snippet you've provided.

How do I troubleshoot this to determine if the javascript side of the code functions properly (which my logic is saying it is not)?

Take the project I've provided below, where you code works , make changes to how you have it configured and then save it back to a Github repo.

Did the above problem come about because I moved the code to a separate Class Library and now there is a conflict in some code? or could it be related to the fact that Visual Studio was recently update? - should anyone know.

Maybe, but unless we can see more code then don't know.

Here a working version of your code: https://github.com/ShaunCurtis/SO79568191

Note the settings in App - <Routes @rendermode="InteractiveWebAssembly" />.

On automating sequence numbering, this question and answer provides information on why you shouldn't do it and links to further documents on the subject. https://stackoverflow.com/a/78952688/13065781

Reasons:
  • Blacklisted phrase (1): How do I
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (2): something wrong?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: MrC aka Shaun Curtis

79569217

Date: 2025-04-11 15:35:25
Score: 1
Natty:
Report link

See my comment on the accepted answer.

From what I have researched and tried, the "ASP.NET and web development" option should be used for VS 2022+. Use the VS installer to view options for this project type at the right side of the window. Expand the ASP.NET and Web development options. You can select the .NET Framework project and item templates AND Additional project templates (previous versions) which helps to fill some of the holes in missing project add types.

See the figure below.

enter image description here

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

79569211

Date: 2025-04-11 15:32:24
Score: 3
Natty:
Report link

in case your code is working fine locally, but throwing 'No triggers found' during deployment. In my case I had to create new Function app pointing to a different branch in GitHub repo! So, check carefully where your code is pushed and enjoy!

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

79569206

Date: 2025-04-11 15:28:23
Score: 5
Natty: 4
Report link

I am also having this issue. Let me know if you found a solution.

Reasons:
  • Blacklisted phrase (1): if you found a solution
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Macy

79569205

Date: 2025-04-11 15:27:22
Score: 10.5
Natty: 7
Report link

I had the same when many users tried to register around the same time. Some phone numbers just get blocked. Did you find any solution for this?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Whitelisted phrase (-1): I had the same
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution for this?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Josh Bleijenberg

79569203

Date: 2025-04-11 15:26:22
Score: 1.5
Natty:
Report link

Instead of Ctrl+C, try using Ctrl+Insert to copy the text from the console log.

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

79569190

Date: 2025-04-11 15:19:19
Score: 0.5
Natty:
Report link

Check the symlink setting, too [additional to the previous answer]:

Using readlink: The `readlink` command can be used to see the target of a symlink:

readlink /usr/bin/python

To change the symlink `/usr/bin/python` to point to `python3.13`, you would run:

sudo ln -sf /usr/bin/python3.13 /usr/bin/python
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Paul-ET