79749730

Date: 2025-08-29 00:31:52
Score: 3
Natty:
Report link

Try:

Update-Help -UICulture en-US

It solve my issues (My computer language is spanish)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Luis Alberto Ovando Brito

79749728

Date: 2025-08-29 00:29:52
Score: 0.5
Natty:
Report link

Here is my take:

Flush writes the file content to kernel memory. The kernel will write to disk at fixed interval as configured in the OS. On Linux this is often every 5 seconds. If your OS crashes in the window between a flush and a disk write then the file will be lost. You may or may not want this. It all depends on what you have promised to the user.

Sync (sync_data and sync_all) will force the kernel to write the file to disk immediately and wait for it to do so.

Sync and Flush are not the same thing. Flush goes from your app to the OS kernel and Sync from the OS kernel to disk. It is OK that your app crashes after Flush, it is not OK that your OS crashes (or power failure) after Flush and before the kernel syncs.

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

79749719

Date: 2025-08-28 23:53:44
Score: 2
Natty:
Report link

In more recent versions of joblib, you can do Parallel(n_jobs=-1, return_as="generator")

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

79749718

Date: 2025-08-28 23:50:43
Score: 2.5
Natty:
Report link

Likely not your issue, but I personally encountered this error when I was calling StoryblokInit in two separate locations.

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

79749712

Date: 2025-08-28 23:38:40
Score: 1
Natty:
Report link

It's been a couple of years, but this is still unsolved afaik. After AWS announced their partnership with kubecost we attempted to deploy kubecost to EKS Fargate. It failed out around the EBS-CSI driver, which we weren't using as we don't allow EBS volumes, only EFS volumes in our clusters for architectural reasons.

kubecost uses prometheus under the covers, which causes the EBS requirement:

`CAUTION: Non-POSIX compliant filesystems are not supported for Prometheus' local storage as unrecoverable corruptions may happen. NFS filesystems (including AWS's EFS) are not supported. NFS could be POSIX-compliant, but most implementations are not. It is strongly recommended to use a local filesystem for reliability.`

Even when we installed it, storage errors continued:

`Pod not supported on Fargate: volumes not supported: persistent-configs not supported because: PVC kubecost-cost-analyzer not bound`

`Pod not supported on Fargate: volumes not supported: storage-volume not supported because: PVC kubecost-prometheus-server not bound`

We opened a case with AWS Enterprise Support just to be told:

`Keep in mind that 3rd party add-ons are not supported by AWS, it is necessary that you validate if they meet your business requirements. Only to set expectations we treated this case as best-effort basis`

`The cluster must have Amazon EC2 nodes because you can't run Kubecost on Fargate nodes`

`Therefore, the response for your case is you need run EC2 nodes in your cluster to kubecost work properly. I double check the guide you sent us and don't mentioned explicit you need EC2 nodes. My apologies for the inconvenient and delayed caused by this topic.`

We left off with this issue: https://github.com/kubecost/kubecost/issues/2092

The linked Google doc no longer exists but one person says "works now, thanks" so maybe they've improved kubecost since then?

kubecost also has a CNCF competitor https://opencost.io/ that could be explored. I don't know if it supports Fargate any better.

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

79749705

Date: 2025-08-28 23:23:36
Score: 4
Natty:
Report link

maybe you can check these repositories:

https://github.com/moveit/moveit_drake

https://github.com/one-for-all/Motion-Planning

https://github.com/RobotLocomotion/gcs-science-robotics

https://github.com/RobotLocomotion/drake-external-examples

https://github.com/AtsushiSakai/PythonRobotics

https://github.com/Jiayuan-Gu/motion-planning

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

79749704

Date: 2025-08-28 23:20:35
Score: 0.5
Natty:
Report link

QueryBuilder<Person> builder = personBox.query();

builder.linkMany(Person_.orders, Order_.id.equals(id));
Query<Person> query = builder.build();
List<Person> personsWithOrderX = query.find();
query.close();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Edwin Quai Hoi

79749698

Date: 2025-08-28 23:09:32
Score: 1.5
Natty:
Report link

Unlike lattice, ggplot uses facet_wrap and facet_grid to create trellis plots of numerical variables by a categorical one. Some people describe plotnine as the translation of ggplot into Python, but I believe Lets-Plot is a closer counterpart, with its own aesthetics. Moving from an R ggplot visualization to a Python Lets-Plot visualization is almost seamless.

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

79749697

Date: 2025-08-28 23:08:31
Score: 1
Natty:
Report link

The grid-column specifies the indent column where thatn ggrid is expected to start and where it is expected to end <custom-ident>-start/<custom-ident>-end, which is why you have Four starts on the third column. You can read up more on how grid-column works here.

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

79749691

Date: 2025-08-28 23:01:29
Score: 3.5
Natty:
Report link

I just set this up on a email account that processes applications for us. We do not care to process any mail w/o attachments.

enter image description here

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

79749682

Date: 2025-08-28 22:50:27
Score: 0.5
Natty:
Report link

Sorry for not giving exact solution, but I think you should be looking for something like this: https://www.typescriptlang.org/tsconfig/jsxImportSource.html

vite.config.ts is not responsible for how types are parsed, this is configured by tsconfig.json and jsconfig.json.

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

79749681

Date: 2025-08-28 22:49:27
Score: 0.5
Natty:
Report link

What you are asking is something that can actually be accomplished in many different ways! Here I will just describe two that should be enough to consider what works for your specific use case :)

1. Hashing
Hashing things is a very common way to create a unique value for something/collections of somethings. You can do this using a native spark function: https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.functions.hash.html or just in the python standard library: https://docs.python.org/3/library/hashlib.html ; in either case of pyspark or native python, you can just hash all of the values of the classification, id_1, and id_2 columns together to get a unique index.

2: Concatenating the values together
The downside of hashing is that when you look at a hash, it will never tell you anything about what is in it. This is not a problem if you are just looking to create a unique index and that is it, but if you want to look at that unique index AND know exactly what it is then hashing is not that helpful. So instead, you can create your own human readable unique index by gluing the variables together into a single index. The way you can do this is by concatenating these columns together. Putting a delimiter between each of the column values would make it more robust. Either way, you can do this using the native pyspark concat function: https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.functions.concat.html

This answer is a little short and directly to the point, but I am happy to add/edit any context to it if you have any questions about it :)

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Starts with a question (0.5): What you are as
  • Low reputation (0.5):
Posted by: welp

79749677

Date: 2025-08-28 22:45:25
Score: 0.5
Natty:
Report link

I was having the exact same issue calling the Google Play Developer API through a Google Cloud Run function service account. I found a GitHub discussion that suggested adding a new product and activating it to speed up the permission propogation. That worked right away for me after hours and hours of trying to fix the 401 errors.

https://github.com/googleapis/google-api-nodejs-client/issues/1382

Reasons:
  • No code block (0.5):
Posted by: Flyview

79749664

Date: 2025-08-28 22:24:19
Score: 1
Natty:
Report link

I think in that case, Prometheus will need to scrape each node through it's exposed metrics endpoint. Because as you mentioned, if each node saves its own metrics locally in memory, then each time Prometheus calls the "/metrics" endpoint through the load balancer, it will get metric data from a random node based on the loadbalancer routing.

So, you will need Prometheus to scrape each node separately, which can be configured through prometheus.yaml file. For dynamic number of nodes behind the load balancer, you can rely on service discovery, which is also compatible with Prometheus.

Having Redis as a metrics collector for multiple instances is not recommended, as Redis acts as a single point of failure and can become a performance bottleneck.

If that's your case that you need to go with the push model where each node pushes its metrics,then you can check Prometheus push gateway.

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

79749658

Date: 2025-08-28 22:14:17
Score: 0.5
Natty:
Report link

Change your strSQL1 line so that it reads as follows:

70                strSQL1 = "Insert Into tblClick ([SongTitle]) " & _
                       "values ('" & Replace(NewData,"'","''") & "');"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: BobS

79749639

Date: 2025-08-28 21:55:13
Score: 1
Natty:
Report link

Thank you everyone for your help. I agree that it's too much hassle to worry about the nitpicky small segments so I'm going to skip that for now. Cheers.

library(sf)
library(dplyr)
library(lubridate)
library(geosphere)


process_gpx <- function(gpx_path, polygons) {
  gpx <- read_sf(gpx_path, layer = "track_points") %>%
    st_transform(st_crs(polygons)) %>%
    arrange(time)
  
  gpx_joined <- st_join(gpx, polygons, join = st_within)
  
  gpx_joined <- gpx_joined %>%
    group_by(SiteName) %>%  # Replace with your polygon ID column
    mutate(
      next_time = lead(time),
      next_geom = lead(geometry),
      time_diff = as.numeric(difftime(next_time, time, units = "secs")),
      dist_m = geosphere::distHaversine(
        st_coordinates(geometry),
        st_coordinates(next_geom)
      )
    ) %>%
    filter(time_diff <= 90) %>%
    summarise(
      total_time_sec = sum(time_diff, na.rm = TRUE),
      total_distance_m = sum(dist_m, na.rm = TRUE),
      .groups = "drop"
    )
  
  gpx_joined$file <- basename(gpx_path)
  return(gpx_joined)
}


# Load your polygons
polygons <- st_read("try1/polygons_combo.shp")

# List all GPX files
gpx_files <- list.files("try1/gpx/", pattern = "\\.gpx$", full.names = TRUE)

# Process each file
results <- lapply(gpx_files, process_gpx, polygons = polygons)

# Combine into one data frame
final_summary <- bind_rows(results)

final_summary
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Cheers
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Amanda Goldberg

79749624

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

Well go figure after fighting this all day... five minutes after posting here I tried a different control character removing idea, and this time it worked.

The working command was: tr -d '[:cntrl:]' added right after the fzf command.

Many others like tr -dc '[:alnum:]\n\r' and some using awk/sed/etc also did not work.

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): it worked
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Wisteso

79749619

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

Expanding on the answer from @Guillaume.

How does one see what that request looks like?

From what I have seen Postman doesn't include a way to see what this request looks like, so you will have to use a third-party tool. I used Progress Telerik Fiddler, clicking the "Any Process" button at the top and dragging it to my Postman window. This will allow you to view the requests sent by that specific process, capturing the header, query parameters, etc. If you double-click on a request, you will see tabs to view the Headers, TextView, etc., though you may need to play around to understand exactly what it is doing.

Are these parameters (client id, client secret, etc.) placed in a POST body? What are the headers?

For OAuth 2.0, the client id and client secret are sent as a base64 encoded, colon (:) delimited Key-Value pair. For example, if your client id is "MyClientID" and your client secret is "MyClientSecret", you would put the two values together to be, "MyClientID:MyClientSecret", then the value is base64 encoded, and you would provide a header with the Key "Authorization" and a value of "TXlDbGllbnRJRDpNeUNsaWVudFNlY3JldA==".

For other parameters, such as "grant_type" and "scope", these are provided as part of the POST body, but if you were looking at the Fiddler results, it may not be clear what format is used for the POST body that Postman is sending. It turns out that (for v11.60.3) Postman uses the "x-www-form-urlencoded" format for sending OAuth 2.0 token requests.


Example OAuth 2.0 Request Results from Fiddler:

Headers:

POST /oath/token HTTP/1.1
Cache
    Cache-Control: no-cache
Client
    Accept: */*
    Accept-Encoding: gzip, deflate, br
    User-Agent: PostmanRuntime/7.45.0
Cookies
    Cookie
        PreventSameSiteRedirect=abcd1234-ab12-ab12--ab12-abcdef123456
Entity
    Content-Length: 136
    Content-Type: application/x-www-form-urlencoded
Miscellaneous
    Postman-Token: abcd1234-ab12-ab12-ab12-abcdef123456
Security
    Authorization: Basic TXlDbGllbnRJRDpNeUNsaWVudFNlY3JldA==
Transport
    Connection: keep-alive
    Host: my.webhost.com

TextView

grant_type=client_credentials&scope=my.webhost.com/scope.readonly

Example cURL code snippet for the above request (x-www-form-urlencoded):

curl --location 'https://my.webhost.com/oauth/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic TXlDbGllbnRJRDpNeUNsaWVudFNlY3JldA==' \
--header 'Cookie: PreventSameSiteRedirect=abcd1234-ab12-ab12-ab12-abcdef123456' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'scope=my.webhost.com/scope.readonly'

Example cURL code snippet for the above request (application/json):

curl --location 'https://my.webhost.com/oauth/token' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic TXlDbGllbnRJRDpNeUNsaWVudFNlY3JldA==' \
--header 'Cookie: PreventSameSiteRedirect=abcd1234-ab12-ab12-ab12-abcdef123456' \
--data '{
    "grant_type": "client_credentials",
    "scope": "my.webhost.com/scope.readonly"
}'
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Guillaume
  • Low reputation (0.5):
Posted by: Spazmoose

79749611

Date: 2025-08-28 21:23:04
Score: 2.5
Natty:
Report link

I used to do the same thing and it doesn't work for me anymore, either.

Caveats:

  1. I use Code - Insiders so some of my options may look a litte different.
  2. I'm all but certain that this is the result of multiple changes (in VS Code), not one change.
  3. I haven't yet found the magic combination to re-enable the feature.

Keyboard shortcut changes

Some of the changes are in the keyboard shortcut assignments: ctrl+k, ctrl+s. I'm all but certain that some changes were due to necessary changes in the Copilot Chat interface. I tried to restore shortcuts like ctrl+enter to send to terminal or interactive window, but the changes I made Chat much more difficult, so I reverted the changes.

REPL destinations

I'm not certain of the correct terminology here, so watch out for ambiguities. As far as I can tell, when sending a selected line to an REPL, there are at least two possible destinations, maybe three destinations, or depending how you count destinations, then maybe dozens of destinations. The two main destinations are Terminal and Interative Window.

Terminal

My terminal of choice is cmd, not PS, but I think we can validly describe both as "terminal" and include all other terminal options in your environment. I remember that my "send selected code to" somewhere commands used to go to the REPL of the configured venv. I remember that one day it started sending everything to an Interactive Window. I clearly remember not being able to figure out what changed, but I liked the interactive window more, so I didn't try to switch back. Terminal has gone through a lot of changes--due to Copilot. Some of those changes could have affected the default behavior of "send to terminal."

I have vague memories of many different enhancements to Terminal that give the user many more options. But, I have ignored them because I've been using cmd since MS-DOS 5: "Don't change my cmd! Your PS is BS! And stay off my lawn!" I've been overly resistant to change in this area. Nevertheless, I wonder if some of the enhancements changed the default behavior of "send to REPL", but you can get the feature back if poke around in the 8900 terminal options. (The phrase "dedicated terminal" just popped into my head: maybe that's the way to get what you want. One thing I didn't like about REPL in terminal is that VS Code would send REPL statements and py -m ... commands to the same terminal: if the terminal was in REPL mode, the py -m ... command wouldn't work of course.)

Interactive window

At some point, there were certainly at least two distinct options for Interactive window.

  1. I don't remember what they were. (But one of them might have been a Jupyter kernel.)
  2. I remember thinking, "I know what option A is, but I don't really understand option B." So, I picked option A.
  3. Option B may still exist somewhere, but at some point, the setting to choose between A and B went away and option A is the default. (I am pretty sure this is related to Copilot again. Autocomplete and Copilot features were not always available in the Interactive window, but after option A became the default, autocomplete (Python language server, I think) and Copilot features steadily became more available.
  4. The Interactive window is certainly tied to Jupyter and kernels. No kernel, no interactive window. So,... lots of kernels and lots of Jupyter options means lots of Interactive window options and settings???

In total, the many changes to Interactive window had some major effects on my usage:

  1. For a couple of months, I never used "send to REPL", whether it was terminal or Interactive window.
  2. Recently, I have started using "send file to Interactive window.
  3. I have not put much effort into finding the "send selection to REPL", but I certainly have not seen the option or I would have used it again.
Reasons:
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: hunterhogan

79749609

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

It should not have to do an additional sort as "bin" comes in order:

for (let bin of [1, 2, 3]) {
  for (let gender of ["M", "F"]) {
    for (let age of [20, 30]) {
      for (let loc of ["NY", "LA"]) {
        for (let i = 0; i < 3; i++) {
          db.users.insertOne({ bin, gender, age, location: loc, name: `User_${bin}_${gender}_${age}_${loc}_${i}`
          })
        }
      }
    }
  }
}

db.users.createIndex({
  bin: 1, gender: 1, age: 1, location: 1
})

db.users.find({
  bin: { $in: [1, 2, 3] },
  gender: "M", age: 20, location: "NY"
}).sort({ bin: 1 }).explain("executionStats").executionStats

One IXSCAN with seeks and no SORT:

{
  executionSuccess: true,
  nReturned: 9,
  executionTimeMillis: 1,
  totalKeysExamined: 14,
  totalDocsExamined: 9,
  executionStages: {
    isCached: false,
    stage: 'FETCH',
    nReturned: 9,
    executionTimeMillisEstimate: 0,
    works: 14,
    advanced: 9,
    needTime: 4,
    needYield: 0,
    saveState: 0,
    restoreState: 0,
    isEOF: 1,
    docsExamined: 9,
    alreadyHasObj: 0,
    inputStage: {
      stage: 'IXSCAN',
      nReturned: 9,
      executionTimeMillisEstimate: 0,
      works: 14,
      advanced: 9,
      needTime: 4,
      needYield: 0,
      saveState: 0,
      restoreState: 0,
      isEOF: 1,
      keyPattern: { bin: 1, gender: 1, age: 1, location: 1 },
      indexName: 'bin_1_gender_1_age_1_location_1',
      isMultiKey: false,
      multiKeyPaths: { bin: [], gender: [], age: [], location: [] },
      isUnique: false,
      isSparse: false,
      isPartial: false,
      indexVersion: 2,
      direction: 'forward',
      indexBounds: {
        bin: [ '[1, 1]', '[2, 2]', '[3, 3]' ],
        gender: [ '["M", "M"]' ],
        age: [ '[20, 20]' ],
        location: [ '["NY", "NY"]' ]
      },
      keysExamined: 14,
      seeks: 5,
      dupsTested: 0,
      dupsDropped: 0
    }
  }
}

If you have something different, please share your execution plan

Reasons:
  • RegEx Blacklisted phrase (2.5): please share your
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: FranckPachot

79749593

Date: 2025-08-28 21:02:59
Score: 2.5
Natty:
Report link

I know this is an old question, but I implemented this way of getting track info into PawTunes player, also I've added a "concept" that allows real time icy meta reading in javascript. It's buggy because I haven't had the time to actually complete it.

See here:
JS way: https://github.com/Jackysi/PawTunes/blob/master/src/player/ts/html5-audio-mse.ts
PHP: https://github.com/Jackysi/PawTunes/blob/master/inc/lib/PawTunes/StreamInfo/Direct.php

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

79749587

Date: 2025-08-28 20:56:56
Score: 1.5
Natty:
Report link

Tried one more thing and stumbled across the answer.

Apparently the elevated "data" label was telling me something, and I can get to the value I want like this:

z1means['data'][80]

80.045247

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Brian A. Henning

79749586

Date: 2025-08-28 20:55:56
Score: 0.5
Natty:
Report link

I have a specific case here. I need to pull in network files to copy locally, and I wanted to use a specific drive letter. But what if that drive is already in use? What if all of my choices are in use?

My solution looks for an existing drive letter, skips it if it is in use, and if the drive is not in use, goes to the net use command to make the drive letter available for the rest of the longer script. I know it might not be elegant but it does the job. If all the letters specified are taken, the program exits.

cls
@echo off
cls
echo.
echo.
:TestW
IF EXIST w:\ (goto TestX) ELSE (goto close1)

:TestX
IF EXIST x:\ (goto TestY) ELSE (goto close2)

:TestY
IF EXIST Y:\ (goto failed) ELSE (goto close3)
    

:close1
echo.
net use w: \\wshd\hd\Office\OfficeUninstall\SARAOfficeRemoval\ 
echo Drive W: has been created.
goto End

:close2
echo.
net use X: \\wshd\hd\Office\OfficeUninstall\SARAOfficeRemoval\ 
echo Drive X: has been created.
Goto End

:close3
echo.
net use Y: \\wshd\hd\Office\OfficeUninstall\SARAOfficeRemoval\ 
echo Drive Y: has been created.
Goto End

:failed
cls
echo Drives W, X, and Y are all unavailable. End Program.
Exit

:End
echo Closing program....
pause
Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: JimC

79749584

Date: 2025-08-28 20:54:56
Score: 0.5
Natty:
Report link

This was a headscratcher for us.

The transactions with "delete from x where x.y is less than N" were simply too much, even when limiting the delete - we were constantly running into concurrency issues with ongoing traffic, clogging of the DB etc.

What worked out the best for us was a solution where:

  1. Run deleting in night hours when the traffic is not that huge

  2. Instead of "delete from x where x.y < N", we ran 2 queries in loop
    - "select id from x where x.y < N"
    - "delete from x where id in M" (M from previous query)

I do not remember specifics about this type of deleting,
but it was much more performant,
and it wasn't causing as much concurrency issues with ongoing traffic

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

79749582

Date: 2025-08-28 20:50:54
Score: 6.5
Natty: 5
Report link

Hello I have found this video that may explain how to get web driver path to work.

https://www.youtube.com/watch?v=jG25cv3jKzo&list=PL4GZKvvcjS3sRKidOUNVQSR3aq7TEQglp&index=2

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Tam Nguyen

79749568

Date: 2025-08-28 20:37:51
Score: 2.5
Natty:
Report link

No. The supported platforms are Windows and Linux for this project type.

MacOS is not supported as of Delphi 12.3

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

79749565

Date: 2025-08-28 20:31:49
Score: 2
Natty:
Report link

We experienced this error because the account was suspended due to unpaid invoices. Once our card was updated it worked.

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

79749563

Date: 2025-08-28 20:30:49
Score: 1
Natty:
Report link

You can access an object's attributes as a dictionary with obj.__dict__

List attributes of an object

obj = MyClass()

fds=['a','b','c']

for i in fds:
  attribute_name = f"{i}"
  setattr(obj, attribute_name, [f"{i}"])
  print(obj.__dict__[attribute_name])
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Richard

79749552

Date: 2025-08-28 20:17:45
Score: 3
Natty:
Report link

That's the reality of interacting with ERC-20 tokens and you are doing this correctly using parseUnits and formatUnits functions.

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

79749550

Date: 2025-08-28 20:14:44
Score: 2
Natty:
Report link

I am getting an error TypeError: ClientContext.with_client_certificate() missing 2 required positional arguments: 'client_id' and 'thumbprint''

It appears cwert_settings Dict has two args(str, str)

Here is my line of code:

ctx = ClientContext(url).with_client_certificate(cert_settings)
Reasons:
  • RegEx Blacklisted phrase (1): I am getting an error
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: karla fliger

79749548

Date: 2025-08-28 20:13:44
Score: 0.5
Natty:
Report link

You’re essentially looking at parsing EDI into JSON so that it’s easier to work with programmatically before you transform it into XML or another EDI format. The key thing to keep in mind is that EDI messages (like X12 or EDIFACT) are segment-based and hierarchical, whereas JSON is naturally key-value and nested.

To achieve what you want, the typical flow looks like this:

  1. Parse the EDI file – Break down the EDI message into segments, elements, and sub-elements. This requires an EDI parser or library, because EDI isn’t a flat text file—it has delimiters and compliance rules.

  2. Convert parsed EDI to JSON – Once parsed, you can serialize the EDI structure into JSON. Each segment becomes an object, and elements/sub-elements become fields within it. For example, an EDI ISA segment might become a JSON object with properties like ISA01, ISA02, etc.

  3. Apply transformations – After you have JSON, it’s straightforward to map it into user-defined XML or even back to another EDI standard by applying rules. At this stage, you don’t need “mapping tools” if you just want to restructure—it can be done with normal JSON processing libraries in your programming language.

So in short:

If you don’t want to build the parsing logic from scratch, look into existing EDI parsers for your language (for example, Python has bots and pyx12, Java has Smooks, .NET has EdiFabric, etc.). These tools already understand segment delimiters and compliance rules.

👉 For a deeper dive into how EDI structures work and why formats like JSON and XML are often used as “intermediaries,” you may find this guide helpful: https://www.commport.com/edi-to-json/?highlight=json

Reasons:
  • Blacklisted phrase (1): this guide
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anoop Suresh

79749505

Date: 2025-08-28 19:25:32
Score: 5
Natty:
Report link

Thank you, this approach worked

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Сер За

79749502

Date: 2025-08-28 19:23:30
Score: 10.5
Natty: 7
Report link

Did you manage to solve this problem?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to solve this problem
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (2):
  • 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: Samuel Luis dos Santos

79749495

Date: 2025-08-28 19:11:27
Score: 5.5
Natty: 7
Report link

but the QR code is still growing and it changes it´s size, how can I give the QR code a size that´s always the same, no matter the amount of information?

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Horacio Ramos

79749471

Date: 2025-08-28 18:41:20
Score: 1.5
Natty:
Report link
Hu hu hello good gf gath geche verve valo vs cynthia beg 
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pakistan Server

79749467

Date: 2025-08-28 18:38:19
Score: 2.5
Natty:
Report link

I received this message after things were working fine one day, and then not the next day. Turns out my ISP had rebooted something and I had a different public IP address, and the rules in Key Vault > Networking > Firewall needed to be updated.

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

79749460

Date: 2025-08-28 18:25:16
Score: 0.5
Natty:
Report link

It Resolved by setting AutoDirectMode to Off in App_Start/RouteConfig.cs

settings.AutoRedirectMode = RedirectMode.Off;

and if you use ScriptManager, change EnablePageMethods value to 'true':

<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
    </asp:ScriptManager>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zari Habibi

79749441

Date: 2025-08-28 17:53:01
Score: 2.5
Natty:
Report link

I found that after I had copied and pasted the code I got the error because the code had numbered bull-it points and the text editor had numbered bull-it points creating a syntax error.

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

79749440

Date: 2025-08-28 17:49:00
Score: 1
Natty:
Report link

A few small issues in your code are preventing it from working correctly:

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

79749430

Date: 2025-08-28 17:39:58
Score: 4
Natty:
Report link

Turns out that angular-google-charts does not provide consistent access to the wrapper when the chart is rendered dynamically. Any solution that attempts to access the SVG or the chart directly via chartWrapper.getChart() will break after re-renders (for example, when you open DevTools or Angular re-renders the DOM).

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: IgorGarciaRez

79749429

Date: 2025-08-28 17:37:57
Score: 5
Natty: 5
Report link

Same issue here. Still no answer

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Itamar Serafim

79749427

Date: 2025-08-28 17:35:56
Score: 2
Natty:
Report link

I was facing a versioning issue with the Salesforce connector in Azure Synapse. I resolved the problem by updating the Linked Service to use a different version of the connector, which re-established a stable and compatible data connection.enter image description here

Reasons:
  • Whitelisted phrase (-2): I resolved
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: miro_muras

79749426

Date: 2025-08-28 17:30:55
Score: 2
Natty:
Report link

Angular Language Service works for me as of today with Angular 18.

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

79749415

Date: 2025-08-28 17:19:52
Score: 3.5
Natty:
Report link

This is why Stack Overflow is dying

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Erik Olson

79749414

Date: 2025-08-28 17:19:52
Score: 1
Natty:
Report link

I had to use the Explorer and "Open the top level folder". Then the errors go away.

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

79749413

Date: 2025-08-28 17:16:51
Score: 1
Natty:
Report link

In the browser console....

fetch('blob:https://www.facebook.com/<blob id>')
  .then(res => res.blob())
  .then(blob => {
    const url = URL.createObjectURL(blob);
    const a = document.createElement('a');
    a.href = url;
    a.download = 'file.mp4';
    a.click();
  });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mark Bradshaw

79749408

Date: 2025-08-28 17:10:49
Score: 1.5
Natty:
Report link

This is a known issue and is being publicly tracked here: https://issuetracker.google.com/issues/373461924.

I've added a comment to the bug and I'll discuss it with the rest of the team, but we cannot make any promises at this point in time. Sorry for the inconvenience.

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

79749394

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

I assume that you need to configure the transmission of packets via the `QUIC` protocol, with the help of which HTTP/3 communicates I cannot provide you with an exact step-by-step answer of what exactly you need to do for such communication
but I would like to direct you based on my knowledge
the first point I would like to discuss is that Laravel is essentially a tool for php with a set of methods and methods for working with these methods.

My assumption is based on the fact that you need to use the http3 Nginx documentation

After setting up the web server, you need to see what protocol the browser uses to exchange information:
1. open browser console
2. go to network tab
3. refresh page
4. look at your version HTTP

P.s: I am not a network professional, and if there are more educated people here in how the protocol interaction version with the framework works, then please make adjustments
goodluck)

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: esca1a

79749390

Date: 2025-08-28 16:55:45
Score: 0.5
Natty:
Report link

Since you doing a statechange using post you may need a RequestVerificationtoken. You can create it in your jquery or easier just to insert it straight into your html with @Html.AntiForgeryToken(). Then pass it into the ajax function, through headers.

 $.ajax({
    type: "post",
    url: '@Url.Action("AddFavorite", "Product")',
    headers: {"RequestVerificationToken": $('input:hidden[name="__RequestVerificationToken"]').val() },
    data: { id: id },          
}).done(function (msg) {
    if (msg.status === 'added') {              
        $('#favarite-user').load(' #favarite-user')
    }
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: TheSuperMrChuy

79749389

Date: 2025-08-28 16:50:44
Score: 0.5
Natty:
Report link

Since version 3.8, you can use an assignment expression
(setup2 := copy.deepcopy(setup1)).update({'param1': 10, 'param2': 20 })

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: D.Vanhaute

79749388

Date: 2025-08-28 16:48:43
Score: 5.5
Natty:
Report link

Unfortunately I don't have a solution, just wanted to say I have been having the same issue for the last month+ :( I have gotten to the point of disabling copilot in RStudio (I'm running R 4.5.1 in RStudio 2025.05.01) to avoid the issue. My colleagues are successfully using copilot in RStudio without this issue. I am very hopeful that someone else can provide a solution!!!

Reasons:
  • Blacklisted phrase (1): :(
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thea B.

79749354

Date: 2025-08-28 16:11:33
Score: 0.5
Natty:
Report link

There are two* possible places.

The one you may have overlooked is in the moodle config.php file, where you set $CFG->wwwroot

Moodle insists on redirecting to its known wwwroot if that's not how you accessed it.

The other one* is in the apache sites-enabled config.

The confusion is likely to happen if these two don't match somehow - i.e. your moodle config.php specifies http://yoursite and your apache config has a redirect from http://yoursite back to https://yoursite

(*) because we all know that with .htaccess files apache config is never in only one place .....

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

79749353

Date: 2025-08-28 16:11:33
Score: 2
Natty:
Report link

I think what you are looking for is the NullClaim transformation

https://learn.microsoft.com/en-us/azure/active-directory-b2c/string-transformations#nullclaim

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

79749332

Date: 2025-08-28 15:58:28
Score: 1
Natty:
Report link

**Answer:**

In Java, you compare strings using the `.equals()` method, not the `==` operator. The `.equals()` method checks whether two strings have the **same value (content)**, while `==` checks whether they refer to the **same object in memory**.

Here’s a simple example:

```java

String str1 = "hello";

String str2 = "hello";

String str3 = new String("hello");

System.out.println(str1 == str2); // true (both refer to same string literal)

System.out.println(str1 == str3); // false (different objects)

System.out.println(str1.equals(str3)); // true (same content)

```

To compare strings **ignoring case**, use `.equalsIgnoreCase()`:

```java

String str4 = "HELLO";

System.out.println(str1.equalsIgnoreCase(str4)); // true

```

Always use `.equals()` or `.equalsIgnoreCase()` when comparing string values in Java.

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

79749319

Date: 2025-08-28 15:40:23
Score: 2.5
Natty:
Report link

Set the Border property of your MFC dialog to Resizing.
You can do that in the Resource view.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
Posted by: Duc Vu Nguyen

79749316

Date: 2025-08-28 15:38:23
Score: 3.5
Natty:
Report link

find . -name *.java threw this error in Ubuntu.

find ./ -name *.java was the fix

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

79749313

Date: 2025-08-28 15:36:22
Score: 0.5
Natty:
Report link

One obvious alternative is to create a SPSC queue backed by a std::vector<std::string> and preallocate strings to a fixed size. As long as the copied string stays within this size, memory allocation never occurs.


    const size_t QUEUE_CAPACITY = 1024;
    // Create a vector with 10 default-constructed (empty) strings.
    std::vector<std::string> shared_string_buffer(QUEUE_CAPACITY);

    // Loop through each string in the vector to reserve its capacity to 128 bytes
    const std::size_t string_default_capacity = 128;
    for (std::string& str : shared_string_buffer) {
        str.reserve(string_default_capacity);
    }

    // Create the SPSC queue manager, giving it a non-owning view of our buffer.
    LockFreeSpscQueue<std::string> queue(shared_string_buffer);

Here's the full working example: (Run)

I have used my LockFreeSpscQueue for this example.

Although nothing really prevents you from creating the queue, like:

std::vector<std::byte> buffer(1024);
LockFreeSpscQueue<std::byte> spsc_queue(buffer);`

and manually implement the (size, string) layout. However, if the consumer thread is not reading quickly enough or the string is too large, you may encounter a "full ring buffer" situation, in which case the producer thread would need to wait.

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

79749302

Date: 2025-08-28 15:27:20
Score: 2.5
Natty:
Report link

Got this issues today, I ended up removing `verify-full` at the end of the postgresql url

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

79749284

Date: 2025-08-28 15:10:15
Score: 0.5
Natty:
Report link

Use immutable-js remove:

const originalList = List([ 'dog', 'frog', 'cat' ])
remove(originalList, 1)
List[2]
0: "dog"
1: "cat"

https://immutable-js.com/docs/v5/remove()/

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

79749279

Date: 2025-08-28 15:06:14
Score: 0.5
Natty:
Report link

At least one way to change tab colors is to use color parameter in Connection Types.

  1. Right-click on any connection and click "Edit Connection"

  2. Go to General folder on the left

  3. There below "Connection name" and "Description" you will see connection type with the button "Edit connection types", go there

  4. There, apart from configuration of connection itself, you will be able to change color of the connection itself in the Database Navigator, but at the same time it will change color of the tab which uses this connection.

I believe default Type for all tabs you create is "Development" and you can change it's color, as well as create your custom types with custom colors which I find quite helpful to be able to distinguish various connections and DBs you have. For example ones I've made is for ClickHouse and GreenPlum connections, you can see them on screenshot.

Connection Types and colors

So tabs themselves will look like that

tab colors example

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

79749276

Date: 2025-08-28 15:04:13
Score: 3.5
Natty:
Report link

There are also commercial 3rd party component

https://aditmath.com/

https://www.tmssoftware.com/site/blog.asp?post=947

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

79749271

Date: 2025-08-28 15:01:13
Score: 0.5
Natty:
Report link

I couldn't get any of the solutions here to work and ended up just overriding the minimum log level for all Polly events in Serilog, e.g.:

var loggerConfig = new LoggerConfiguration()
    .MinimumLevel.Override("Polly", LogEventLevel.Warning);
Log.Logger = loggerConfig.CreateBootstrapLogger();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jimmy

79749266

Date: 2025-08-28 14:57:12
Score: 1.5
Natty:
Report link

You should try using the following command:

move file1.txt file2.txt file3.txt TargetFolder

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

79749258

Date: 2025-08-28 14:51:09
Score: 1.5
Natty:
Report link

In case the @Ramnath option don´t work, as happened to me:

1- download the zip file to a local directory using the web browser

2- from R:

<install.packages("your/Path//yourFile.zip",repos = NULL, type = "source")>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @option
  • Low reputation (0.5):
Posted by: Jorge

79749251

Date: 2025-08-28 14:46:08
Score: 4.5
Natty: 5
Report link

This tool does it. No need for excel or anything. https://flipperfile.com/developer-tools/hex-to-rgb-color-converter/

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

79749249

Date: 2025-08-28 14:46:08
Score: 3
Natty:
Report link
<a href = #Internal-Link-Name>Internal Link Text</a>
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Justin Bankert

79749244

Date: 2025-08-28 14:41:06
Score: 4.5
Natty:
Report link

Set the Features -> Testing -> Automatically Open Test Results to "neverOpen"

enter image description here

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

79749243

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

Based on this documentation, you likely need to use defineSecret in your backend code instead of defineString. The latter is used for non-secret values stored in a .env file or provided in the CLI when you deploy. See this part of the docs for how to retrieve secret values.

My guess is that you have the live key in a .env file that’s being picked up by defineString. Also since you’ve already hardcoded the secret and deployed, I’d recommend rotating your key once you’ve resolved the issue, even though it’s just a test key.

Reasons:
  • Blacklisted phrase (1): this document
  • No code block (0.5):
  • Low reputation (1):
Posted by: denton

79749242

Date: 2025-08-28 14:40:06
Score: 0.5
Natty:
Report link

Like you said stated here and here, you could be able to this:

from typing import ParamSpec, TypeVar, Callable
import tenacity

P = ParamSpec("P")
R = TypeVar("R")

@tenacity.retry
def foo_with_retry(*args: P.args, **kwargs: P.kwargs) -> None:
    foo(*args, **kwargs)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 0ro2

79749239

Date: 2025-08-28 14:39:06
Score: 3
Natty:
Report link

Using the following formulas should work

'=FILTER(A3:A9 & " " & B3:B9, C3:C9<TODAY())'

Based on the below data in column A to C

enter image description here

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

79749228

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

it needs quotes ?

[postgres@olpgdb001 s1]$ grep max_wal_senders postgresql.conf

#max_wal_senders = 10           # max number of walsender processes

max_wal_senders = '0'           # max number of walsender processes

[postgres@olpgdb001 s1]$ cat postgresql.auto.conf



[postgres@olpgdb001 s1]$ pg_ctl start

waiting for server to start....2025-08-28 16:20:54.437 CEST [3333] LOG:  redirecting log output to logging collector process

2025-08-28 16:20:54.437 CEST [3333] HINT:  Future log output will appear in directory "log".

 done

server started



postgres=# show  wal_level;

 wal_level

-----------

 minimal

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Theo

79749225

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

Running Xcode 16.4 I was having a similar problem with just the Mac version of my app not displaying the correct name, ( iOS and tvOS were displaying correctly). Went into the target settings under the heading "Packaging" and changed the Product Name from: $(TARGET_NAME) to: My App Name. This fixed the problem on the Mac version displaying the correct App Name in finder as well as displaying the correct name in the About screen.

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

79749223

Date: 2025-08-28 14:25:02
Score: 1.5
Natty:
Report link

It seems like ${command:cmake.buildDirectory} does work these days.

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

79749217

Date: 2025-08-28 14:21:01
Score: 2.5
Natty:
Report link

This re:Invent video on multi-region Appsync deployment can answer your questions in detail. They go over two approaches - 1/ API GW based approach and 2/ CloudFront + Lambda@edge which would potentially apply to your ask. There is also a sample code repo if you would like to implement this in your account.

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

79749216

Date: 2025-08-28 14:21:01
Score: 2.5
Natty:
Report link

It's not commonly used, in my experience, but elements with the ID become global variables with the ID as the variable name.
https://css-tricks.com/named-element-ids-can-be-referenced-as-javascript-globals/

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

79749215

Date: 2025-08-28 14:20:00
Score: 3
Natty:
Report link

This answer seems to be:

pytest -rP

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

79749188

Date: 2025-08-28 13:54:54
Score: 2
Natty:
Report link

correct your pipeline locally do not go into empty pipline ( no jobs) when merging
to solve the issue you must force a new commit that trigger a new pipline
git push origin {your remote branch} --force

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

79749176

Date: 2025-08-28 13:43:50
Score: 2.5
Natty:
Report link

The same problem, I've been looking for a solution for the third day now)
Ping pls if you'll find the reason

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Алексей Денисов

79749161

Date: 2025-08-28 13:30:46
Score: 2
Natty:
Report link
$GNTXT,01,01,00,txbuf alloc*61
  1. Reduce the amount of different message types

  2. Reduce the cycle time of the messages

  3. Increasing the buffer size could help for a short period of time.

    See : https://portal.u-blox.com/s/question/0D52p00008HKDaWCAX/i-occasionally-get-this-text-message-gntxt010100txbuf-alloc61

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

79749155

Date: 2025-08-28 13:19:43
Score: 2.5
Natty:
Report link

No. You cannot change the storage root of an existing catalog in Databricks.

Databricks API documentation is not very specific on this but you can find it here in the Terraform Databricks provider documentation https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/catalog#storage_root-1

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

79749148

Date: 2025-08-28 13:17:41
Score: 5
Natty:
Report link

Are you using react-router in your app?

If you do try to change base path in your BrowserRouter component as well. Check this link:

Can I set a base route in react-router

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Fábio Fraga Paulo

79749139

Date: 2025-08-28 13:14:40
Score: 1.5
Natty:
Report link

Your client uses a fixed thread pool of only 50 threads . But you're trying to create 250 connections. The thread pool can only process 50 connections at a time, but the connection attempts are being made rapidly, potentially overwhelming the server.

Check your operating system's limits:

Various TCP/IP stack settings

Some systems have artificial limits on localhost connections to prevent denial-of-service.

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

79749122

Date: 2025-08-28 13:01:36
Score: 2.5
Natty:
Report link

Change the maxHistory from 10 to a big number (eg, set it to 500) and set a value for total-size-cap (eg, 50MB), and when you start up your application, then your application will only keep the last 5 most recent log files (and delete any log files that were created in the last 500 days).

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

79749119

Date: 2025-08-28 12:59:36
Score: 3.5
Natty:
Report link

Same problem here, googled it and found your post.

Looked into it further and it seems to be a LazyVim issue: https://github.com/LazyVim/LazyVim/issues/6355

They propose temporary solutions to fix it, otherwise it'll be fixed in upcoming updates.

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Akitake

79749118

Date: 2025-08-28 12:59:36
Score: 3.5
Natty:
Report link

The problem has finally been resolved. It is essentially related to the presence of a load balancer in my environment. The whole story and the workaround applied are detailed here:

(https://github.com/dotnet/aspnetcore/issues/63412)

Regards

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

79749117

Date: 2025-08-28 12:59:36
Score: 0.5
Natty:
Report link

To use reCAPTCHA in Android apps, you need to use a reCAPTCHA v2 ("Checkbox") key from the reCAPTCHA Admin Console.

There is no separate "Android" key type — just create a v2 key (Checkbox type), and it works with SafetyNet.getClient(...).verifyWithRecaptcha(siteKey).

Steps:

  1. Go to reCAPTCHA Admin Console.

  2. Select reCAPTCHA v2 → "I'm not a robot" Checkbox.

  3. Leave domains blank (Android doesn’t use them).

  4. Use the site key in your app and the secret key on your backend.

Can I use a Web key?

Yes. The v2 Checkbox key works for both web and Android (via SafetyNet).

Note:

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

79749089

Date: 2025-08-28 12:37:30
Score: 1.5
Natty:
Report link

I can relate to this. I had a similar situation during one of my trade shows—everything was running fine at first, but as more customers came in, problems started happening again and again, almost like the system being overloaded with too many threads.

We had to call an engineer on an emergency basis, and he fixed it quickly. Since then, I’ve seen how important it is to work with dependable trade show companies Los Angeles provides, so issues don’t disrupt the whole event.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Foster Display Group

79749076

Date: 2025-08-28 12:24:27
Score: 10.5
Natty: 7
Report link

could you please provide the solution here? The video has been deleted

Thanks in advance!

Best regards

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (2.5): could you please provide the solution
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Davide F

79749060

Date: 2025-08-28 12:10:22
Score: 3
Natty:
Report link

DNS Propagation can cause these issues, too
Mine worked after 1 hour of waiting

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Future Godwin

79749054

Date: 2025-08-28 12:07:21
Score: 2
Natty:
Report link

I found answer to this after lots of digging around. MYOB seems to have a special edition named server edition which needs be installed if we have to use the SDK. This is not available in normal download page but only on Old version downloads page. This installs an API service and exposes the service on the url http://localhost:8080

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

79749049

Date: 2025-08-28 12:03:19
Score: 2.5
Natty:
Report link

Yes, this is a known limitation today. The Angular Language Service does not yet surface the concrete type for variables declared with the new @let control-flow syntax, so editor hovers often show any even when your underlying data is fully typed. Template type checking still works, the limitation is in how the language service presents the type information for @let.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @let
  • User mentioned (0): @let
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Vinay Kandula

79749035

Date: 2025-08-28 11:56:18
Score: 3
Natty:
Report link

Classroom logs are available from the Activities.list() method with applicationName=classroom

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

79749034

Date: 2025-08-28 11:55:17
Score: 1.5
Natty:
Report link

[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')[ram] ('1Centillion')

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

79749032

Date: 2025-08-28 11:54:17
Score: 0.5
Natty:
Report link

I am the only person who needs to access this script and no one else should be able to access the Client ID and Secret.

Use PropertiesService.getUserProperties(), Properties.getProperty() and Properties.setProperty().

See Comparison of property stores.

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

79749029

Date: 2025-08-28 11:53:16
Score: 8
Natty: 5.5
Report link

facing a similar issue. Anyone able to figure out the solution for this?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing a similar issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: vailax

79749019

Date: 2025-08-28 11:44:14
Score: 0.5
Natty:
Report link

Use Microsoft PowerToys and the utility Always On Top which can be used to toggle Always On Top mode 👍

From the doc:

PowerToys Always On Top is a system-wide Windows utility that allows you to pin windows above other windows. This utility helps you keep important windows visible at all times, improving your productivity by ensuring critical information stays accessible while you work with other applications.

When you activate Always On Top (default: ⊞ Win+Ctrl+T), the utility pins the active window above all other windows. The pinned window stays on top, even when you select other windows.

The tool has loads of useful things, but could disable every other part of it if you want.

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

79749012

Date: 2025-08-28 11:39:12
Score: 6.5
Natty: 7
Report link

Can DNS propagation cause this too?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can
  • Low reputation (1):
Posted by: Future Godwin

79749008

Date: 2025-08-28 11:36:11
Score: 1
Natty:
Report link

Try:

project = PROJECT and issuetype = Epic and issueFunction not in hasLinkType("Epic-Story Link")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 0x53olution

79748993

Date: 2025-08-28 11:22:07
Score: 1
Natty:
Report link

I know this is an old question but for people stumbling across this, Canonical is at least in the works of sunsetting support for Bazaar in Launchpad and advices all users to migrate to Git workflows instead. Since Launchpad was the main Bazaar hub, I think it's safe to say that Bazaar is officially dead from september 1 2025: https://discourse.ubuntu.com/t/phasing-out-bazaar-code-hosting/62189

There is a fork, Breezy, that is keeping a form of Bazaar alive even today. (Ironically, it uses Git for version control) The last official relase of Bazaar was back in 2016.

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

79748991

Date: 2025-08-28 11:20:06
Score: 1.5
Natty:
Report link

Please try this in Pre-processor script and let me know if it works.

message = message.replace(/([^\\r])EVN\|/, '$1\rEVN|');

return message

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tariq Mishal