79247087

Date: 2024-12-03 10:04:44
Score: 4.5
Natty: 4
Report link

open the sls file, double left click

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

79247076

Date: 2024-12-03 10:02:43
Score: 4
Natty:
Report link

if that's true, then that's a beautiful number. That means there's 1 variable for every person on our planet (including a newborn). :) But this answer helped me a lot because I thought the limit was dozens of variables, hundreds at most. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): helped me a lot
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28604195

79247061

Date: 2024-12-03 09:56:40
Score: 7.5 🚩
Natty: 5
Report link

have you found a good working solution for your problem?

Reasons:
  • RegEx Blacklisted phrase (2.5): have you found a good working solution for your problem
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: muellerelias

79247027

Date: 2024-12-03 09:47:37
Score: 5.5
Natty: 6.5
Report link

In my response it shows a package count of 10 but does not list all packages??? Any solution for that

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • Blacklisted phrase (1): ???
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Haris Muhammad

79246996

Date: 2024-12-03 09:36:33
Score: 6 🚩
Natty: 5.5
Report link

how if i am using graddle build system ?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how if i am
  • Low reputation (1):
Posted by: dimasfarhansyah

79246877

Date: 2024-12-03 09:00:23
Score: 8.5 🚩
Natty:
Report link

@Zenilogix i am working for mobile phone which supports SyncML for contact synchronisation using OBEX serial(USB) with outlook. But i want to get contacts from it without syncking it to outlook or else i need to get that contacts before it syncs to outlook. How can i do it please help. that phone has its own tool to sync contacts with outlook, so i captured packets of it using wireshak then i got

02 00 2d cb 00
   00 00 00 42 00 20 61 70 70 6c 69 63 61 74 69 6f
   6e 2f 76 6e 64 2e 73 79 6e 63 6d 6c 2b 77 62 78
   6d 6c 00 c3 00 00 00 cd 

pls see pcapimg1. when i am trying to send same packet using my code i am not getting 90 00 03 this expected response from phone.pls see pcapimg2 i am attaching pacap file for packets captured for tool given by phone itself. i got success in getting serial connection to device using

LPCWSTR szPort2 = L"\\\\?\\usb#vid_1f58&pid_1f20&mi_03#dummy_03#{86e0d1e0-8089-11d0-9ce4-08003e301f73}";
HANDLE hSerial = CreateFile(szPort2, GENERIC_READ | GENERIC_WRITE, 0, 0, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0);

//FILE_ATTRIBUTE_NORMAL,FILE_FLAG_OVERLAPPED also i sucessfully sent AT command for obex // Sending the AT+ISAT_OBEX=1 command

const char* command = "AT+ISAT_OBEX=1";
DWORD bytesWritten;
if (!WriteFile(hSerial, command, strlen(command), &bytesWritten, NULL)) {
    std::cerr << "Error writing to serial port\n";
    return;}

after this i sent packets by reffering this pdf OBEX Connect Example page 23 ( ) OBEX Connect Example

i also got success in OBEX Connect. but i dont know how to move further pcapimg1 for obex put with wbxml , pcapimg2 this is expected response from device, wich i am not getting this is first packet i sent

0x80, 0x00, 0x15, 0x10, 0x00, 0x04, 0x00, 0x46, 0x00, 0x0e, 0x53, 
0x59, 0x4e, 0x43, 0x4d, 0x4c, 0x2d, 0x53, 0x59, 0x4e, 0x43,0x00,0x00,0x00

i got sucess reponse for this as

a0 00 1a 10 00 10 00 cb 00 00 00 00 4a 00 0e 53 59 4e 43 4d 4c 2d 53 59 4e 43

but this sencond packet i am sending

0x02,0x00,0x2d,0xcb,0x00,0x00,0x00,0x00,0x42,0x00,0x20,0x61,
0x70,0x70,0x6c,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x2f,
0x76,0x6e,0x64,0x2e,0x73,0x79,0x6e,0x63,0x6d,0x6c,0x2b,
0x77,0x62,0x78,0x6d,0x6c,0x00,0xc3,0x00,0x00,0x00,0xcd

, am not getting any respose from device

Reasons:
  • Blacklisted phrase (0.5): How can i
  • Blacklisted phrase (1): can i do
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): i am trying to
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (1): i do it please
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Zenilogix
  • Low reputation (1):
Posted by: Mahesh Gadhari

79246867

Date: 2024-12-03 08:57:21
Score: 8 🚩
Natty: 6.5
Report link

I've also encountered the same problem using either the greenwood or the aalen method. Did you manage to solve it or at least get more information about it?

Best regards

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (3): Did you manage to solve it
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: João Carmezim Correia

79246861

Date: 2024-12-03 08:56:20
Score: 7.5 🚩
Natty: 5
Report link

An exception occurred: java.time.format.DateTimeParseException: Text '2024-05-04 11:23:26.646017' could not be parsed at index 10--->anyone help me out here why I am getting this error

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I am getting this error
  • RegEx Blacklisted phrase (1): I am getting this error
  • RegEx Blacklisted phrase (2): help me out
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Siddhes Tripathy

79246732

Date: 2024-12-03 08:07:06
Score: 4
Natty:
Report link

I downgraded to exporter version 0.15.0 and the metrics appeared

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

79246616

Date: 2024-12-03 07:27:55
Score: 8
Natty: 7
Report link

Same issues Occur on myside also. Can I known this issue resolve or not?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve or not?
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yuvi

79246584

Date: 2024-12-03 07:16:51
Score: 4
Natty:
Report link

timeout issue resolved by doing JDK configuration changes in the function app.

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

79246576

Date: 2024-12-03 07:13:50
Score: 4
Natty:
Report link

try "from tensorflow.python.keras.layers"

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Çağan

79246527

Date: 2024-12-03 06:52:43
Score: 4
Natty:
Report link

Solved - use "rb+" to seek and write concurrently.

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

79246488

Date: 2024-12-03 06:36:38
Score: 6
Natty: 7
Report link

What steps did you follow to build erlang with FIPS enabled?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Megha Bansal

79246469

Date: 2024-12-03 06:29:36
Score: 4
Natty:
Report link

Firewall performance. { PERMIT }

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

79246454

Date: 2024-12-03 06:19:33
Score: 4.5
Natty:
Report link

To the best of my knowledge, docker login will log you into dokcerhub. In that case, dockerhub does not support GPG authentication, only password and token.

Mybe what you're looking for is using token which can be achieved like below:

How to Generate a Personal Access Token in Dockerhub:

  1. Log in to your Docker Hub account: Docker Hub.
  2. Go to Account Settings > Security.
  3. Click New Access Token. Use this token in place of your password during docker login.

In case this is not what you're looking for, could you please provide more info. Do you get the stated error immediately you type docker login or do you get the error after you input some values after docker login?

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please provide
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Moses Mbadi

79246421

Date: 2024-12-03 06:05:29
Score: 5
Natty: 8
Report link

can i get your contact Flying Dutchman?I need one work

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can i
  • Low reputation (1):
Posted by: sol gufmen

79246337

Date: 2024-12-03 05:21:19
Score: 5
Natty:
Report link

Please make sure you are configuring different sso for agents and contacts and if you don't see "are you a customer" button then please feel free to reach out to Freshdesk support.

Also, Ensure that you refer to the steps suggested for different IDP and sos type here- https://support.freshworks.com/support/solutions/articles/50000002351-what-is-and-how-to-configure-agent-sso-and-contact-sso-for-an-organization-

TIA :)

Reasons:
  • RegEx Blacklisted phrase (2): TIA
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mahendar Rajpurohit

79246320

Date: 2024-12-03 05:12:16
Score: 4
Natty:
Report link

It doesn't work anymore for php5.6-apache docker image so I used one I found:

https://hub.docker.com/r/porchn/php5.6-apache

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

79246308

Date: 2024-12-03 05:05:13
Score: 7 🚩
Natty: 6
Report link

I had tried step 3,4 but still fail. Any ideas?

Reasons:
  • Blacklisted phrase (1): Any ideas
  • 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: user28599618

79246278

Date: 2024-12-03 04:41:07
Score: 4
Natty:
Report link

I have just the thing for anyone looking to integrate this feature in Strapi 5 currently.

Set strapi permission to specific collection data

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

79246236

Date: 2024-12-03 04:09:00
Score: 6 🚩
Natty:
Report link

I resolved that problem. Can you do the follow step to this resolve?enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-2): I resolved
  • RegEx Blacklisted phrase (1.5): resolve?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TuNa

79246205

Date: 2024-12-03 03:43:54
Score: 4
Natty:
Report link

From the image that @progman posted (https://ibb.co/Pzbxt1H), it appears that the spaces I want to eliminate are built into how Panels are displayed. I would like the white space around the title text to be the same color as the Panel background. That seems not to be possible.

Image of a Panel with title text: "Welcome" (no spaces)

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @progman
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: RussAbbott

79246171

Date: 2024-12-03 03:17:48
Score: 6 🚩
Natty: 6.5
Report link

I think all above suggestions are invalid as per today, as i am not able to find plugins available, most of Pentaho is shifting to enterprise only mode. I am using 9.4 and want to add kafka big data plugin, but thats out of option. Building from source code is also not straight forward as it further relies on repositories of penntaho or Hitachi and those are no more openly accessible. Anyone any idea?

Reasons:
  • Blacklisted phrase (1): i am not able to
  • Blacklisted phrase (1): any idea?
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rahul Verma

79246120

Date: 2024-12-03 02:41:40
Score: 6 🚩
Natty: 4.5
Report link

I'm trying to do the same thing as you right now on a simple hobby os. A few years late, but wondering if you every found a workaround implementation? Or did you end up implementing DMA?

Reasons:
  • Blacklisted phrase (1): trying to do the same
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: os-hobby

79246116

Date: 2024-12-03 02:40:39
Score: 4
Natty:
Report link

Missing "aws.cognito.signin.user.admin", causing the API call to cognito to fail.

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

79246094

Date: 2024-12-03 02:19:32
Score: 9.5 🚩
Natty:
Report link

Is there a solution for today?

Reasons:
  • Blacklisted phrase (3): Is there a solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there a solution for to
  • Low reputation (1):
Posted by: Rizz

79245945

Date: 2024-12-03 00:26:06
Score: 5
Natty:
Report link

Solved. I should've used the given parameter numsSize for the loops. Now it works. Thanks to @John3136

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

79245938

Date: 2024-12-03 00:21:04
Score: 5.5
Natty: 6
Report link

"I'm also suffering because of this issue. How can I fix it? Even adding the quickbootChoice.ini file doesn't work."

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1.5): How can I fix it?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 성승원

79245924

Date: 2024-12-03 00:11:02
Score: 5
Natty: 4.5
Report link

Note: You can simply choose Array of documents format

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

79245880

Date: 2024-12-02 23:37:54
Score: 4
Natty:
Report link

My Hibernate JPA schema generator Maven plugin does this.

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

79245860

Date: 2024-12-02 23:22:51
Score: 4
Natty:
Report link

In the latest version, the resources folder has been removed. source: https://primevue.org/guides/migration/v4/

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

79245818

Date: 2024-12-02 22:59:45
Score: 9.5 🚩
Natty: 5.5
Report link

Did you find an answer for this?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find an answer
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find an answer for this
  • Low reputation (1):
Posted by: RaVa

79245803

Date: 2024-12-02 22:48:41
Score: 9.5
Natty: 7
Report link

I'm trying to create a custom Android 9.0 ROM for VMOS Pro but I can't find the system UI navigation bar .png files anywhere. Yes the VM is rooted, yes I'm in the systemui APK res folder and I've used co-pilot, Google, bing etc and can't find a thing. And I am trying to replace the default navbar as my project and I can only find the carmode ones. Can someone help me?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (3): Can someone help me
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ShadowPheonixX

79245609

Date: 2024-12-02 21:18:18
Score: 4
Natty:
Report link

There is an article on OAuth and OpenID Connect, exploring their roles in secure user authentication. I believe this could be particularly useful for those interested in enhancing application security. Plea: https://medium.com/@riturajpokhriyal/oauth-vs-openid-connect-a-deep-dive-for-senior-software-engineers-e66263fd1ba4

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: RITURAJ POKHRIYAL

79245577

Date: 2024-12-02 21:02:14
Score: 4
Natty: 6
Report link

Apologies for the silly question but where do you input your query in Jira ? I need to download all the issues related to my epics .tha k u

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Leticia Gabandé

79245558

Date: 2024-12-02 20:55:11
Score: 5
Natty:
Report link

I'm the same error. I didn't find any solution for this on any forum.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Leonardo Dionizio

79245530

Date: 2024-12-02 20:40:07
Score: 4
Natty:
Report link

You are missing activation events:

https://code.visualstudio.com/api/references/activation-events

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

79245499

Date: 2024-12-02 20:28:03
Score: 5.5
Natty: 5.5
Report link

I'm seeing the same warning, it looks like they consider the loading page that shows right after the splash screen as another splash screen. Can this warning be ignored ?

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

79245449

Date: 2024-12-02 20:07:57
Score: 4
Natty: 4
Report link

Bump, also dealing with this issue. 407 no matter how I set the parameters.

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

79245445

Date: 2024-12-02 20:07:57
Score: 4
Natty:
Report link

Any progress in communication with the printer? I try the same with Videojet DataFlex 6530 and Node-red by Ethernet TCP/IP. I want to get information from the printer, for example "Total Distance Printed".

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Michal

79245443

Date: 2024-12-02 20:05:56
Score: 5.5
Natty:
Report link

Please provide how output of your file looks like. It would be helpful to make further steps with your code

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide how
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Charlixie

79245356

Date: 2024-12-02 19:36:48
Score: 4
Natty:
Report link

Nobody? Too bad... I can imagine that many of you will quickly recognize the problem :)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: heiland

79245343

Date: 2024-12-02 19:33:46
Score: 4.5
Natty: 4
Report link

If my understanding and testing is correct, this doesn’t address the original issue. The toggle list needs to be manually maintained. It doesn’t toggle based on the “started” status which defeats the purpose of cicd a bit.

Is there a way to do this automatically without the user having to parse the trigger.json or maintain a list separately?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Sunny

79245319

Date: 2024-12-02 19:22:43
Score: 7.5 🚩
Natty: 4.5
Report link

the ./gradlew clean step above throws this error. Can anyone help please?

Build file 'C:\myApp\android\app\build.gradle' line: 2

Failed to apply plugin 'org.jetbrains.kotlin.android'. Could not isolate value org.jetbrains.kotlin.gradle.plugin.PropertiesBuildService$Params_Decorated@67dd4464 of type PropertiesBuildService.Params > Failed to query the value of property 'localProperties'. > Malformed \uxxxx encoding.

Reasons:
  • RegEx Blacklisted phrase (3): Can anyone help
  • RegEx Blacklisted phrase (0.5): anyone help please
  • RegEx Blacklisted phrase (1.5): help please
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: ughosal

79245253

Date: 2024-12-02 19:00:36
Score: 5
Natty:
Report link

The code that I submitted actually works, so here's the solution https://stackblitz.com/edit/stackblitz-starters-pxppkj?file=src%2Fmain.ts

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eliot Ragueneau

79245196

Date: 2024-12-02 18:40:30
Score: 4
Natty: 4.5
Report link

Got the solution? I was also trying to figure out the same.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eldhose

79245109

Date: 2024-12-02 18:03:19
Score: 10.5 🚩
Natty: 5.5
Report link

were you able to solve the above usecase? I have figured the way to use cxOracle session pool along with ThreadPoolExecutor to fetch data in chunks from Oracle and push it to Snowflake. Please let me know if you have it figured end to end as i’m seeing some data duplication mostly due to incorrect session handling or cursor caching.

Reasons:
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (2.5): Please let me know
  • RegEx Blacklisted phrase (1.5): solve the above usecase?
  • RegEx Blacklisted phrase (3): were you able
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AMEYA DALVI

79245086

Date: 2024-12-02 17:55:16
Score: 5.5
Natty: 5.5
Report link

so i am supposed to use the createClient inside the client.ts file?

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

79244856

Date: 2024-12-02 16:38:54
Score: 5
Natty: 3
Report link

Bem-estar

"Descubra o poder do nosso produto natural para transformar sua saúde e bem-estar! Formulado com ingredientes de alta qualidade, ele ajuda a aumentar sua energia, melhorar o humor e fortalecer o sistema imunológico. Ideal para quem busca uma vida mais saudável, nosso produto é fácil de usar e se encaixa na sua rotina. Sinta a diferença desde o primeiro dia! Não perca tempo, cuide de você e da sua saúde. Experimente agora e junte-se a milhares de clientes satisfeitos que já transformaram suas vidas!"

Reasons:
  • Blacklisted phrase (3): você
  • Blacklisted phrase (1): Não
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Joãozinho Marcelo

79244763

Date: 2024-12-02 16:09:46
Score: 8.5 🚩
Natty: 5
Report link

Did anyone ever find a solution to this problem that doesn't involve deleting the app from Firebase and starting again?

Reasons:
  • RegEx Blacklisted phrase (3): Did anyone ever find a solution to this problem that
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did anyone
  • Low reputation (1):
Posted by: elate

79244761

Date: 2024-12-02 16:08:45
Score: 4
Natty:
Report link

After killing the blocking session my sql went through

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

79244726

Date: 2024-12-02 15:59:43
Score: 9
Natty: 8.5
Report link

what if I want this to happen multiple times on a page? your suggestion to add wire:key indeed makes it work but it only works once, subsequent updates from the livewire component do nothing, how can I fix this?

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): how can I fix this
  • RegEx Blacklisted phrase (1.5): how can I fix this?
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): what if I
  • Low reputation (1):
Posted by: Shayan Najiseyedhosseinzadeh

79244672

Date: 2024-12-02 15:45:39
Score: 13.5
Natty: 7.5
Report link

Sir, I have the same problem... Any solution?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: alok ghosh

79244610

Date: 2024-12-02 15:24:32
Score: 4.5
Natty:
Report link

The Managed Run Command doesn't seem to work as it should. When running through RunAsUser and RunAsPassword, the command is always called as if the system user called it (so the specified user context is not loaded). I used PsExec of PSTools as a workaround, by getting the user password from key vault directly from the VM powershell script.

There's also another problem I found, when running the managed run command through RunAsUser, the command parameters are not taken into account. Here's a link to an opened issue I found.

It would be great to have something working as described in the microsoft azure documentation for the managed run command, hopefully the azure team will release a fix in the future?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix in the future?
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ggirodda

79244590

Date: 2024-12-02 15:17:30
Score: 5
Natty: 4.5
Report link

Since I do not have the reputation to comment, I need to put this as a separate answer. I had a similar issue where I wanted to strongly type my variables for a unpacked tuple but I wanted to use a throwaway underscore to ignore the returns of one of part of my tuple. This can be done like the accepted answer with bare annotations of the variables you want to keep (eg. variable: variable_type) above the assignment before your tuple unpacking (eg. _, variable = tuple).

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): to comment
  • RegEx Blacklisted phrase (1.5): I do not have the reputation to comment
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: CSinginGeek

79244489

Date: 2024-12-02 14:47:20
Score: 14.5 🚩
Natty:
Report link

I'm having the exact same problem with django-ckeditor-5! Did you find any solution?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the exact same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Leduan Miranda

79244440

Date: 2024-12-02 14:33:16
Score: 7 🚩
Natty: 5.5
Report link

I have the same problem here, there zero fix on Internet LOL

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: 6504_Phan Ngọc Duy Trí

79244435

Date: 2024-12-02 14:30:14
Score: 6 🚩
Natty: 5
Report link

I'm wondering if you found a solution for this? Did you end up manually defining the schema? Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): if you found a solution
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: TechNewbie

79244377

Date: 2024-12-02 14:12:09
Score: 5
Natty: 4.5
Report link

There are separate calls for client/server. Use next-auth/react on client and @/auth for server.

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

79244340

Date: 2024-12-02 13:57:05
Score: 13.5
Natty: 7.5
Report link

Hey Im facing the same issue. Can you help me on how you resolved that issue?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (1.5): resolved that issue?
  • RegEx Blacklisted phrase (3): Can you help me
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Saqib Waheed

79244276

Date: 2024-12-02 13:35:59
Score: 4
Natty:
Report link

I dont know if it was possible when this question came up 5 years ago but I know that nowadays its possible throught the field calculator :

Field Calculator Boolean

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

79244261

Date: 2024-12-02 13:29:57
Score: 4
Natty: 4.5
Report link

Blockquote a little late to the party, but this was added in this PR

I've been on this doc. It doesn't work neither on their website, nor on my computer... Maybe we should report an issue on gh ?

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

79244230

Date: 2024-12-02 13:18:54
Score: 8.5
Natty: 7
Report link

so u deal with it? i have same problem

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

79244205

Date: 2024-12-02 13:09:50
Score: 9.5 🚩
Natty: 5
Report link

did you ever encounter the issue or a workaround?

Reasons:
  • RegEx Blacklisted phrase (3): did you ever
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Turlough

79244164

Date: 2024-12-02 12:58:46
Score: 12
Natty: 7.5
Report link

I am facing the same problem, did you find a solution for this?

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (3): did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abderaouf ABDELLATIF

79244150

Date: 2024-12-02 12:53:42
Score: 6 🚩
Natty:
Report link

Did anyone get to the bottom of this? This is weird and should not be happening. Committed changes in tracked files should not be disappearing no matter what, especially without merge conflicts or warnings. The first committer pushes the changes, anyone else pulls and resolves before they can push themselves.

Reasons:
  • RegEx Blacklisted phrase (3): Did anyone get to the
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did anyone
  • Low reputation (1):
Posted by: user3447616

79244115

Date: 2024-12-02 12:42:37
Score: 4.5
Natty:
Report link

They would be rendered in the sequence of triangles in index buffer.

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

79244108

Date: 2024-12-02 12:39:36
Score: 5.5
Natty:
Report link

i have the same problem so will follow this. i also added the same line on ubuntu 24.04 on two places in grub file

GRUB_CMDLINE_LINUX_DEFAULT="swapaccount=1 cgroup_enable=memory systemd.unified_cgroup_hierarchy=0" GRUB_CMDLINE_LINUX="swapaccount=1 cgroup_enable=memory systemd.unified_cgroup_hierarchy=0"

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
  • Low reputation (1):
Posted by: thomas

79244015

Date: 2024-12-02 12:09:25
Score: 9.5 🚩
Natty:
Report link

I am facing the same error like this help please

Reasons:
  • RegEx Blacklisted phrase (1): I am facing the same error
  • RegEx Blacklisted phrase (1.5): help please
  • RegEx Blacklisted phrase (1): I am facing the same error like this help please
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jay Itsquare

79244006

Date: 2024-12-02 12:07:24
Score: 5.5
Natty:
Report link

I didn't quite understand your question. Could you please clarify or provide more details, such as images or a video, if possible?

Also, if you're not already using this approach, please give it a try.

showModalBottomSheet(
      context: context,
      isScrollControlled: true,
      backgroundColor: context.colorStyles.background,
      shape: RoundedRectangleBorder(
      borderRadius: BorderRadius.vertical(top: Radius.circular(16.r)),
  ),
  builder: (BuildContext context) {
  return Wrap(
  children: [
  Column()]);
});
Reasons:
  • RegEx Blacklisted phrase (2.5): Could you please clarify
  • RegEx Blacklisted phrase (2.5): please give
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Tulsi virani

79243850

Date: 2024-12-02 11:21:12
Score: 5.5
Natty: 5.5
Report link

Anyone got anything on this, this is really important, how to get SSR WITH SWR ?

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

79243843

Date: 2024-12-02 11:19:11
Score: 4
Natty: 5
Report link

where int and string are subtypes of arraykey.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): where in
  • Low reputation (1):
Posted by: Genia Hateliak

79243798

Date: 2024-12-02 11:08:07
Score: 13 🚩
Natty: 5.5
Report link

have the same issue , did u solveit?

Reasons:
  • RegEx Blacklisted phrase (3): did u solve
  • RegEx Blacklisted phrase (1.5): solveit?
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: milad Nicolas

79243795

Date: 2024-12-02 11:07:06
Score: 9 🚩
Natty:
Report link

I was wondering the same today and I think it's not possible. I think the i18nRouting: true option is not mandatory as you locales ar defined in the config.

Did you find a way to do it ? On my side, I try to change the url for each locale to optimize SEO. Maybe you have a way to do this ?

Nicolas

Reasons:
  • Blacklisted phrase (2): was wondering
  • RegEx Blacklisted phrase (3): Did you find a way to
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Nicolas Bastien

79243728

Date: 2024-12-02 10:44:59
Score: 6.5 🚩
Natty:
Report link

Do we have any option to do that in adb2c? i wanted to inject terms and condition statement in signing user flow.

Reasons:
  • RegEx Blacklisted phrase (2.5): Do we have any
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bharathareddi Suresh Basavarad

79243703

Date: 2024-12-02 10:37:56
Score: 12 🚩
Natty:
Report link

Were you able to solve this issue? Facing the same issue

Reasons:
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aadesh Kanna

79243653

Date: 2024-12-02 10:21:51
Score: 12 🚩
Natty:
Report link

Hi did u get any response or found any solution for this?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did u get any
  • RegEx Blacklisted phrase (2): any solution for this?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Besa Salimusaj

79243606

Date: 2024-12-02 10:03:45
Score: 4.5
Natty:
Report link

Thank you for your answers. tannnksnand

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: fahd-85

79243605

Date: 2024-12-02 10:03:44
Score: 4
Natty: 3
Report link

Overlapping issue = I have separate ranges for smartphones/tablets/ipads and i have setting for them like 100px width to 500px width , 501px width to 1000px width and so on using a variable .is-smartphone.

and i have no issue with that i am trying to make my web styles on laptops and computers . I have setting for exact screens that are mostly used that i will give below. But still for browser other other screens there should be default styles so i decided to use a big range like "max: 2500px" or "min-width: 100px" but these "max: 2500px" or "min-width: 100px" are applying on exact ranges that it should not. below are my current ranges in which i need to add "max: 2500px" or "min-width: 100px"

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 800px) and (max-width: 800px) and (min-height: 465px) and (max-height: 465px) { /* laptop screen ( L/P ) --- (laptop 800 * 600 ) --- ---- (actual 800 * 465 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 633px) and (max-height: 633px) { /* laptop screen ( L/P ) --- (laptop 1024 * 768 ) --- ---- (actual 1024 * 633 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 585px) and (max-height: 585px) { /* laptop screen ( L/P ) --- (laptop 1280 * 720 ) --- ---- (actual 1280 * 585 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 633px) and (max-height: 633px) { /* laptop screen ( L/P ) --- (laptop 1280 * 768 ) --- ---- (actual 1280 * 633 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media (min-width: 1280px) and (max-width: 1280px) and (min-height: 665px) and (max-height: 665px) { /* laptop screen ( L/P ) --- (laptop 1280 * 800 ) --- ---- (actual 1280 * 665 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 685px) and (max-height: 686px) { /* laptop screen ( L/P ) --- (laptop 1280 * 1024 ) --- ---- (actual 1024 * 686 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1360px) and (max-width: 1360px) and (min-height: 633px) and (max-height: 633px) { /* laptop screen ( L/P ) --- (laptop 1360 * 768 ) --- ---- (actual 1360 * 633 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 633px) and (max-height: 633px) { /* laptop screen ( L/P ) --- (laptop 1366 * 768 ) --- ---- (actual 1366 * 633 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1120px) and (max-width: 1120px) and (min-height: 705px) and (max-height: 706px) { /* laptop screen ( L/P ) --- (laptop 1400 * 1050 ) --- ---- (actual 1120 * 705 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1440px) and (max-width: 1440px) and (min-height: 765px) and (max-height: 765px) { /* laptop screen ( L/P ) --- (laptop 1440 * 900 ) --- ---- (actual 1440 * 765 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1600px) and (max-width: 1600px) and (min-height: 765px) and (max-height: 765px) { /* laptop screen ( L/P ) --- (laptop 1600 * 900 ) --- ---- (actual 1600 * 765 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1344px) and (max-width: 1344px) and (min-height: 705px) and (max-height: 706px) { /* laptop screen ( L/P ) --- (laptop 1680 * 1050 ) --- ---- (actual 1344 * 705 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1536px) and (max-width: 1536px) and (min-height: 729px) and (max-height: 730px) { /* laptop screen ( L/P ) starting --- (laptop 1920 * 1080 ) --- ---- (actual 1536 * 730 ) --- */

} /* laptop screen ( L/P ) starting */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): i am trying to
  • Long answer (-1):
  • No code block (0.5):
  • User mentioned (1): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • No latin characters (0.5):
  • Filler text (0.5): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Low reputation (1):
Posted by: Ali Abdul Rehman

79243599

Date: 2024-12-02 10:01:42
Score: 8 🚩
Natty: 4
Report link

I’m encountering the same issue where I can’t push a value to fields in another section of a Google Form. Does anyone have a workaround for this?

Reasons:
  • RegEx Blacklisted phrase (3): Does anyone have a workaround
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: John Lesmana

79243590

Date: 2024-12-02 09:58:41
Score: 4
Natty:
Report link

tanks for the badge 📛 shksbsjsghdsdj

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: fahd-85

79243586

Date: 2024-12-02 09:55:40
Score: 4
Natty:
Report link

Haven't got a clue as to why, but the code is actually working.

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

79243582

Date: 2024-12-02 09:54:40
Score: 4
Natty:
Report link

You can follow this doc. github doc

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

79243568

Date: 2024-12-02 09:47:37
Score: 4
Natty:
Report link

Click the (?) icon next to Web SDK Configuration, then click Google API Console.

Under OAuth 2.0 Client IDs, click the download button, it should have the Client secret there. enter image description here

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

79243567

Date: 2024-12-02 09:46:36
Score: 11 🚩
Natty: 5.5
Report link

I am getting the same error where .wsdl file is not generating. But I cannot use axis, as I am upgrading axis to axis2. How to fix this issue?

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1.5): How to fix this issue?
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same error
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anu

79243493

Date: 2024-12-02 09:22:21
Score: 10.5 🚩
Natty: 6.5
Report link

Did you find a solution? I have the same problem when using ADO together with Azure Pipelines.

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

79243410

Date: 2024-12-02 08:48:13
Score: 4
Natty:
Report link

What is retval returning and how much is UA_LOGLEVEL? There should be more verbose output from stack.

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

79243406

Date: 2024-12-02 08:46:11
Score: 4.5
Natty:
Report link

I have separate ranges for smartphones/tablets/ipads and i have setting for them like 100px width to 500px width , 501px width to 1000px width and so on using a variable .is-smartphone.

and i have no issue with that i am trying to make my web styles on laptops and computers . I have setting for exact screens that are mostly used that i will give below. But still for browser other other screens there should be default styles so i decided to use a big range like "max: 2500px" or "min-width: 100px" but these "max: 2500px" or "min-width: 100px" are applying on exact ranges that it should not. below are my current ranges in which i need to add "max: 2500px" or "min-width: 100px"

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 800px) and (max-width: 800px) and (min-height: 465px) and (max-height: 465px) { /* laptop screen ( L/P ) --- (laptop 800 * 600 ) --- ---- (actual 800 * 465 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 633px) and (max-height: 633px) { /* laptop screen ( L/P ) --- (laptop 1024 * 768 ) --- ---- (actual 1024 * 633 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 585px) and (max-height: 585px) { /* laptop screen ( L/P ) --- (laptop 1280 * 720 ) --- ---- (actual 1280 * 585 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 633px) and (max-height: 633px) { /* laptop screen ( L/P ) --- (laptop 1280 * 768 ) --- ---- (actual 1280 * 633 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media (min-width: 1280px) and (max-width: 1280px) and (min-height: 665px) and (max-height: 665px) { /* laptop screen ( L/P ) --- (laptop 1280 * 800 ) --- ---- (actual 1280 * 665 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 685px) and (max-height: 686px) { /* laptop screen ( L/P ) --- (laptop 1280 * 1024 ) --- ---- (actual 1024 * 686 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1360px) and (max-width: 1360px) and (min-height: 633px) and (max-height: 633px) { /* laptop screen ( L/P ) --- (laptop 1360 * 768 ) --- ---- (actual 1360 * 633 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1366px) and (max-width: 1366px) and (min-height: 633px) and (max-height: 633px) { /* laptop screen ( L/P ) --- (laptop 1366 * 768 ) --- ---- (actual 1366 * 633 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1120px) and (max-width: 1120px) and (min-height: 705px) and (max-height: 706px) { /* laptop screen ( L/P ) --- (laptop 1400 * 1050 ) --- ---- (actual 1120 * 705 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1440px) and (max-width: 1440px) and (min-height: 765px) and (max-height: 765px) { /* laptop screen ( L/P ) --- (laptop 1440 * 900 ) --- ---- (actual 1440 * 765 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1600px) and (max-width: 1600px) and (min-height: 765px) and (max-height: 765px) { /* laptop screen ( L/P ) --- (laptop 1600 * 900 ) --- ---- (actual 1600 * 765 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1344px) and (max-width: 1344px) and (min-height: 705px) and (max-height: 706px) { /* laptop screen ( L/P ) --- (laptop 1680 * 1050 ) --- ---- (actual 1344 * 705 ) --- */

} /* laptop screen ( L/P ) ending */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

///////////////////////////////////////////////////////laptop screen ( L/P ) starting///////////////////////////////////////////////////////

@media only screen and (min-width: 1536px) and (max-width: 1536px) and (min-height: 729px) and (max-height: 730px) { /* laptop screen ( L/P ) starting --- (laptop 1920 * 1080 ) --- ---- (actual 1536 * 730 ) --- */

} /* laptop screen ( L/P ) starting */

///////////////////////////////////////////////////////laptop screen ( L/P ) ending///////////////////////////////////////////////////////

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): i am trying to
  • Long answer (-1):
  • No code block (0.5):
  • User mentioned (1): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • User mentioned (0): @media
  • Self-answer (0.5):
  • No latin characters (0.5):
  • Filler text (0.5): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Filler text (0): ///////////////////////////////////////////////////////
  • Low reputation (1):
Posted by: Ali Abdul Rehman

79243349

Date: 2024-12-02 08:17:03
Score: 4
Natty: 5.5
Report link

I just have a question. I have an iPhone Pro 15. Why does it give me the option to use my Mac? It’s not a computer why does it show up on my phone as using Mac on my devices on my phone thank you probably hacked again third iPhone that has been compromised Through AT&T bullshit.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pinky Boss

79243313

Date: 2024-12-02 07:57:56
Score: 6 🚩
Natty: 6.5
Report link

Has this problem been solved? I also hope to get a solution to this problem. Thank you very much!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1.5): solved?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 王福贵儿

79243298

Date: 2024-12-02 07:49:54
Score: 5.5
Natty: 4
Report link

Check the below bindings Library Maui MLKit Document Sacanner

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

79243248

Date: 2024-12-02 07:28:48
Score: 4
Natty: 4
Report link

I think you need to add you require a parentheses in the constructor.

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

79243215

Date: 2024-12-02 07:15:44
Score: 14
Natty: 7.5
Report link

did you get any solutions? is it solved?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you get any solution
  • RegEx Blacklisted phrase (1.5): solved?
  • RegEx Blacklisted phrase (2): any solutions?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Muzammil Mehboob

79243156

Date: 2024-12-02 06:48:36
Score: 10.5 🚩
Natty: 5.5
Report link

Did you solve the problem ,i have the same problem

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

79243148

Date: 2024-12-02 06:45:35
Score: 8.5 🚩
Natty: 4.5
Report link

I am facing the similar issue, I have renamed the app from everywhere but still the on Testflight it's showing the older name only. I have even created the new external tester group and added the build with the updated app name only, but nothing works.

What have been tried -

  1. Updated the app name from everywhere in project settings
  2. Updated the app name from App Information section in AppStoreConnect.
  3. Created the tester group with updated build only.

Please let me know if anyone have already done ?

Reasons:
  • Blacklisted phrase (1): but nothing work
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the similar issue
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Naresh

79243115

Date: 2024-12-02 06:26:30
Score: 5.5
Natty:
Report link

I have made entry in application.yml but the error still persists

historyTimeToLive:false is not working for me

Reasons:
  • RegEx Blacklisted phrase (3): not working for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Girish K

79243088

Date: 2024-12-02 06:12:26
Score: 7 🚩
Natty: 5
Report link

sorry i dont have that much reputation to ask question in comments under other people comments ,i read ur blog post and i found its interesting . sir will u tell me how can i write efficient programs ? i mean lets say i am coding in C right , now how can i learn to write my code more efficiently more better in speed . like please tell me the things i need to learn , practice or the concepts i need to clear in my mind :) , Thank u hoping for a reply

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Blacklisted phrase (0.5): i need
  • RegEx Blacklisted phrase (2.5): please tell me
  • RegEx Blacklisted phrase (1.5): reputation
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Click 2 Hack YT

79243035

Date: 2024-12-02 05:39:17
Score: 4.5
Natty:
Report link

NO, NO, NO, NO, NO, NO, NO, NO, NO, NO, NO, NO, NO, NO, NO,

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

79243032

Date: 2024-12-02 05:37:16
Score: 5.5
Natty:
Report link

Thanks @KIIV, I could get the command to upload hex file to arduino board using avrdude. The upload preserved bootloader as expected. There is a nice write up here with clear explanation.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @KIIV
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: vd1