79564514

Date: 2025-04-09 13:54:26
Score: 1.5
Natty:
Report link

I'm struggling this problem. the credential retrieve data of the owner of that private key. i think the solution is stop using flutter for this and done it at the backend(node.js) and fetch to the app

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Habtamu Worku

79564505

Date: 2025-04-09 13:50:25
Score: 3
Natty:
Report link

There is quite a nice cheat sheet on migrating from System.Data.SqlClient to Microsoft.Data.SqlClient
here that hopefully explains the change :
https://github.com/dotnet/SqlClient/blob/main/porting-cheat-sheet.md#functionality-changes

Relevant part is below:
enter image description here

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

79564503

Date: 2025-04-09 13:49:25
Score: 1
Natty:
Report link

For Question 1,

Microsoft.Data.SqlClient enforces stricter security defaults compared to System.Data.SqlClient.

System.Data.SqlClient silently skips some SSL/TLS validation scenarios while Microsoft.Data.SqlClient requires trusted certificates by default, and if your SQL Server is using a self-signed or internal certificate that isn’t trusted by your client machine, it throws exactly this error.

For Question 2, Add TrustServerCertificate=true; in your connection string.

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

79564494

Date: 2025-04-09 13:46:24
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: نوح عايد صالح الرشيدي

79564492

Date: 2025-04-09 13:45:24
Score: 3.5
Natty:
Report link

Apologies for the delay in responding. Thanks for the suggestions. After some additional thought and testing I decided ansible may not be the right tool for the job but I now have some additional approaches I can consider for future projects. Thanks again

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

79564490

Date: 2025-04-09 13:44:23
Score: 2.5
Natty:
Report link

I encountered a similar issue while using an external monitor. To resolve it, simply rotate the emulator to landscape mode and then back to portrait mode. This quick action should effectively fix the problem.

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

79564489

Date: 2025-04-09 13:44:23
Score: 1.5
Natty:
Report link

import shutil

# Move the uploaded video and logo to a working directory

video_src = "/mnt/data/765449673.178876.mp4"

logo_src = "/mnt/data/S__13918214.jpg"

video_dst = "/mnt/data/flowerpower_video.mp4"

logo_dst = "/mnt/data/flowerpower_logo.jpg"

shutil.copy(video_src, video_dst)

shutil.copy(logo_src, logo_dst)

video_dst, logo_dst

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

79564487

Date: 2025-04-09 13:44:23
Score: 2.5
Natty:
Report link

Maybe permission and port select hand, repost and script below. stackoverflow.com

developer.mozilla.org

chrome js serial port manual

<button id="connect" >Connect</button>

<script>

document.getElementById("connect").onclick = async () => {

  const port = await navigator.serial.requestPort();
  await port.open({ baudRate: 9600 }); 
  console.log("Hello World");

};
</script>
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cody toy

79564483

Date: 2025-04-09 13:42:23
Score: 1
Natty:
Report link

I haven't looked at C code in ages, but I think

int arr[n];

is wrong. Space for local variables is allocated at the start of the function, and at that point the value of n isn't available yet (could be 0, could be something else). You need to malloc() this array, that should fix it.

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

79564475

Date: 2025-04-09 13:38:22
Score: 1
Natty:
Report link

You can suppress this error by adding to the project .editorconfig

[*.cs]
dotnet_analyzer_diagnostic.category-MicrosoftCodeAnalysisReleaseTracking.severity = none
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexander Brattsev

79564474

Date: 2025-04-09 13:38:21
Score: 8
Natty: 7
Report link

I'm currently experiencing the same issue.

Did you manage to find the answer?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to find the answer
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Priscila de Oliveira

79564465

Date: 2025-04-09 13:35:20
Score: 1
Natty:
Report link

You can use a Panchang API that returns tithi, nakshatra, yoga, and karana based on the selected date. One option: Panchang API. Just call the API with the date and update your UI with the response.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dinesh Gahlot

79564464

Date: 2025-04-09 13:34:19
Score: 4.5
Natty: 6.5
Report link

Not an answer but I am curious if you were able to find a good solution, I would be very intereted to know, thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): Not an answer
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: seameetsocean

79564460

Date: 2025-04-09 13:33:18
Score: 13.5 🚩
Natty: 5.5
Report link

I have the same error now, did u find the fix?

Reasons:
  • RegEx Blacklisted phrase (3): did u find the fix
  • RegEx Blacklisted phrase (1.5): fix?
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shabeshvaran S

79564459

Date: 2025-04-09 13:32:18
Score: 1
Natty:
Report link
Check it out , if you have build.gradle.kts,

allprojects {
    repositories {
        google()
        mavenCentral()
    }

    subprojects {
        afterEvaluate {
            if (plugins.hasPlugin("com.android.library")) {
                extensions.configure<com.android.build.gradle.LibraryExtension>("android") {
                    if (namespace == null) {
                        namespace = group.toString()
                    }
                }
            }
        }
    }
}
Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kh1amirhamza

79564451

Date: 2025-04-09 13:28:17
Score: 2
Natty:
Report link

So looks like settings the `shortTitle` parameter for the `AppShortcut` changes the layout to the icon-based one the other apps are using. Couldn't find anything in the documentation, but got the idea from [this answer](https://stackoverflow.com/a/79061684/709835).

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Micky

79564449

Date: 2025-04-09 13:28:17
Score: 0.5
Natty:
Report link

As far as the Linux kernel scheduler is concerned (v6.14), migration_cpu_stop running on a source cpu calls move_queued_task which grabs the runqueue lock on the destination cpu.

Releasing this lock pairs with acquiring the runqueue lock by the scheduler on the destination cpu. It acts as a release-acquire semi-permeable memory ordering to order prior memory accesses from the source CPU before the following memory accesses on the destination CPU.

Note that in addition to the migration case, the membarrier system call has even stricter requirements on memory ordering, and requires memory barriers near the beginning and end of scheduling. Those can be found as smp_mb__after_spinlock() early in __schedule(), and within mmdrop_lazy_tlb_sched() called from finish_task_switch().

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

79564444

Date: 2025-04-09 13:24:15
Score: 3
Natty:
Report link

Thanks so much. Spared me either ugly code or a lot of time. :-) This reminds me Forrest Gump quote - "devops life is full of MS bugs. You just never know, what kind of nonsence you pull."

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: four mofo

79564443

Date: 2025-04-09 13:24:15
Score: 3
Natty:
Report link

ul#the-list { padding-left: 0 !important; }

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

79564438

Date: 2025-04-09 13:22:15
Score: 3
Natty:
Report link

A custom shader can produce the effect.

Here I found an example of how BlurGradient can be achieved in rn skia.

The effect is really nice so I also tried make one on snack, which may be more similar to the effect you want.

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

79564434

Date: 2025-04-09 13:19:14
Score: 0.5
Natty:
Report link

Another way:

test_list = ['one', 'two', None]    
res = [i or 'None' for i in test_list]

Even better if you're working with numbers, since int(None) gives an error:

test_list = [1, 2, None]    
res = [i or 0 for i in test_list]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DonLarry

79564425

Date: 2025-04-09 13:14:13
Score: 1
Natty:
Report link

For your mixin to work, it should be called like this:

.panel-light {
  .sec;
  background-color: transparent;
}

So Your Corrected Code Should Be:

.sec {
  border: solid 1px black;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.panel-light {
  .sec;
  background-color: transparent;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Omprakash S

79564424

Date: 2025-04-09 13:14:13
Score: 3.5
Natty:
Report link

I had to update VSCode and change my "eslint.config.js" file to "eslint.config.mjs"

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

79564421

Date: 2025-04-09 13:13:12
Score: 0.5
Natty:
Report link

I had the exact same problem, running Flink version 1.19.1.

This is due to a bug in the python Flink library. In flink-connector-jdbc v3.1, the JdbcOutputFormat was renamed to RowJdbcOutputFormat. This change has up till now not been implemented in the python Flink library.

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

79564420

Date: 2025-04-09 13:13:12
Score: 0.5
Natty:
Report link

You can exclude your job from sidecar injection by adding the annotation:

annotations:
  sidecar.istio.io/inject: "false"

Or, if you need the job inside mesh - you can add ServiceEntry and DestinationRule which will allow traffic to 10.96.0.1:443

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

79564417

Date: 2025-04-09 13:12:11
Score: 11.5 🚩
Natty: 6.5
Report link

did you manage to make it work? I'm stuck with the same issue

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • RegEx Blacklisted phrase (3): did you manage to
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm stuck with the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: JohnnyElvis

79564413

Date: 2025-04-09 13:08:10
Score: 1
Natty:
Report link

Try to use brackets

- it: annotations validation
    asserts:
      - equal:
          path: metadata.annotations["helm.sh/hook"]
          pattern: pre-upgrade
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey

79564411

Date: 2025-04-09 13:07:09
Score: 2
Natty:
Report link

you can use external id as web.basic_layout in t t-call section

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tom Mike

79564409

Date: 2025-04-09 13:07:09
Score: 4.5
Natty:
Report link

Thanks to @bbhtt over on Flatpak Matrix. He said I should use org.gnome.Platform and org.gnome.Sdk rather than the freedesktop runtimes because they already have Gtk installed.

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

79564406

Date: 2025-04-09 13:06:09
Score: 3
Natty:
Report link

You can't use scrollvieuw outside grid, put it inside the grid, there is plenty documentation about this.

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

79564400

Date: 2025-04-09 13:03:08
Score: 0.5
Natty:
Report link

Just add envFromSecret

grafana:
  envFromSecret: grafana-secrets
  grafana.ini:
    smtp:
      enabled: true
      host: smtp.sendgrid.net:587
      user: apikey
      password: ${SENDGRID_API_KEY}
      from_address: "my-from-address"
      from_name: Grafana
      skip_verify: false
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey

79564396

Date: 2025-04-09 13:01:07
Score: 2
Natty:
Report link

Indeed sharing artifacts between matrix jobs is not straightforward but it's possible to do it in a clean way. Maybe solution explained in our blog post would solve the issue?

stages:
  - build
  - deploy

.apps:
  parallel:
    matrix:
      - APP_NAME: one
      - APP_NAME: two

build:
  stage: build
  extends:
    - .apps
  environment: $APP_NAME
  script:
    - build.sh
    - mv dist dist-$APP_NAME # update `dist` to reflect your case
  artifacts:
    paths:
      - dist-$APP_NAME
    expire_in: 1 hour

deploy:
  stage: deploy
  extends:
    - .apps
  environment: $APP_NAME
  needs:
    - dist
  script: 
    - cd dist-$APP_NAME
    - ls # all build artifacts for $APP_NAME are available in `dist-$APP_NAME`
    - deploy.sh

Check out more here: https://u11d.com/blog/sharing-artifacts-between-git-lab-ci-matrix-jobs-react-build-example

Reasons:
  • RegEx Blacklisted phrase (1.5): solve the issue?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Michał Miler

79564395

Date: 2025-04-09 13:01:07
Score: 0.5
Natty:
Report link

An alternative approach to the one proposed by @Friede is override.aes.

+ guides(fill = guide_legend(override.aes = list(colour = "black")))

This method, on the other hand, directly injects aesthetic settings into the legend drawing calls, which can be useful if you want different behavior for specific layers or guides.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Friede
Posted by: KacZdr

79564378

Date: 2025-04-09 12:51:04
Score: 2.5
Natty:
Report link

Just posting if anyone comes on this page looking to understand.
you can checkout this https://github.com/awslabs/amazon-ecr-credential-helper?tab=readme-ov-file
you can install amazon-ecr-credentials-helper on ec2 and configure ~/.docker/config.json to use this

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

79564374

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

@CreatedBy and @CreatedDate only works if the Entitiy has a versioning field marked by @Version annotation. This is used to identify if this is a new entity and requires to have the created fields populated.

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

79564368

Date: 2025-04-09 12:46:03
Score: 2
Natty:
Report link

it's working in bash:

JLinkExe <<< $'ShowEmuList\nq' | tail -n1

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

79564363

Date: 2025-04-09 12:44:02
Score: 3
Natty:
Report link

Apparently, Yandex changed something, but they didn't specify it in the documentation. The problem has been solved. In the Build settings, the dead code stripping flag must be set to true.

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

79564350

Date: 2025-04-09 12:39:01
Score: 0.5
Natty:
Report link

I created a GitHub repo to convert files into binary and binary back to files using Flutter Web.

🔗 GitHub Repository:
👉 https://github.com/flutter-tamilnadu/file-to-binary

🌐 Live Demo (Hosted on Firebase):
👉 https://filetobinary.web.app/

Happy coding

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Anandh Krishnan

79564349

Date: 2025-04-09 12:39:01
Score: 0.5
Natty:
Report link

Try adding this to your pom.xml

plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-jar-plugin</artifactId>
  <configuration>
    <archive>
      <manifestEntries>
        <Multi-Release>true</Multi-Release>
      </manifestEntries>
    </archive>
  </configuration>
</plugin>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lostintranslation

79564347

Date: 2025-04-09 12:38:00
Score: 1
Natty:
Report link

I downloaded the corresponding jar of the version it was trying to find from maven central and putting it to corresponding to .ivy2 local folder.

path of .ivy2 local folder :

/home/spark/.ivy2/local/io.delta/delta-core_2.12/3.2.0/jars/delta-core_2.12.jar
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ankit Raj Gupta

79564342

Date: 2025-04-09 12:34:59
Score: 1.5
Natty:
Report link

Welcome to Sushiro Bedok Mall Outlet in Singapore. Sushiro, Japan’s largest conveyor belt sushi chain, has an outlet at Bedok Mall in Singapore. This branch is located at 311 New Upper Changi Road, #B1-10, and offers various fresh and affordable sushi dishes. The restaurant operates daily from 11:00 AM to 10:00 PM, making it a convenient spot for both lunch and dinner.

During my visit to Sushiro Singapore I was impressed by the efficient service and quality of the sushi. The conveyor belt system allowed me to choose from diverse dishes, all at reasonable prices. The lively atmosphere and friendly staff made the dining experience enjoyable. https://sushiromenusg.org/sushiro-bedok-mall/

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

79564340

Date: 2025-04-09 12:32:59
Score: 1.5
Natty:
Report link

Seeing that the Backup Job view is empty the jobs never ran. It could be that no resources are assigned to your backup plan. From the backup plan page in the console, you can check your resource assignments. These resources can be assigned explicitly, or by tags. More specifics can be found in the AWS documentation along with steps to double-check your resources are targetted once set.

Resource assignment table with one item.

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

79564333

Date: 2025-04-09 12:29:58
Score: 1
Natty:
Report link
import signal
from types import FrameType
from typing import Optional

class someclass:
    def handler(self, signum: int, frame: Optional[FrameType]) -> None:
        print(f"Received signal {signum}")

    def __init__(self) -> None:
        signal.signal(signal.SIGINT, self.handler)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gabriel

79564328

Date: 2025-04-09 12:27:57
Score: 1
Natty:
Report link

Apparently it does work. The Redis cache keys are not actually removed as such. It works by setting their expiry to the current date/time. This way they will be refreshed the next time they are hit. I guess a kind of lazy expiration approach.

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

79564323

Date: 2025-04-09 12:24:57
Score: 1.5
Natty:
Report link

You can solve this error just by adding one line to your build.gradle (inside android/app/ directory)

implementation 'com.google.android.gms:play-services-safetynet:+'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yash Gandhi

79564322

Date: 2025-04-09 12:23:56
Score: 3
Natty:
Report link

Have you already tried this ?

QueryString.Add("cf_69", "A1B2C3");
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: rinomau

79564320

Date: 2025-04-09 12:23:56
Score: 1
Natty:
Report link

In css file:

<style>
    .cke_notifications_area 
    {
        display: none !important;
    }
</style>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: YurgenTM

79564318

Date: 2025-04-09 12:22:56
Score: 1.5
Natty:
Report link

This may not be the problem but in your _checkPermission(), you have to await for _requestPermission();

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

79564316

Date: 2025-04-09 12:22:56
Score: 1.5
Natty:
Report link

Your debugbar show 361 queries to get data (8 of which duplicated), maybe you can do some optimizations (complex queries, missing database indexes, etc.)

Try to inspect the called code with xdebug or dd().

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

79564314

Date: 2025-04-09 12:22:55
Score: 6.5 🚩
Natty:
Report link
const initClient = async () => {
    try {
      const res = await fetch('/api/get-credentials', {
        method: 'GET',
        headers: { 'Content-Type': 'application/json' },
      });
      if (!res.ok) throw new Error(`Failed to fetch credentials: ${res.status}`);
      const { clientId } = await res.json();
      if (!clientId) {
        addLog('Client ID not configured on the server');
        return null;
      }

      const client = window.google.accounts.oauth2.initTokenClient({
        client_id: clientId,
        scope: 'https://www.googleapis.com/auth/drive.file https://www.googleapis.com/auth/userinfo.email',
        callback: async (tokenResponse) => {
          if (tokenResponse.access_token) {
            setAccessToken(tokenResponse.access_token);
            localStorage.setItem('access_token', tokenResponse.access_token);

            const userInfo = await fetch('https://www.googleapis.com/oauth2/v3/userinfo', {
              headers: { 'Authorization': `Bearer ${tokenResponse.access_token}` },
            });
            const userData = await userInfo.json();
            setUserEmail(userData.email);

            const userRes = await fetch('/api/user', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ email: userData.email }),
            });
            const userDataResponse = await userRes.json();
            addLog(userDataResponse.message);

            try {
              const countRes = await fetch('/api/get-pdf-count', {
                method: 'POST',
                headers: { 'Content-Type': 'application/json' },
                body: JSON.stringify({ email: userData.email }),
              });
              const countData = await countRes.json();
              setPdfCount(countData.count || 0);
              addLog(`Initial PDF count loaded: ${countData.count || 0}`);
            } catch (error) {
              addLog(`Failed to fetch initial PDF count: ${error.message}`);
            }

            markAuthenticated();
          } else {
            addLog('Authentication failed');
          }
        },
      });
      return client;
    } catch (error) {
      addLog(`Error initializing client: ${error.message}`);
      return null;
    }
  };

This is a snippet of the code I am trying to use drive.file scope but its not working as I want. How to fix this?

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): its not working
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (1.5): How to fix this?
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Theaccountantguy

79564310

Date: 2025-04-09 12:20:55
Score: 3
Natty:
Report link

It isnt due to code. On the code preview you can click on the numbers to pause a line during its usage. Find the line number thats blue with a pause icon and click on it again to fix it.

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

79564306

Date: 2025-04-09 12:18:54
Score: 4.5
Natty: 4.5
Report link

refer this screenshot from the flutter deprecated api docsflutter deprecated api docs

https://i.sstatic.net/tuN7pPyf.png

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

79564299

Date: 2025-04-09 12:13:53
Score: 1
Natty:
Report link

If the binding of the UI5 List to the Odata V4 Entity is working correctly then most things are already handled for you. You just need to ask the model with hasPendingChanges() if something has changed and then execute submitBatch() on the model.

You might take a look at the Odata V4 Tutorial of the UI5 documentation.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: A.vH

79564293

Date: 2025-04-09 12:10:52
Score: 2
Natty:
Report link

For some reason, still not clear to me, calling resetFieldsChanged in the onSubmit event doesn't work as expected. I tried to call it in a useEffect hook that gets executed every time the form state change, and now it works as expected!

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

79564292

Date: 2025-04-09 12:10:52
Score: 1.5
Natty:
Report link

The error you're seeing:

X FileSystemException: Cannot resolve symbolic links, path = 'C:\Users\nnnnnnnnn\OneDrive??? ??????\flutter\sorc\flutter\bin\flutter'

(OS Error: The filename, directory name, or volume label syntax is incorrect., errno = 123)

🔍 What’s Causing It?

This issue is caused by invalid characters in your folder path — likely from your username or the folders inside OneDrive having non-ASCII characters or symbols that Windows and Flutter can’t parse correctly.


How to Fix It (Step-by-Step)

1. Avoid OneDrive or Special Characters in Path

Move your Flutter SDK folder somewhere simple and safe, like:

C:\flutter

Do NOT install it inside:

2. Update Your Environment Variables

After moving your SDK:

  1. Open Start → Edit the system environment variables

  2. Click on Environment Variables

  3. Under System variables, find Path → Click Edit

  4. Add: C:\flutter\bin

    1. Click OK on all dialogs.

    3. Restart CMD / VS Code

    Close and reopen:

    • Command Prompt

    • VS Code

    4. Run Flutter Doctor Again

    In your command prompt, run: flutter doctor

    ⚠️ Note:

    • If your user folder contains non-English characters, consider creating a new Windows user with a simple name like devuser.

    • OneDrive often causes permission and path issues — better to avoid it for development tools.

Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Filler text (0.5): nnnnnnnnn
  • Low reputation (1):
Posted by: viswanandmuruganantham

79564290

Date: 2025-04-09 12:10:52
Score: 2
Natty:
Report link

Did you follow all the steps correctly as indicated in the guide:

https://docs.flutter.dev/get-started/install/windows/mobile

Specifically check that Flutter is added to the PATH.

And also that your path doesn't contain any characters that could cause problems (spaces, symbols, etc.) because your "OneDrive??? ??????" path looks strange.

Reasons:
  • Blacklisted phrase (1): ???
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: JTO Informatique

79564287

Date: 2025-04-09 12:09:52
Score: 2.5
Natty:
Report link

1.Add or change "newArchEnabled=false" in "grandle.properties". 2. ./gradlew clean. 3.Reinstall your app.

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

79564269

Date: 2025-04-09 11:58:49
Score: 2.5
Natty:
Report link

In my case, I had to rerun stripe login, rerun the listen command and then start up the service. I was specifically trying out the invoice.created command. When triggering it via the console, the event was captured by my service. Not the case with the events triggered by the Stripe dashboard. Doing this fixed the problem.

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

79564262

Date: 2025-04-09 11:54:48
Score: 1.5
Natty:
Report link

Use css property text-overflow: ellipsis to only present what is visually displayed

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

79564253

Date: 2025-04-09 11:50:47
Score: 4
Natty: 4.5
Report link

A working example and some more explanation is given here:
https://www.codeproject.com/Articles/1212332/64-bit-Structured-Exception-Handling-SEH-in-ASM

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

79564243

Date: 2025-04-09 11:46:46
Score: 1
Natty:
Report link

(answering my own question)

The fix to the above was as follows:

(i) replace HOSTNAME_EXTERNAL with LOCALSTACK_HOST and add a new setting to set the Sqs Endpoint Strategy to "dynamic" as follows:

version: '3.4'
services:
  localstack:
    image: localstack/localstack:3.2.0
    environment:
      - SERVICES=dynamodb,kinesis,s3,sns,sqs
      - DEFAULT_REGION=eu-west-1
      - SQS_ENDPOINT_STRATEGY=dynamic
      - LOCALSTACK_HOST=127.0.0.1
      - LOCALSTACK_SSL=0
      - REQUESTS_CA_BUNDLE=
      - CURL_CA_BUNDLE=
    ports:
      - 4566:4566
    healthcheck:
      test: [ "CMD", "curl", "-f", "http://localhost:4566/health" ]
      interval: 30s
      timeout: 10s
      retries: 5

(ii) As the dynamic endpoint strategy was added in 3.2.0, I needed to go to 3.2.0 rather than 3.0.1 as I was originally intending

(iii) The URL format for accessing the queues has changed .
Previously I was using

http://localhost:4566/000000000000/[queueName]?Action=ReceiveMessage

and I have now had to change this to

http://localhost:4566/000000000000/[queueName]?Action=ReceiveMessage

where [queueName] and [region] should be replaced as appropriate but the "queue" after the localhost address is actually the word "queue"

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Filler text (0.5): 000000000000
  • Filler text (0): 000000000000
  • Low reputation (0.5):
Posted by: Martin Bamford

79564234

Date: 2025-04-09 11:43:45
Score: 1.5
Natty:
Report link

With the UEFI Bus Support you can find the framebuffer via the BAR (Base Address Register).

This code works for me in Qemu when the AddressSpaceGranularity is 32 bit.

EFI_ADDRESS_SPACE_DESCRIPTOR *asd = NULL;

Status = SystemTable->BootServices->AllocatePool(EfiBootServicesData, sizeof(EFI_ADDRESS_SPACE_DESCRIPTOR), (VOID**)&asd);
if (EFI_ERROR(Status)) {
    Print(L"Failed to allocate memory for the asp: %d\r\n", Status);
    return Status;
}

UINT64 count = 0;
UINT8 BAR = 0;
Status = PciIo->GetBarAttributes(PciIo, BAR, NULL, (VOID**)&asd);
if (EFI_ERROR(Status)) {
    Print(L"BAR attributes err: %d   ", Status);
} else {
    if (PciConfig.ClassCode == 3) {
        UINT8 *vram = (UINT8*)asd->AddressMin;
        UINT64 value = (UINT64)vram[0];
        UINT8 data = 0;
        for (int i = 0; i < 30000; i++) {
            data = vram[i]; // Example usage: reading byte-by-byte from VRAM

            if (data == 0) {
                vram[i] = 100;
            }

            if (data == value) {
                count++;
            } else {
                Print(u"%dx %d, ", count, value);
                count = 1;
                value = data;
            }
        }
        Print(u"%dx %d, ", count, data);

        Print(u"\r\n");
    }
}
SystemTable->BootServices->FreePool(asd);

With the structure:

typedef struct {
    uint8_t                             QWORD_ASD;
    uint16_t                            Length;
    uint8_t                             ResourceType;
    uint8_t                             GeneralFlags;
    uint8_t                             TypeSpecificFlags;
    uint64_t                            AddressSpaceGranularity;
    uint64_t                            AddressMin;
    uint64_t                            AddressMax;
    uint64_t                            AddressTransOffset;
    uint64_t                            AddressLength;
    uint8_t                             EndTag;
    uint8_t                             Checksum;
} EFI_ADDRESS_SPACE_DESCRIPTOR;

AddressMin is the starting address of the bar. And the ResourceType should be 0. https://uefi.org/specs/UEFI/2.11/14_Protocols_PCI_Bus_Support.html#qword-address-space-descriptor-2

I am currently trying to make this work too but my system is also 64 bit so this doesnt work for me except for Qemu tests.

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Whitelisted phrase (-1): works for me
  • RegEx Blacklisted phrase (2): doesnt work for me
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sam Paardenkooper

79564222

Date: 2025-04-09 11:30:42
Score: 4.5
Natty: 4
Report link

Is v4.01 supported now? I am getting the following error: 'The version '4.01' is not valid. [HTTP/1.1 400 Bad Request]'"

Reasons:
  • RegEx Blacklisted phrase (1): I am getting the following error
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Siddhes Tripathy

79564218

Date: 2025-04-09 11:28:42
Score: 2.5
Natty:
Report link

Posting in the name of @johanneskoester:

If those jobs are finished, Snakemake will not rerun them, because their output files are there. When creating a report, Snakemake will however warn that their metadata is missing.

If jobs still run when starting the main snakemake again, it will complain that their results are incomplete, but it currently has no way to see that they are actually still running. It would however be possible to extend individual executor plugins in that direction.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @johanneskoester
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: dlaehnemann

79564217

Date: 2025-04-09 11:27:40
Score: 6 🚩
Natty:
Report link

have you find it, l also need help

Reasons:
  • Blacklisted phrase (2): have you find
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aggai Panashe

79564215

Date: 2025-04-09 11:27:40
Score: 2.5
Natty:
Report link

New day, fresh start and I found a solution!
So here is my answer in case anyone has the same problem:

I first baked the texture into vertex colours, before exporting to u3d.
Filters > Texture > Transfer Texture to Vertex Colors

In doing this the export proceeded swiftly.

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

79564213

Date: 2025-04-09 11:26:40
Score: 5.5
Natty: 4
Report link

I've tried the same two methods without any luck. Service accounts can use the API but can't be connected as collaborator to notes (I would prefer this feature!)

With Oauth setup Google Keep scopes can't be added.

I feel like this is a dead end?!?!?

Anyone got updates on this?

Reasons:
  • Blacklisted phrase (1.5): any luck
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: tuc

79564206

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

Here is the new location of Google’s Closure Compiler https://jscompressor.treblereel.dev/

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: tomybyte

79564194

Date: 2025-04-09 11:15:36
Score: 1.5
Natty:
Report link

geom_function() is easy to remember and implement:

ggplot(d, aes(x, y)) + 
  geom_point() + 
  geom_function(fun = function(x) 100 - x, colour = "red") +
  scale_y_log10() + 
  scale_x_log10()

geom_function example

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Jon Olav Vik

79564165

Date: 2025-04-09 11:02:33
Score: 2
Natty:
Report link

A new tool for change management in SQL Server.

-Change management.
-Query result management and Data security.
-SQL standards control.
-Versioning.
-Data security.
-Reports for auditing.

[email protected]

https://drive.google.com/file/d/1lYYflgydnUuU_aZo4vlyC76tjcINs7uX/view

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: SQL Change Management

79564164

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

I ran the terminal with administrative privilege, and then created my build, it worked.

I tried deleting all the folders such as android, node_modules and expo, package-lock and I reinstalled expo-updates, but it didn't work.

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

79564152

Date: 2025-04-09 10:58:31
Score: 1
Natty:
Report link

this command in Powershell, it worked well for me, with a delay of 3 seconds among the 3 programs.

Start-Process -FilePath "path\program.exe"

Start-Sleep -Seconds 3

Start-Process -FilePath ""path\program.exe"

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

79564138

Date: 2025-04-09 10:52:30
Score: 3
Natty:
Report link

I know it is a bit older question, but leaving answer for others that may end up here. https://crates.io/crates/rustautogui is a bit newer crate that does automations of finding images and control of mouse / keyboard.

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

79564135

Date: 2025-04-09 10:51:29
Score: 0.5
Natty:
Report link

Okay I had this issue. It might be related to Antivirus activity. So after disable antivirus protection in windows ( real time protection ) it worked for me. After disable you can try rebuild this will work

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

79564124

Date: 2025-04-09 10:47:28
Score: 2.5
Natty:
Report link

Non-association mapping is allowed in Spring Boot and Spring Boot Data JPA in version 2, but it is not available in version 3.

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

79564123

Date: 2025-04-09 10:47:28
Score: 4.5
Natty:
Report link

Testimoni testimoni testimoni testimoni

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: firman tahir

79564116

Date: 2025-04-09 10:43:27
Score: 1
Natty:
Report link

Looks like this is an issue with the Xero API. This was a reply I received from them directly:

Our product team are currently aware of a behaviour where POST requests to update an existing invoice cause any DiscountAmount entered in line items to be recalculated as an incorrect DiscountRate.

Currently the workaround to prevent this behaviour from occurring is to include the LineItems, including the original DiscountAmounts in the request body of the POST request, so that the original DiscountAmount is maintained.

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

79564114

Date: 2025-04-09 10:43:27
Score: 1.5
Natty:
Report link

If you use peek then for parallel stream pipelines, the action may be called at whatever time and in whatever thread the element is made available by the upstream operation. If the action modifies shared state, it is responsible for providing the required synchronization.

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

79564108

Date: 2025-04-09 10:39:26
Score: 1
Natty:
Report link

One thing you could try is passing navigatorKey to AutoRoute

final _appRouter = AppRouter(navigatorKey: Get.key); 
//make sure the value is Get.key

After that you should be able to use all navigation features of GetX

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

79564100

Date: 2025-04-09 10:34:24
Score: 1.5
Natty:
Report link

If you happen to have this happening in your CI Pipelines, make sure the wheel version isn't "Yanked" for this reason here: https://pypi.org/project/wheel/#history

For instance 0.46.1:

Reason this release was yanked:

Causes CI failures where setuptools is pineed to an old version

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

79564099

Date: 2025-04-09 10:34:24
Score: 2
Natty:
Report link

I’m currently in the process of migrating from one tenant to another, which includes Azure Databricks. In our current environment, we have three Databricks workspaces within the same subscription, all using a single Unity Catalog metastore backed by a storage account in the same subscription.

As part of the migration, these workspaces will be moved to separate subscriptions. One of my colleagues mentioned that a Unity Catalog metastore can be created per subscription. However, when attempting to create a second Databricks workspace in another subscription, it seems that the Unity Catalog metastore is more centralized — and that only one metastore can exist per region within a tenant.

Is the Unity Catalog metastore and the Databricks account console region-specific and unique per tenant? In other words, can there only be one Unity Catalog metastore per region in a tenant? I’m not very familiar with how this resource works, and I haven’t been able to find a source that explicitly confirms this — only indirect references.

-When attempting to create multiple metastores in a specific region, you may encounter the following error:

enter image description here

-This region already contains a metastore. Only a single metastore per region is allowed.

-Databricks recommends having only one metastore per region. Currently, Unity Catalog operates such that only one Unity Catalog Metastore can exist per region, and all workspaces within that region can be associated with it.

You can refer this documentation for work around.

Reasons:
  • Blacklisted phrase (1): this document
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Shraddha Pore

79564095

Date: 2025-04-09 10:32:24
Score: 1
Natty:
Report link

For me it was manually deleting the Load Balancer created by EKS Auto Mode (after removing the delete protection).

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

79564083

Date: 2025-04-09 10:27:22
Score: 2
Natty:
Report link

A new tool for change management in SQL Server.
-Change management.
-Query result management and Data security.
-SQL standards control.
-Versioning.
-Data security.
-Reports for auditing.

[email protected]

https://drive.google.com/file/d/1lYYflgydnUuU_aZo4vlyC76tjcINs7uX/view?usp=sharing

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: SQL Change Management

79564075

Date: 2025-04-09 10:22:21
Score: 4
Natty:
Report link

I have tried the below script and able to get missing files but not missing folders. Could you please help us getting the right script which can list even missing folders also.

# Prompt for the paths of the two folders to compare
$folder1 = "C:\Users\User\Desktop\Events"
$folder2 = "C:\Users\User\Desktop\Events1"

Write-Host "From VNX:"(Get-ChildItem -Recurse -Path $folder1).Count
Write-Host "From UNITY:"(Get-ChildItem -Recurse -Path $folder2).Count

# Get the files in each folder and store their relative and full paths
# in arrays, optionally without extensions.
$dir1Dirs, $dir2Dirs = $folder1, $folder2 | 
  ForEach-Object {
    $fullRootPath = Convert-Path -LiteralPath $_
    # Construct the array of custom objects for the folder tree at hand
    # and *output it as a single object*, using the unary form of the 
    # array construction operator, ","  
    , @(
      Get-ChildItem -File -Recurse -LiteralPath $fullRootPath |
        ForEach-Object {
          $relativePath = $_.FullName.Substring($fullRootPath.Length + 1)
          if ($ignoreExtensions) { $relativePath = $relativePath -replace '\.[^.]*$' }
          [PSCustomObject] @{
            RelativePath = $relativePath
            FullName = $_.FullName
          }
        }
    )
  }

# Compare the two arrays.
# Note the use of -Property RelativePath and -PassThru
# as well as the Where-Object SideIndicator -eq '=>' filter, which
# - as in your question - only reports differences
# from the -DifferenceObject collection.
# To report differences from *either* collection, simply remove the filter.
$diff = 
  Compare-Object -Property RelativePath -PassThru $dir1Dirs $dir2Dirs | 
  Where-Object SideIndicator -eq '=>'

# Output the results.
if ($diff) {
    Write-Host "Files that are different:"
    $diff | Select-Object -ExpandProperty FullName
} else {
    Write-Host "No differences found."
}
Reasons:
  • RegEx Blacklisted phrase (3): Could you please help us
  • RegEx Blacklisted phrase (1): help us
  • Long answer (-1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jithendra

79564074

Date: 2025-04-09 10:22:21
Score: 3.5
Natty:
Report link

Just Build > Rebuild project will solve the issue

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

79564073

Date: 2025-04-09 10:22:21
Score: 1
Natty:
Report link

Just enter the following from your client:

ssh -i <your-private-key-file> ubuntu@<your-public-ip-address>

Note,
No opc user for Ubuntu.

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

79564072

Date: 2025-04-09 10:21:21
Score: 1
Natty:
Report link

So this is not a full answear but if your searching for a fix, this command did it for me

alias poetry_shell='. "$(dirname $(poetry run which python))/activate"'
poetry_shell

It looks like the issue is around poetry not being able to activate the venv. Hopefully someone with better Python Foo can give a better long time answear / fix

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

79564071

Date: 2025-04-09 10:20:20
Score: 0.5
Natty:
Report link
         0zodLMBV1aw9707lDv8iB3mk/o1Fn3Xvt2qxfa1QMv5GGBPPyxE+a//oFC0X3PCUj+eb
         wTYg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605;
        h=to:from:subject:message-id:list-id:feedback-id:precedence
         :list-unsubscribe:reply-to:date:mime-version:dkim-signature;
        bh=4NQ7PHnrS8Wr0eGLB45JibqAnVXLrwtrB52iJALL28U=;
        fh=bXdlsTLZ40QuPT7iQ8sUd8gf9YnmHLnSgdsGe2c5Ckk=;
        b=k/pMIPzhA6E44ZVoLUSYL0teygNdku+JxrNGHyk6PvKmkqqJUAwhmod/5Nd1apLNTY
         iFSlWaVL4dzVaRNkW1diYPLr7FfnXSrydoyO6xnxKBrmmDGt18kgclXmGlDfm629Lvq4
         IK8Xqkw+3DkPpilXYQmqiQ7cj0IlEb61mUAa8qQLW0mjUtlH0fhYk74Qu45xu7btJAEX
         4e+E3ocftCvi2jDnwJFDxgSjwv5A4xrB7KuEC6I9S/O8kA6+6SFu6bBwAsNKs7dC85wm
         ytRkXgHGey30+LvvIQG4P9wBZ1EJugESDVqN8b/f6niJFFNJAnBEwQURj9NMGn/03OiA
         +RVA==;
        dara=google.com
ARC-Authentication-Results: i=1; mx.google.com;
       dkim=pass [email protected] header.s=20230601 header.b=AYjeh3jL;
       spf=pass (google.com: domain of 3urr1zwglcumst-wjuqddtzyzgj.htrrxwfdrjwlklrfnq.htr@scoutcamp.bounces.google.com designates 209.85.220.69 as permitted sender) smtp.mailfrom=3Urr1ZwgLCuMST-WJUQddTZYZGJ.HTRRXWFdRJWlkLRFNQ.HTR@scoutcamp.bounces.google.com;
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Scott Myrna Raymer

79564069

Date: 2025-04-09 10:20:20
Score: 0.5
Natty:
Report link

For me this works with java 17:

java --patch-module java.base=classes app.jar

with the classes directory containing my property files.

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

79564064

Date: 2025-04-09 10:17:20
Score: 1.5
Natty:
Report link

I got it working with the following script and by fixing my environment variable MSBuildSDKsPath which was pointing to an non existing .net sdk folder.

https://github.com/microsoft/DockerTools/issues/456#issuecomment-2784574266

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

79564062

Date: 2025-04-09 10:16:19
Score: 0.5
Natty:
Report link

In case the results differ when using command line sqlplus instead SQLDevelper it means they are configured to use different NLS_LANG. This happens always when the DB is set in Italian and you are using sqlplus installed on a server with Windows server in English with default settings.

It is possible to avoid the issue by setting the Italian NLS_LANG using the SET and EXPORT commands on in command prompt on the server:

SET NLS_LANG=ITALIAN_ITALY.UTF8

EXPORT NLS_LANG

SQLPLUS username@userpass/sid @D:\WORK\SKED\scriptfile.sql

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

79564061

Date: 2025-04-09 10:16:19
Score: 2
Natty:
Report link

There are two tools/ways that might interest you, but I'm sorry I've never used them, so anything I know is theoretical :

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

79564060

Date: 2025-04-09 10:16:19
Score: 1
Natty:
Report link

<?php
$marks = $average;

if ($marks > 85) {
    echo "Grade A";
} else if ($marks > 60) {
    echo "Grade B";
} else if ($marks > 55) {
    echo "Grade C";
}
else{
    echo "Fail";
}
?>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MD.Alimuzzaman88 MN

79564058

Date: 2025-04-09 10:15:19
Score: 0.5
Natty:
Report link
For python version 3.11.11
setuptools==78.1.0

upgrade in Environment (not just requirements.txt)

RUN pip install --upgrade pip setuptools

If caching is the issue clear pip caches:
pip cache purge

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

79564057

Date: 2025-04-09 10:13:19
Score: 2.5
Natty:
Report link

I solved my issue by downgrading Angular language service to the 18.2.12 version

After downgrading

Reasons:
  • Whitelisted phrase (-2): I solved
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ailye

79564051

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

Components will lose their states when unmounted, if you want to keep these states, you can move the state to their parent component or use global store like redux/zustand. Or just change the display css property rather than unmount them.

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

79564042

Date: 2025-04-09 10:07:17
Score: 2
Natty:
Report link

Nope! Compact doesn't (and would not) reorder the assertions. It wouldn't be able to do that because the subsequent ones are dependent on the previous ones succeeding (it's essentially "control dependency" and it prevents the instructions from being reordered).

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

79564037

Date: 2025-04-09 10:04:16
Score: 2.5
Natty:
Report link
Thanks for your response!
In this case the array is in a BLOB and the access is with an OID. 
Is it possible to use a BYTEA for array?

I have added this type in the xjb file :

                <jaxb:bindings node=".//xsd:element[@name='speedsB64']"> 
                    <hj:basic name="content"> 
                        <orm:column column-definition="bytea" />
                    </hj:basic> 
                </jaxb:bindings>

So the postgres type is bytea but i need to suppress the annotation @Lob on the getter :

    @Basic
    @Column(name = "SPEEDS_B64")
    @Lob
    public byte[] getSpeedsB64() {
        return speedsB64;
    }

else i have this error : 

11:56:09:687 DEBUG SQL - 
    insert 
    into
        OceanRacerSchema.SAIL
        (SPEEDS_B64, ID) 
    values
        (?, ?)
Hibernate: 
    insert 
    into
        OceanRacerSchema.SAIL
        (SPEEDS_B64, ID) 
    values
        (?, ?)
11:56:09:718 WARN SqlExceptionHelper - SQL Error: 0, SQLState: 42804
11:56:09:718 ERROR SqlExceptionHelper - ERREUR: la colonne « speeds_b64 » est de type bytea mais l'expression est de type bigint
  Indice : Vous devez réécrire l'expression ou lui appliquer une transformation de type.
  Position : 59
11:56:09.735 [main] ERROR org.sailquest.model.loader.JsonPolarProvider - Error saving polar : jakarta.persistence.RollbackException: Transaction marked for rollback only.

Is there an other way to use bytea and not Lob?

Thanks for your Help!
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): Is it possible to
  • Whitelisted phrase (-0.5): Thanks for your Help
  • RegEx Blacklisted phrase (1): i have this error
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ghelle

79564031

Date: 2025-04-09 10:03:16
Score: 1
Natty:
Report link

Works now also with patches transformator. If you use patches9602 transformator, you will get this warning:

# Warning: 'patchesJson6902' is deprecated. Please use 'patches' instead. Run 'kustomize edit fix' to update your Kustomization automatically.

kustomization.yaml

patches:
  - target:
      group: kustomize.toolkit.fluxcd.io
      version: v1beta1
      kind: Kustomization
      name: name-i-dont-want
    path: patches/kustomization-managed.yaml

patches/kustomization-managed.yaml

- op: replace
  path: /metadata/name
  value: name-i-like

Thanks to @Mafor for the initial solution! My version is just an update, using kubectl v1.27.0.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Mafor
  • Low reputation (0.5):
Posted by: snukone

79564021

Date: 2025-04-09 10:00:14
Score: 7.5 🚩
Natty:
Report link

I do have the same issue there is nothing out there really :/.

There is a test realease of v2 https://www.npmjs.com/package/@jadkins89/next-cache-handler. But it's wip code. So I am not sure if I would use it for a real project.

Kind of concerning that there are not more alternatives :/. Is everybody else sticking to 14 or not using a external cache?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Tobias Pickel