79093024

Date: 2024-10-16 08:08:32
Score: 4
Natty:
Report link

I am having the exact same problem. Setting the resolution to lower than or equal to 1 makes it run. However values exceeding 1 freeze on my HPC, whereas on my laptop I can run it on the exact same dataset.

Makes me think it has someting to do with the prallel processing, however I still, haven't figured it out.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): I am having the exact same problem
  • Low reputation (1):
Posted by: Steven Wijnen

79092983

Date: 2024-10-16 07:57:29
Score: 4.5
Natty:
Report link

Excuse me.I refer to this approach with the following code,and switched the mainnet, but it's still this error(PublishErrorNonZeroAddress in command 0). Can anyone help me? Thank you.

const contractURI = path.resolve('xxx.move');
  const { modules, dependencies } = JSON.parse(
    execSync(`sui move build --dump-bytecode-as-base64 --path ${contractURI}`, {
      encoding: 'utf-8',
    })
  );
  
   const tx = new Transaction();
  tx.setSender(keypair.toSuiAddress());
  tx.setGasBudget(10000000000);
  const upgradeCap = tx.publish({ modules, dependencies });

  tx.transferObjects([upgradeCap], keypair.toSuiAddress());

  try {
    const result = await client.signAndExecuteTransaction({
      signer: keypair,
      transaction: tx,
    });
    console.log("Transfer result:", result);
  } catch (error) {
    console.error("Error in transaction:", error);
  }

const contractURI = path.resolve('/home/wddd/SuiProjects/sui-token-mint/sources/pure_coin.move'); const { modules, dependencies } = JSON.parse( execSync(sui move build --dump-bytecode-as-base64 --path ${contractURI}, { encoding: 'utf-8', }) );

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can anyone help me
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: doubiwall

79092955

Date: 2024-10-16 07:50:27
Score: 4
Natty:
Report link

Try give full disk access as described here but for /bin/bash

I did it for /bin/zsh for my case and it seems to work now.

I wonder though if giving the command line full disk access is a security issue?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jibber

79092925

Date: 2024-10-16 07:43:25
Score: 4.5
Natty:
Report link

This problem was solved with the help of @MadScientist, by removing Windows endline characters (^M$) from the crontab file.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @MadScientist
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lithium_lamp

79092879

Date: 2024-10-16 07:26:20
Score: 6 🚩
Natty: 5.5
Report link

Hey there is a new API Setup with Instagram login can anyone help with this? I’ve used an adapter for the Instagram as it was using the basic one still in django all auth, I got the redirection working but it just wouldn’t log in because of the state id been 0

Reasons:
  • RegEx Blacklisted phrase (3): can anyone help
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Michael Legg

79092865

Date: 2024-10-16 07:22:18
Score: 6 🚩
Natty: 5.5
Report link

And how to call the original save ?

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

79092734

Date: 2024-10-16 06:38:06
Score: 5
Natty:
Report link

Es posible, pero puede que no sea completamente fiable o rápido.

Si la aplicación tiene permiso para recibir eventos, puedes usar el inicio de esos eventos para activar el inicio de un servicio que pueda recuperar los datos sobre los que estás preguntando.BroadcastReceiver

Con este enfoque, solo necesitaría tener otra métrica, como una llamada de su actividad, para determinar cuántas aplicaciones están instaladas y cuántas se han iniciado.MAIN

Me abstendré de publicar cualquier cosa relacionada con s, s y el trabajo de la API de Google, ya que hay muchas formas de hacerlo. Por ejemplo, podría obtener la intención y, después de reiniciar el dispositivo, enviaría estos datos. La intención ocurriría a menudo si tiene permiso.BroadcastReceiverServiceBOOT_COMPLETEDTelephonyManager.ACTION_PHONE_STATE_CHANGEDREAD_PHONE_STATE

Tenga en cuenta que estos son eventos repetitivos, por lo que querrá registrar que envió los datos a algún lugar, por lo que solo se envían una vez. Tal vez tenga una bandera para rastrearlo y el que se envió.SharedPrefsAdvertiserID

Tenga cuidado de no hacer esto para un permiso que debe concederse en tiempo de ejecución, ya que las aplicaciones que no se hayan iniciado no tendrán ese permiso y fallarán.

ojala y te sirva

Reasons:
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1.5): sirva
  • Blacklisted phrase (2): pregunta
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Walter

79092641

Date: 2024-10-16 06:04:59
Score: 7
Natty: 7.5
Report link

I facing that issue. how to resolve this?

Reasons:
  • RegEx Blacklisted phrase (1.5): how to resolve this?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Enkhtur

79092595

Date: 2024-10-16 05:38:53
Score: 4.5
Natty: 5
Report link

Check this folow the Readme.md file

https://github.com/almamun977/IIS_LOG_TRANSFER

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

79092577

Date: 2024-10-16 05:30:51
Score: 5.5
Natty:
Report link

I also have the same problem and how I fix it is as follows RabbitMQ.Client:6.0.0

telnet mqHost:5672

RequestedHeartbeat = TimeSpan.FromSeconds(60)

AutomaticRecoveryEnabled = true

good luck!!!

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I also have the same problem
  • Low reputation (1):
Posted by: Nguyễn Quang Linh

79092576

Date: 2024-10-16 05:30:50
Score: 6 🚩
Natty:
Report link

tyjjtyjtyjhenter link description here

Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MICKY DOKI

79092549

Date: 2024-10-16 05:19:47
Score: 4.5
Natty:
Report link

service-accountsgoogle-cloud-platform

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

79092540

Date: 2024-10-16 05:14:45
Score: 7.5 🚩
Natty:
Report link

i am also experiencing the same issue. please share if you get any solution.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Indrajit Chowdhury

79092521

Date: 2024-10-16 05:05:42
Score: 6 🚩
Natty:
Report link

Is outlook rest api suit your requirement?

Docs: https://learn.microsoft.com/en-us/outlook/rest/get-started

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

79092451

Date: 2024-10-16 04:23:33
Score: 8 🚩
Natty: 5.5
Report link

I'm trying to do the same thing. Any luck?

Reasons:
  • Blacklisted phrase (1.5): Any luck
  • Blacklisted phrase (1): trying to do the same
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jim.cantor

79092432

Date: 2024-10-16 04:12:31
Score: 4
Natty:
Report link

Did you check the syntax 'import type'?

As their doc says:

import type only imports declarations to be used for type annotations and declarations. It always gets fully erased, so there’s no remnant of it at runtime. https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: dlguswo333

79092373

Date: 2024-10-16 03:34:22
Score: 4
Natty: 5
Report link

For anyone that stumbles upon this, the answer for me was to follow the instructions here: https://github.com/naptha/tesseract.js/issues/868#issuecomment-2150605098

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

79092307

Date: 2024-10-16 02:56:12
Score: 4.5
Natty:
Report link

Given my CSV is more than 10 Mill rows and in Synapse, I also found an alternative: Azure databricks notebook call from azure data factory based on if/else flag

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dan Wang

79092275

Date: 2024-10-16 02:28:06
Score: 9
Natty: 9
Report link

Can you please share the jrxml?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please share
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you please share the
  • Low reputation (1):
Posted by: Aniket Dutta

79092267

Date: 2024-10-16 02:22:04
Score: 9 🚩
Natty:
Report link

can you share code NonUI for example?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share code
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): can you share code
  • Low reputation (1):
Posted by: Trần Tiến

79092217

Date: 2024-10-16 01:55:58
Score: 6.5 🚩
Natty: 4
Report link

Did you ever figure this out? I have unknown domains as well showing lots of page views even though my account is locked down by domains. So I'm not sure who is accessing my account and how.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Eric TheMan

79092216

Date: 2024-10-16 01:54:57
Score: 8.5
Natty: 7
Report link

Can anyone give step by step instructions on how to do this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can anyone give
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can anyone give
  • Low reputation (1):
Posted by: Robert R.

79092184

Date: 2024-10-16 01:36:53
Score: 6 🚩
Natty: 4.5
Report link

I have same problem... It take almost 9 min in my case. It looks like it depends on specific runner type. But I don't know how to exclude a specific runner type.

Reasons:
  • Blacklisted phrase (1): I have same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have same problem
  • Low reputation (1):
Posted by: Taehwan Hwang

79092163

Date: 2024-10-16 01:16:48
Score: 10.5 🚩
Natty: 5
Report link

@Techie Baba do you fixed your problem ? I'm currently working on a similar app as you and I have the same issue.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (1.5): fixed your problem ?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • User mentioned (1): @Techie
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Edison Martinez Frias

79092150

Date: 2024-10-16 01:06:45
Score: 8 🚩
Natty: 4.5
Report link

Not working for me. I get: npx shadcn@latest add alert-dialog -c ./apps/frontend × The path ./apps/frontend does not contain a package.json file. Would you like to start a new Next.js project?

Reasons:
  • RegEx Blacklisted phrase (3): Not working for me
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Absolute Zero

79092141

Date: 2024-10-16 00:55:42
Score: 6.5 🚩
Natty: 5
Report link

I'm having the same exact issue around a year and half later... Found any fix?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Salim Mohamed

79092133

Date: 2024-10-16 00:51:41
Score: 4.5
Natty:
Report link

I've got to use aws sdk integration, Query task isn't optimised.

https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_stepfunctions_tasks.CallAwsService.html

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Pedro Elias

79092130

Date: 2024-10-16 00:49:40
Score: 6 🚩
Natty:
Report link

the same issue i am also sufferingenter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: matrixcoding

79092074

Date: 2024-10-16 00:02:30
Score: 4.5
Natty: 5
Report link

omg tboi floor layout lol!11!!1111111111!!1!!!!!11

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Filler text (0.5): 1111111111
  • Low reputation (1):
Posted by: user27822158

79092030

Date: 2024-10-15 23:35:24
Score: 4
Natty: 4
Report link

Found another way on Github issues: https://github.com/vuejs/vuex/issues/611#issuecomment-277496176

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

79092026

Date: 2024-10-15 23:31:23
Score: 5.5
Natty:
Report link

I am here to add one more detail if ShopifyApi is not the latest version on PIP, you will get the same error.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): get the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: adaptor

79092014

Date: 2024-10-15 23:24:21
Score: 4.5
Natty:
Report link

It is a bug in Unity, here's the bug report: issuetracker.unity3d.com

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mark Herdt

79092012

Date: 2024-10-15 23:22:21
Score: 5.5
Natty:
Report link

I am facing a similar issue. I am working with tow applications, one of them is an mfe hosts the contents from other app. The app does not respond to the route change when clicked between tabs, it only loads the first time.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing a similar issue
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nisha

79091997

Date: 2024-10-15 23:15:19
Score: 6.5 🚩
Natty: 5
Report link

This tutorial helps a lot to set up the mixed reality portal: https://www.youtube.com/watch?v=1l9pY490PJI

Reasons:
  • Blacklisted phrase (1): This tutorial
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: June Bee

79091879

Date: 2024-10-15 22:08:03
Score: 6 🚩
Natty: 5.5
Report link

How can we put the I frame on the booking form and trigger it on the last step @telomere

Reasons:
  • Blacklisted phrase (1): How can we
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @telomere
  • Single line (0.5):
  • Starts with a question (0.5): How can we
  • Low reputation (1):
Posted by: user34416

79091773

Date: 2024-10-15 21:17:51
Score: 4.5
Natty:
Report link

Did you check out the IBM Cost Spec comming in Hot Chocolate 14?

https://www.youtube.com/watch?v=R6Rq4kU_GfM

It is comming out in a few daysn (hopefully), but there are already some release candidates.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: philgei

79091703

Date: 2024-10-15 20:53:45
Score: 5.5
Natty:
Report link

Looks like chrome bug, safari does job fine. Tried different chromes from indigo and octo browsers, also doesn't work for me.

Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Roman

79091672

Date: 2024-10-15 20:43:43
Score: 4.5
Natty: 4.5
Report link

did you check your IIS setting? there's an idle time out setting (go to application pool - advanced settings - process model) and it overwrites your web.config and javascript

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: emily

79091626

Date: 2024-10-15 20:24:37
Score: 6 🚩
Natty: 6
Report link

Does this method risk exposing secrets anywhere?

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

79091613

Date: 2024-10-15 20:18:35
Score: 4
Natty: 4
Report link

Maybe this will work?

https://github.com/ungoogled-software/ungoogled-chromium/issues/2120#issuecomment-1537070442

Remove the "=" from the argument.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Frank Hagenson

79091593

Date: 2024-10-15 20:12:33
Score: 7 🚩
Natty: 5.5
Report link

Is there any rest API to fetch the sql queries used in a BIP data model in Oracle fusion?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (1):
Posted by: samrilla

79091579

Date: 2024-10-15 20:08:31
Score: 9.5 🚩
Natty: 5
Report link

i'm facing a similar situation, it's been 6 years since you asked this question, have you managed to solve this problem?

Reasons:
  • Blacklisted phrase (3): have you managed
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: bruno.pablo

79091577

Date: 2024-10-15 20:07:30
Score: 5
Natty:
Report link

Trying to make VK_KHR_EXTERNAL_MEMORY_EXTENSION work too. Working well when the import and the export are done in the same process. But I am not sure if what I try has been already done, I cannot find any example and I don't think that the test code is testing that too. I want one process that creates a VkBuffer, populate it and export it / share the FD. After, IN ANOTHER PROCESS, I try to import that VkBuffer. I have different trouble, depending on whether it is tested under Windows or Linux. Under Linux, I got VK_OUT_OF_MEMORY at vkAllocateMemory call. On Windows, I sometimes have no error but only '0' or noise as payload, sometime error about a mismatch in the size of the memory (but a size that exists somewhere else in the producer app) so look like if the FD (HANDLE) was referring to another 'random' resource. I also tried to call DuplicatHandle on 'consumer / import side' but in that case, I receive an error about "invalid Handle" from DuplicatHandle.

Reasons:
  • Blacklisted phrase (1.5): I cannot find
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): I want
  • RegEx Blacklisted phrase (1): I receive an error
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Stephane Germain

79091494

Date: 2024-10-15 19:37:20
Score: 5
Natty:
Report link

Have you checked that the two users each have their own token? And that each request sends the correct token in the Authorization header?

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

79091433

Date: 2024-10-15 19:20:14
Score: 8 🚩
Natty: 4
Report link

I found your post very useful as I was having issues to enable from the API the dataset refresh, thing is, I do want to get notified if that fails, but when i try to reverse the disabled notification, it still sends me the initial error of "for app owner only requests", do you have a tip that I can use if I want to enable again the notification without receiving that error?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • RegEx Blacklisted phrase (2.5): do you have a
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user27819662

79091418

Date: 2024-10-15 19:12:12
Score: 7 🚩
Natty: 5
Report link

any solution you found facing same issue in angular 18, coverage report generated but no coverage with same

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: k.nisha Cuty

79091414

Date: 2024-10-15 19:11:11
Score: 7 🚩
Natty: 6
Report link

Did you manage to establish the connection? I am trying with Kotlin API3, but I am not having success.

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Deiviti Felski Efisio

79091054

Date: 2024-10-15 17:19:40
Score: 4
Natty:
Report link

try updating your python version

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

79091021

Date: 2024-10-15 17:09:37
Score: 4
Natty:
Report link

I ended up using the ntile function to divide the large dataset into n equal parts

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

79090942

Date: 2024-10-15 16:45:31
Score: 5
Natty:
Report link

I have the same error, when I tried to publish to main repository SNAPSHOT-version of library, when I change version without -SHAPSHOT suffix, error has done. So, we cannot publish SNAPSHOT versions in regular repository.

Reasons:
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Low reputation (0.5):
Posted by: BeCase

79090901

Date: 2024-10-15 16:36:27
Score: 4.5
Natty: 4
Report link

I'm faced with the task of increasing the font of the DatePicker input field.

I did it via CSS, the space between .DatePicker .text-field is important!!!

.DatePicker .text-field {
-fx-font-size: 15px;
}

Thanks for the advice.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks for the advice
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Александр Носик

79090855

Date: 2024-10-15 16:24:23
Score: 9.5 🚩
Natty: 5.5
Report link

Thomas, were you ever able to find an effective approach to parsing tax return pdfs?

Reasons:
  • RegEx Blacklisted phrase (3): were you ever
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Zee

79090811

Date: 2024-10-15 16:11:18
Score: 7 🚩
Natty: 5.5
Report link

Hi team I'm using DBeaver I have a problem I set up the iddle time out but even if I'm running a Query in SQL Editor and the query doesn't finish it close the session.

Do you know how to resolve this? I need Dbeaver doesn

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1.5): how to resolve this?
  • RegEx Blacklisted phrase (2.5): Do you know how
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: cmonterog

79090784

Date: 2024-10-15 16:01:15
Score: 4
Natty: 4
Report link

Thanks, the answer from @Matus Cic solved my Problem. Use HTTP_PROXY/HTTPS_PROXY without http/https suffix, which is usually default on linux systems.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Matus
  • Low reputation (1):
Posted by: Steven Varco

79090777

Date: 2024-10-15 15:59:14
Score: 5
Natty: 4.5
Report link

Follow the official page dependency-injection/hilt-android

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

79090724

Date: 2024-10-15 15:45:09
Score: 6.5 🚩
Natty: 5.5
Report link

i have the same problem. the problem is that strategy.entry uses pyramiding, meaning that long and short trades are considered as a whole by default, meaning reverse trading is active and therefore closing long trades when short signals occur.

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hola

79090699

Date: 2024-10-15 15:37:07
Score: 4.5
Natty:
Report link

What about Navigator.popUntil(context, ModalRoute.withName('/login'));?

here the reference

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Bogghi

79090662

Date: 2024-10-15 15:29:03
Score: 8 🚩
Natty: 4.5
Report link

Me gustaría saber con quién puedo hablar dentro de tu empresa Analyticalpost para comentar la posibilidad de que aparezcáis en prensa. Hemos conseguido que negocios como el tuyo sean publicados en periódicos como La Vanguardia o La Razón, entre muchos otros.

Aparecer en periódicos digitales es una solución de gran valor para vosotros porque os permitirá: Mejorar vuestro posicionamiento y visibilidad en los buscadores, incrementar la confianza que transmitís cuando vuestros clientes os busquen en internet y diferenciaros de la competencia.

Nuestro precio es de 195e. Te puedo enseñar ejemplos y casos de éxito para que veas cómo funciona. Ofrecemos devolución del dinero si no conseguimos resultados.

¿Cuándo te iría mejor que te llamáramos? Puedes reservar una llamada con nosotros: https://calendly.com/d/cmg7-bpj-8cy/demostracion-prensa

Un saludo.

Reasons:
  • Blacklisted phrase (1): ¿
  • Blacklisted phrase (1): cómo
  • Blacklisted phrase (1): porque
  • Blacklisted phrase (3): solución
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Martina

79090657

Date: 2024-10-15 15:28:02
Score: 5
Natty:
Report link

The solution to this was to add @NotAudited to the PersonPreference.person field.

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

79090608

Date: 2024-10-15 15:18:59
Score: 4
Natty: 4.5
Report link

Following the release of Airflow 2.10.0, dags can be reparsed on demand in the UI: https://airflow.apache.org/blog/airflow-2.10.0/#on-demand-dag-re-parsing

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

79090585

Date: 2024-10-15 15:12:57
Score: 4
Natty:
Report link

You have to use DeviceToken with the RegistrationService as shown here: https://wiki.genexus.com/commwiki/wiki?18149,HowTo%3A%20Use%20a%20Device%27s%20Registration%20Service%20for%20Push%20Notifications

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

79090580

Date: 2024-10-15 15:11:57
Score: 5
Natty: 5
Report link

Anyone know of a way to display the two different legends with plotly (in this case, continent color and points sizes), and not one merged legend ?

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

79090445

Date: 2024-10-15 14:42:47
Score: 12
Natty: 9
Report link

same problem, how do you solve it?

Reasons:
  • Blacklisted phrase (1): how do you
  • RegEx Blacklisted phrase (1.5): solve it?
  • RegEx Blacklisted phrase (2.5): do you solve it
  • RegEx Blacklisted phrase (1): same problem
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tomma92

79090438

Date: 2024-10-15 14:41:46
Score: 6 🚩
Natty: 6.5
Report link

I continuously get "Error while fetching extensions. Failed to fetch. Thoughts????

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

79090430

Date: 2024-10-15 14:39:45
Score: 6 🚩
Natty: 4
Report link

Any solution yet? I am facing the same thing but by using Azure container App Ingress, which creates an Internal Standard Load Balancer, I can't create a private link service to this ILB because I get "You cannot use a load balancer that has an IP based backend pool".

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution yet?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Leart Beqiraj

79090405

Date: 2024-10-15 14:33:43
Score: 5.5
Natty: 5.5
Report link

Any way to detect several QR codes on a single image?

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

79090367

Date: 2024-10-15 14:23:40
Score: 5
Natty: 5
Report link

I don't even get the output when using the hacky way (>). If I run it straight in cmd, > works well, but not inside a process in C#.

Did you solve it in any decent way? Only way I've really seen is using the manifest to run the entire app as admin, but that feels like a bit overkill just to get the output from this process

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve it
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Camilla W

79090290

Date: 2024-10-15 14:06:35
Score: 4
Natty: 4.5
Report link

https://programingsolution.blogspot.com/p/send-email-pdf-generated-from-html2pdf.html

no need to save file on sever check code in c#

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

79090236

Date: 2024-10-15 13:47:16
Score: 4.5
Natty:
Report link

You can change the secret, I guess

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

79090165

Date: 2024-10-15 13:30:11
Score: 8.5 🚩
Natty:
Report link

Can you show what happening in viewModel.getAllVideoFiles()?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you show what
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Wraith007

79090126

Date: 2024-10-15 13:22:06
Score: 6.5 🚩
Natty:
Report link

it's two months later. Did you ever find a fix to your issue?

ETIMEDOUT is often a network error, so this might happen if your network is terrible. There's a likelihood it went away on its own, but if not, using things like a VPN, or unstable internet may cause that. you could check your internet connection by pinging a site if you're unsure.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a fix to your
  • RegEx Blacklisted phrase (1.5): fix to your issue?
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: holiday

79090118

Date: 2024-10-15 13:20:05
Score: 5.5
Natty:
Report link

I am new on Ckan. I am trying to search the 100 records of a given dataset unfortunately unable to achieve it.

Here is my code and url: https://catalog.data.gov/api/3/action/ and dataset: crime-data-from-2020-to-present. Help me please

        string baseUri = dataPortal.GetUrlBasedOnPortalType();
        
        var client1 = new RestClient(baseUri);
        var request1 = new RestRequest($"datastore_search?resource_id=4dcec0c7-7cee-4ff6-ac83-7d92b39b3f69&limit={limit}", Method.Get);

        var response1 = client1.ExecuteAsync(request1).Result;
        var content1 = response1.Content;
Reasons:
  • Blacklisted phrase (1): Help me
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (2): Help me please
  • RegEx Blacklisted phrase (1.5): I am new
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user16008954

79090079

Date: 2024-10-15 13:09:00
Score: 6.5 🚩
Natty:
Report link

I reccommend you to check these 2 articles:

Reasons:
  • Blacklisted phrase (1): ¿
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Santiago Ortiz Ceballos

79090067

Date: 2024-10-15 13:05:59
Score: 4
Natty:
Report link

nowadays it is fb://profile/{page_id}

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Michael Weber Schmidt

79090034

Date: 2024-10-15 12:57:57
Score: 4.5
Natty:
Report link

I am added ‘Connection’ header and set value to ‘keep-alive’ then worked like a charm. But only in HttpClient. RestSharp/Flurl not working.

Reasons:
  • Blacklisted phrase (1): worked like a charm
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: cudev

79089996

Date: 2024-10-15 12:49:54
Score: 4.5
Natty:
Report link

is it possible to construct like http address in pom.xml properties? eg:

<properties>
  <app_url>https://${app_name}.${domain_name}</app_url>
</properties>
Reasons:
  • Blacklisted phrase (1): is it possible to
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): is it
  • Low reputation (0.5):
Posted by: Ravi

79089993

Date: 2024-10-15 12:48:53
Score: 7.5 🚩
Natty: 5.5
Report link

Can you give a try to this project https://github.com/skntbcn/mysql.migrator

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you give
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Starts with a question (0.5): Can you give a
  • Low reputation (1):
Posted by: Carlos Calvo Rivas

79089966

Date: 2024-10-15 12:42:50
Score: 4
Natty: 4.5
Report link

crear un vector con los datos de las columnas

labels <- attr(data, "variable.labels")

convertir el vector a marco de datos

labels_df <- data.frame(variable = names(labels), label = as.character(labels))

Reasons:
  • Blacklisted phrase (2): crear
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: David Schomwandt

79089939

Date: 2024-10-15 12:34:47
Score: 10.5 🚩
Natty: 5.5
Report link

i am facing same issue, please help

Reasons:
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (1): i am facing same issue, please
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i am facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abhishek yadav

79089932

Date: 2024-10-15 12:32:46
Score: 4
Natty:
Report link

The problem was resolved without rewriting the code. It seems that it takes some time for the privacy & security settings to be reflected. If you have the same error as me and have just changed your privacy & security settings, I suggest you wait a while.

Here are the settings I changed:

I tried sending DM to 3 Discord accounts using on_member_remove(). Only one of them received it safely. Others did not. The error has occurred.

That is why two of my accounts couldn't receive DMs from the bot. At that time I had just changed the settings.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same error
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ebi

79089915

Date: 2024-10-15 12:29:45
Score: 8
Natty: 7.5
Report link

Have you found a solution by any chance?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution by any chance
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nikka Zanandrea

79089820

Date: 2024-10-15 12:07:38
Score: 7.5 🚩
Natty:
Report link

I have the same error right now:

*Dataform encountered an error: Unexpected property "type", or property value type of "string" is incorrect.
ReferenceError: Unexpected property "type", or property value type of "string" is incorrect.
    at /usr/local/lib/node_modules/@dataform/cli/bundle.js:259:23
    at Array.forEach (<anonymous>)
    at checkFields (/usr/local/lib/node_modules/@dataform/cli/bundle.js:240:33)
    at verifyObjectMatchesProto (/usr/local/lib/node_modules/@dataform/cli/bundle.js:268:5)
    at read (/usr/local/lib/node_modules/@dataform/cli/bundle.js:28278:25)
    at Object.processFn (/usr/local/lib/node_modules/@dataform/cli/bundle.js:30671:45)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async Object.handler (/usr/local/lib/node_modules/@dataform/cli/bundle.js:29593:30)*

Any suggestions?

Reasons:
  • RegEx Blacklisted phrase (2): Any suggestions?
  • RegEx Blacklisted phrase (1): I have the same error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same error
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: var0hub

79089789

Date: 2024-10-15 11:57:35
Score: 4.5
Natty:
Report link

I am not sure what is your concern, but I am under the impression that it's all about counting, why don't you make use of rxjs count operator? for example: of(1, 2, 3).pipe(count()).subscribe(console.log); this will log "3" If this is not helping, could you collaborate more on what exactly are you looking for?

Reasons:
  • Blacklisted phrase (1): what is your
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Abdullah Njoum

79089739

Date: 2024-10-15 11:39:30
Score: 9.5
Natty: 7
Report link

I need to access the headers when I consume a kafka topic to create a globalKtable. I asked my question here: How to Access Headers in a GlobalKTable in Kafka Streams Can you help me about this?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (3): Can you help me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Misa

79089729

Date: 2024-10-15 11:35:29
Score: 10
Natty: 8
Report link

Were you able to find a solution and would you share it here?

Reasons:
  • RegEx Blacklisted phrase (1): Were you able to find a solution
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jan

79089709

Date: 2024-10-15 11:32:27
Score: 6 🚩
Natty:
Report link

I have the same issue.so tensorflow==2.8.0 and tensorforce==0.6.5 works for me

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Whitelisted phrase (-1): works for me
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: python sharing

79089690

Date: 2024-10-15 11:24:24
Score: 4
Natty:
Report link

If I understand the question correctly, you can detect the scroll event (the browser's scroller or even a specific element's scroller) and apply some logic to turn a flag on and off (eg, borderVisible - and for example turn it on when the "scrollY" exceeds a certain threshold) and bind this flag to your html wherein you can apply some ngStyle to do a dynamic styling. Does this answer your question?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abdullah Njoum

79089676

Date: 2024-10-15 11:19:22
Score: 8 🚩
Natty:
Report link

can you describe your folder structure ? where is your main located and where is your pubspec.yaml located?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you describe your
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): can you
  • Low reputation (1):
Posted by: Wala Abdo

79089663

Date: 2024-10-15 11:14:19
Score: 6.5 🚩
Natty: 5
Report link

i have the same problem but everything working properly but the file.db created not found in the pycharm

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Katamreddy Ganesh reddy

79089637

Date: 2024-10-15 11:09:17
Score: 4.5
Natty:
Report link

I have the same issue. You can add this to the Telescope configuration file so it doesn't show:

'watchers' => [
    \Laravel\Telescope\Watchers\CommandWatcher::class => [
        'enabled' => env('TELESCOPE_COMMAND_WATCHER', true),
        'ignore' => [
            'list',
        ],
    ],
],
Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: jsamaniegog

79089577

Date: 2024-10-15 10:53:12
Score: 7 🚩
Natty: 6.5
Report link

I have some questions.

The frequency should be xf = np.fft.fftfreq(N,0.5/N)

However, it makes the frequency and the amplitude don't match each other.

Can anyone help me? thanks!

Also, what is the x limit range for nfft function? I haven't found any description about it.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can anyone help me
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: evelyn

79089346

Date: 2024-10-15 09:42:55
Score: 4.5
Natty: 4.5
Report link

let's see the official documentation: https://docs.python.org/3/tutorial/errors.html#defining-clean-up-actions

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

79089339

Date: 2024-10-15 09:39:54
Score: 5
Natty: 4.5
Report link

Here it is check this post [1]: https://medium.com/@tirthkeraliya200/how-to-push-notification-in-electron-js-d9315b3d57b7

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tirth keraliya

79089303

Date: 2024-10-15 09:29:51
Score: 4.5
Natty:
Report link

With this change it seems they completely removed the Incomming/Outgoing view in source control tab, since now it's moved to it's own tab, source control graph. Is there a way of getting it back? Without the graph itself? This feature was awsome to have, but now it seems to be gone completely.

For example: enter image description here

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Kaj

79089290

Date: 2024-10-15 09:24:49
Score: 7 🚩
Natty: 4
Report link

@vishnukumar: **By any chance you were able to solve this issue? I am also having same requirement to calibrate multiple cameras **

Reasons:
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @vishnukumar
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Santosh Kamble

79089270

Date: 2024-10-15 09:21:47
Score: 4
Natty: 4
Report link

My issue there for the same error was that the the binding class (data object) was an inner class. It was public though, yet I got the error. However, upon moving that as a public normal class, error went away. Strange! From memory I think inner classes could be used?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: MaduKan

79089266

Date: 2024-10-15 09:20:45
Score: 8 🚩
Natty:
Report link

I am facing the same problem. everything was working very well until I migrated to FCM HTTP API v1 now I receive notifications without an image. I have no logs in the didRecceiveNotificationRequest block of NotificationService.m

d0tb0t please give us more configuration details

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (2.5): please give us
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Low reputation (1):
Posted by: Borient Manfouo

79089254

Date: 2024-10-15 09:16:44
Score: 5
Natty:
Report link

Thanks to everyone who give advice. Is was cron DISPLAY variable problem. library like SFML should interact with GUI display but cron didn't in default state. So I change my cron to


DISPLAY=:0
XDG_RUNTIME_DIR=/run/user/(number from id -u)
***** /path/of/script

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks to everyone who give advice
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: chobo

79089224

Date: 2024-10-15 09:11:42
Score: 4
Natty:
Report link

EventLogReaderand is only available on Windows.

https://learn.microsoft.com/en-us/answers/questions/384826/eventlog-is-not-supports-in-linux-using-net-core-3

This is not an answer, but an opinion.

A better approach would be to parse Linux log files or execute command codes to get a response.

Reasons:
  • Blacklisted phrase (1): not an answer
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: jykim31337

79089136

Date: 2024-10-15 08:49:35
Score: 6 🚩
Natty:
Report link

Let me know if you resolve I have same issue

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zach kingsford