79316072

Date: 2024-12-29 18:05:37
Score: 12
Natty: 8.5
Report link

@Stem Florin Did you solve this problem somehow?

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve this problem
  • RegEx Blacklisted phrase (1.5): solve this problem somehow?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Stem
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: k.k.

79316025

Date: 2024-12-29 17:29:28
Score: 9
Natty: 10.5
Report link

Same issue, did you solve it deleting MobileAds.initialize?

Reasons:
  • RegEx Blacklisted phrase (3): did you solve it
  • 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 (0.5):
Posted by: Cheloespinoza

79315930

Date: 2024-12-29 16:27:14
Score: 4
Natty: 4.5
Report link

Checkout this issue on Github, it solved the problem for me: https://github.com/prisma/prisma/discussions/22837

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

79315898

Date: 2024-12-29 15:59:07
Score: 4
Natty:
Report link

?

@Html.TextAreaFor(model => model.Comments, 5, 10, new { @class = "form-control ", @style = "width:50%", @readonly = "readonly" })
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @class
  • User mentioned (0): @style
  • User mentioned (0): @readonly
  • Low reputation (1):
Posted by: George Benson

79315891

Date: 2024-12-29 15:56:05
Score: 4
Natty: 4.5
Report link

the pkg config not installing after the produced information is incorrect,please resolve this issue fast.


regards, Mahmadullah

Reasons:
  • Blacklisted phrase (1): regards
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28978867

79315774

Date: 2024-12-29 14:31:46
Score: 7.5 🚩
Natty:
Report link

Same Issues facing, Please help out guys.

Reasons:
  • RegEx Blacklisted phrase (3): Please help
  • RegEx Blacklisted phrase (1): Same Issue
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yogesh Gupta

79315761

Date: 2024-12-29 14:22:44
Score: 11
Natty: 7
Report link

i have same issue with next js 15.1.0, any solution yet for this problem?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution yet for this problem?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: James Indra

79315665

Date: 2024-12-29 13:27:31
Score: 4
Natty:
Report link

I think the error is related to TS, could you take a look here

https://react-svgr.com/docs/next/#typescript

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

79315632

Date: 2024-12-29 13:04:26
Score: 4
Natty:
Report link
Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user28768185

79315619

Date: 2024-12-29 12:57:23
Score: 5
Natty:
Report link

Thanks to Pieterjan’s reply, I tried implementing two-way binding. However, to fix the issue, I had to create a new component with the same logic. Here’s the change I made :

  @Output() page: EventEmitter<number> = new EventEmitter<number>();

With this:

  @Output() indexChange: EventEmitter<number> = new EventEmitter<number>();

Despite this change, it didn’t work in the old component, and I had to create a new pagination component.

I’m not sure why this change didn’t take effect in the existing component. Does anyone know why this might happen?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2): Does anyone know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Pawan yadav

79315611

Date: 2024-12-29 12:53:22
Score: 4
Natty: 4
Report link

I am not sure if you are still looking for an answer, but if you do it might be worth checking the NestJS documentation on how you should idealy implement a mongoDB schema.

The documentation: https://docs.nestjs.com/techniques/mongodb

There they are describing a different more NestJS like way of defining the schema. It might help.

If it doesn't, please provide further information on how the AdminService and the MemberService is injecting the model/schema.

Reasons:
  • RegEx Blacklisted phrase (2.5): please provide
  • No code block (0.5):
  • Low reputation (1):
Posted by: LeonTM

79315480

Date: 2024-12-29 11:25:02
Score: 4
Natty:
Report link
Reasons:
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anand Kumar

79315443

Date: 2024-12-29 11:00:55
Score: 10 🚩
Natty: 4.5
Report link

Did you get a solution to this? I am facing the same issue.

Reasons:
  • RegEx Blacklisted phrase (3): Did you get a solution to this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Sheena

79315433

Date: 2024-12-29 10:55:53
Score: 8.5
Natty: 7.5
Report link

I have the same issue ... could you please identify to which file you have added this code?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohammad ALMalakh - Ph.D

79315401

Date: 2024-12-29 10:33:46
Score: 4
Natty:
Report link

Thank you @hamzasgd.

Converted your approach in laravel 10 and used Signify/Shopify package to achieve the similar result. Adding here for future references:

Shopify Files API Create Flow in Laravel

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @hamzasgd
  • Low reputation (1):
Posted by: lalit bafna

79315325

Date: 2024-12-29 09:39:34
Score: 4
Natty:
Report link

Is there a better Tutorial for it. I really dont know what to do.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (1):
Posted by: Indiana Stones

79315261

Date: 2024-12-29 09:01:25
Score: 4
Natty:
Report link

(Blowing the dust off this old one, as all similar google community threads are locked)

Having the same issue here, with the following setup:

Private Gmail with external domains that just forward to this gmail account using cloudflare. I like to send myself mails for reasons.

Emails to all these external accounts won't show up in inbox, but in sent. Pretty much like https://stackoverflow.com/a/52534520/635876 said - gmail recognizes the mail coming from and going to the same account and is not showing it in inbox.

I was able to get them into my inbox by adding an explicit filter for those mail addresses, setting to 'not spam, mark important, categorize as general'.

They show up as read, but that's fine for me as my inbox is kinda' my todo list.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Low reputation (0.5):
Posted by: Max

79315219

Date: 2024-12-29 08:40:19
Score: 10 🚩
Natty: 6
Report link

@user144131 @user20271414

Hi, I'm trying to connect to https://xapi.xtb.com:5124 by Postman and got an error "socket hang up"

Did you ever found this problem before ?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever found this problem
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • User mentioned (1): @user144131
  • User mentioned (0): @user20271414
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Mark

79315218

Date: 2024-12-29 08:39:18
Score: 4
Natty: 5
Report link

hello mester panahi thank you for helping me

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

79315182

Date: 2024-12-29 08:24:14
Score: 4
Natty: 5
Report link

acw1668, this worked beautifully, thank you!

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

79315171

Date: 2024-12-29 08:19:11
Score: 4.5
Natty: 4
Report link

A NEW HAND TOUCHES THE BEACON!

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

79315134

Date: 2024-12-29 07:45:04
Score: 4.5
Natty:
Report link

A similar question was asked and resolved here: SavedStateHandle get null with koin

You can check it out.

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Lawal Hayde

79315133

Date: 2024-12-29 07:45:03
Score: 5
Natty: 5
Report link

Does anybody know entire solution for this? I have achieved opening upi app for payment and able to do transaction, but when coming back to our payment app, I am not getting response of the transaction in below function func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool

Reasons:
  • Blacklisted phrase (1): anybody know
  • RegEx Blacklisted phrase (2): Does anybody know
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: vishnu venugopal

79315130

Date: 2024-12-29 07:43:01
Score: 4
Natty:
Report link

not quite sure what all of this means but keep it up!

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

79315118

Date: 2024-12-29 07:30:58
Score: 4
Natty:
Report link

There are 3 ways to convert series into dataframe.

  1. using pd.DataFrame constructor
  2. using to_frame() method
  3. using reset_index() method

you can see the detailed explanation in the following video https://www.youtube.com/watch?v=CZhTviNnPgE

for more pandas examples visit this playlist : https://youtube.com/playlist?list=PLC_46GJy2Fm9FOig1lqAY_uNxquuP_K6L&si=dsNtQ_4PpG12hpBW

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anand Kumar

79315090

Date: 2024-12-29 06:55:51
Score: 8.5 🚩
Natty: 6
Report link

Did you manage to find a solution to this issue? I'm encountering the same problem with ODBC Driver 18 and would appreciate any insights you can share.

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): would appreciate
  • RegEx Blacklisted phrase (3): Did you manage to find a solution to this
  • 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: Max Chergik

79315072

Date: 2024-12-29 06:32:45
Score: 4
Natty:
Report link

You can do it from your .rou.xml file.

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

79315055

Date: 2024-12-29 06:19:42
Score: 9 🚩
Natty: 6.5
Report link

I am asking the same. https://www.reddit.com/r/nextjs/comments/1ho4iji/server_actions_fetch_failed_loading_post/

Did you ever figure this out?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: aPersonLearning

79315022

Date: 2024-12-29 05:51:33
Score: 9 🚩
Natty: 4.5
Report link

I have the same problem

Have you found a solution?

SELECT "name", SUM("h") AS "total hits" 
FROM "teams" 
JOIN "performances" ON performances.team_id = teams.id 
WHERE performances."year" = 2001 
GROUP BY "team_id" 
ORDER BY sum("h") DESC 
LIMIT 5;
Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): Have you found a solution
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: 0xDev

79315014

Date: 2024-12-29 05:43:30
Score: 4.5
Natty: 5
Report link

I am trying to revamp a website. The host uses cPanel as control panel.

I changed something in index.htm file but still the old version of website gets loaded.

Just to check, I created another html file index1.htm. When I pinged the /index1.htm, I got the right page loaded.

What possibly is going wrong here? Is there caching happening, if yes, how can i remove it. same issue i get how to resolve it

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (1): same issue
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Suraj Kumar

79315008

Date: 2024-12-29 05:28:27
Score: 4.5
Natty: 4
Report link

There is a similar solution on github

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

79314998

Date: 2024-12-29 05:19:25
Score: 4
Natty:
Report link

Take a look at this C2FH Slim Men Black Jeans on Flipkart https://dl.flipkart.com/s/4G9R_JuuuN

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

79314995

Date: 2024-12-29 05:17:23
Score: 4
Natty: 5
Report link

I currently have a Javacard based SimCard of which JCV is 3.01. I wanted to use this sim for Mobile ID like what done in Belgium and I am not sure if those simcards all provide me JC Biometrics API or not I have got UL Card test platform and some other sim test tools. now the question is: 1-Do I need to have JC Biometrics API to use simcard for ID verification via Fingerprint matching with Fingerprints saved in SimCard? or without that specific API I can also use some Applet to do that Matching process? 2-How can I test and make sure if I really have Biometrics APIs on simcard?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mohamad Haghnegahdar

79314983

Date: 2024-12-29 04:56:17
Score: 14.5 🚩
Natty:
Report link

I have the same problem, have you solved it? Would you mind share the solution? Thanks so much!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (2): have you solved it
  • Blacklisted phrase (2): Would you mind
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eason

79314978

Date: 2024-12-29 04:54:16
Score: 4.5
Natty: 6
Report link

thank you very much, you really helped me. I have a problem, I don't know programming. Can you add the password field to the code you typed? thank you very much

Reasons:
  • Blacklisted phrase (0.5): thank you
  • 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: mohammad

79314879

Date: 2024-12-29 02:35:50
Score: 5.5
Natty:
Report link

I'm having same issue since i upgraded to flutter 3.27.1, i'm using some packages and i think the problem comes from there

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mr ismail alla

79314840

Date: 2024-12-29 01:33:37
Score: 8 🚩
Natty: 4
Report link

I seem to have the same intentions, same problem. did you find a solution yet? DISCORD: @ISAMIST

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution
  • RegEx Blacklisted phrase (1): same problem
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @ISAMIST
  • Low reputation (1):
Posted by: NotEm 0

79314782

Date: 2024-12-29 00:39:26
Score: 4
Natty:
Report link

pip install transformers==4.46.0 tokenizers==0.20.3

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: Alejandro Ortiz Alex

79314760

Date: 2024-12-29 00:09:18
Score: 6.5 🚩
Natty: 5
Report link

can someone give a template in witch it works

Reasons:
  • RegEx Blacklisted phrase (2.5): can someone give
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can someone give a
  • Low reputation (1):
Posted by: IDRISSA MAÏGA

79314717

Date: 2024-12-28 23:27:10
Score: 5.5
Natty:
Report link

I created the rule space-in-generics, and submitted an issue to eslint-stylistic.

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

79314694

Date: 2024-12-28 23:03:04
Score: 5
Natty:
Report link

Something was wrong with intellij.

File -> Manage IDE Settings -> Restore Default Settings (You can also do it using Ctrl + Shift + A)

When IntelliJ restarts select "Skip Import". If you import old IDE settings you will face the same issue again.

Thank you everyone for the support.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): face the same issue
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Venky

79314610

Date: 2024-12-28 21:55:49
Score: 8.5 🚩
Natty: 6.5
Report link

Did you find an answer to this? I teach Beginning Programming. I do not want the exit code printed on my students' work.

Reasons:
  • Blacklisted phrase (1): answer to this?
  • RegEx Blacklisted phrase (3): Did you find an answer to this
  • 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 find an answer to this
  • Low reputation (1):
Posted by: Jill DeSplinter

79314575

Date: 2024-12-28 21:32:43
Score: 5
Natty: 4.5
Report link

How to check if an input is empty in React: using State or Refs

https://medium.com/@glasshost/how-to-check-if-an-input-is-empty-in-react-78d0b0d945bb

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Anastasiia Lukianets

79314543

Date: 2024-12-28 21:09:36
Score: 6 🚩
Natty:
Report link

enter image description here

how about this

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Starts with a question (0.5): how
  • Low reputation (1):
Posted by: Yaseen Ali

79314479

Date: 2024-12-28 20:21:25
Score: 4.5
Natty: 5.5
Report link

I need it. Is there a workaround?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: ChaosSpeeder

79314419

Date: 2024-12-28 19:30:13
Score: 6 🚩
Natty: 6.5
Report link

I am trying to connect to coinbasePro using RESTClient. The code 'pip install coinbase-advanced-py' does not recognize -advanced-py. Did this problem ever get resolved? I am currently here as well.

Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (1.5): resolved?
  • 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: drNirvana

79314377

Date: 2024-12-28 18:49:04
Score: 4.5
Natty:
Report link

Okay, i just lost in async threads

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

79314334

Date: 2024-12-28 18:20:58
Score: 5.5
Natty:
Report link

easymeaning.com is in the lowercase letters

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

79314240

Date: 2024-12-28 17:24:45
Score: 4
Natty:
Report link

try curl_setopt($ch, CURLOPT_HTTPGET, 1);

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: Francisco Juan

79314209

Date: 2024-12-28 17:06:40
Score: 5
Natty:
Report link

Sorry for the super late response. We developed an Incremental Naive Bayes learner as part of our undergrad thesis: https://github.com/Geekynawab/UNDERGRAD/blob/main/FYP_Phase1_Report%20(1).pdf

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

79314183

Date: 2024-12-28 16:49:36
Score: 4
Natty: 4.5
Report link

[enter image description here][1]

[1]: https://i.sstatic.net/vtjBIyo7.jpg which ic is used in this picture

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Hrishikesh Panchal

79314144

Date: 2024-12-28 16:31:31
Score: 5.5
Natty:
Report link

@Roko C. Buljan thanx for this.

I suggest you take a look at refactored version in TypeScript here

See also Life demo

Reasons:
  • Blacklisted phrase (1): thanx
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Roko
  • Low reputation (1):
Posted by: pravosleva

79314036

Date: 2024-12-28 15:22:14
Score: 5.5
Natty:
Report link

In My Case I was unable to dubug application I also get same error Unable to debug Application , Unable to connect to remote server . The Issue occurs when APi does'nt match with IIS when creating virtual directory it will just create a path but it will never match if you deleleted some how ... Solution :

Step 1 : Open IIS service manager Start Defaulat website by right clickon on icon and click on start enter image description here else if its already running then right click on sites and click on Add Website enter image description here a) Add path of webapi and fill the fields

Reasons:
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1): I also get same error
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I also get same error
  • Low reputation (1):
Posted by: Muhammad Yahya

79313997

Date: 2024-12-28 15:01:09
Score: 7 🚩
Natty: 6.5
Report link

@chishiki Wouldn't that collide with our user's own Laravel installation while using our package?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @chishiki
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Usman Zahid

79313916

Date: 2024-12-28 14:11:57
Score: 4
Natty:
Report link

Just convert the learning rate to float

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

79313795

Date: 2024-12-28 12:49:39
Score: 8 🚩
Natty: 5.5
Report link

Did anyone figured it out, i am struggling with same

Reasons:
  • Blacklisted phrase (1): i am struggling
  • RegEx Blacklisted phrase (3): Did anyone figured it out
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did anyone
  • Low reputation (1):
Posted by: Rakesh Tiwari

79313770

Date: 2024-12-28 12:34:35
Score: 5
Natty:
Report link

i have the very same issues. On 'Synology Inc. OS 6.x NAS' with Docker installed.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the very same issue
  • Low reputation (0.5):
Posted by: chunguang qu

79313761

Date: 2024-12-28 12:25:32
Score: 11 🚩
Natty:
Report link

did u find any solution I am facing the same issue

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did u find any solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Single line (0.5):
  • Starts with a question (0.5): did
  • Low reputation (1):
Posted by: Mohamed El agame

79313752

Date: 2024-12-28 12:19:30
Score: 7.5 🚩
Natty: 4.5
Report link

Hei! I had exactly the same issue. In my opinion, the make file is not executed correctly. Perhaps I am too silly, the make file has some errors, or you have to put additional arguments (like target). I gave up and switched back to the old tcpdf. Did you resolve it?

Perhaps the new package will be soon as easy as the old one. Cheers

Reasons:
  • Blacklisted phrase (1): Cheers
  • RegEx Blacklisted phrase (3): Did you resolve it
  • RegEx Blacklisted phrase (1.5): resolve it?
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Gregor O

79313748

Date: 2024-12-28 12:15:28
Score: 4.5
Natty: 4
Report link

using a internal load balancer within (layer 4) a VNET ? https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-overview VPN Clients point to LB, then LB redirects to Posgresql

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

79313672

Date: 2024-12-28 11:29:18
Score: 4
Natty: 5
Report link

Ideas: read dram cos / write dram cos theta int 1 - 10 t / t*delta d'x / theta kpbs / result / result cpu clock / result loop open socket / read kpbs datapipe loop set A / set cpu / datagram set B read B / A read A / B find matches in xxxx chart to network traffic

Can this be run in this code? To match network and changes in HW resources for datagram change in resourcing scanning? I want to know if technical

Reasons:
  • Blacklisted phrase (1): I want to know
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Sami Leino

79313661

Date: 2024-12-28 11:24:16
Score: 9.5
Natty: 7.5
Report link

Did you figure this one out :)?

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

79313602

Date: 2024-12-28 10:36:04
Score: 5.5
Natty:
Report link

It is Explained Here In Detail it is Support Issue https://www.youtube.com/watch?v=9nrOnwHSP60

Reasons:
  • 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: aditya purohit

79313548

Date: 2024-12-28 09:55:55
Score: 4.5
Natty: 4
Report link

McAfee for example is the reason

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

79313503

Date: 2024-12-28 09:20:47
Score: 11 🚩
Natty: 5.5
Report link

I have the same issue.how to fix it?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (1.5): how to fix it?
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David

79313492

Date: 2024-12-28 09:09:44
Score: 6.5
Natty: 8
Report link

where to find unity activity??

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): where to find
  • Low reputation (1):
Posted by: Game Guru

79313489

Date: 2024-12-28 09:04:42
Score: 7.5 🚩
Natty: 6
Report link

any one please told me this question has solve? if this true, can you tell me what i can do this, i have trobble with same issuse.

Reasons:
  • RegEx Blacklisted phrase (2.5): can you tell me what
  • RegEx Blacklisted phrase (1.5): solve?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tô Đức Thắng

79313488

Date: 2024-12-28 09:03:41
Score: 4.5
Natty:
Report link

Well it's a bit late, but for someone who might have the same issue, like me today, if you are using VirtualStudio Code

  1. Go to source control page (on the left side of the screen) explanation
  2. Next to the refresh icon, you have 3 dots, click on that icon with the tree dots explanation
  3. You'll find every option of GitHub explanation
  4. The go to commit, and find the action named "undo last commit" explanation
Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Low reputation (0.5):
Posted by: Gustavo Da Costa Pereira

79313457

Date: 2024-12-28 08:38:35
Score: 4.5
Natty:
Report link

https://github.com/MystenLabs/sui/blob/8d0699ebee3bd6452e5f09084c9da85cd2e10adf/crates/sui-framework/packages/sui-framework/sources/transfer.move#L80 They said: Needing for object and function in the same module (transfer::share_object)

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

79313386

Date: 2024-12-28 07:25:18
Score: 5
Natty: 4
Report link

View [Finances.index] not found.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: abdirashid ahmed mohamed

79313317

Date: 2024-12-28 06:26:05
Score: 6.5 🚩
Natty:
Report link

can you provide all the code setting.py, view.py and urls.py

Reasons:
  • RegEx Blacklisted phrase (2.5): can you provide
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you
  • Low reputation (1):
Posted by: Charitra Shrestha

79313307

Date: 2024-12-28 06:10:01
Score: 8
Natty: 8.5
Report link

thank you for sharing the script, it seems very useful for me. Can there be a way to use it on Windows, can you give me a hint, please?

Reasons:
  • Blacklisted phrase (0.5): thank you
  • RegEx Blacklisted phrase (2.5): can you give me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sergey Novikov

79313240

Date: 2024-12-28 05:04:48
Score: 5
Natty: 5
Report link

How do I handle pagebreaks, after conversion of html into canvas, and this has been cut according to the page size of pdf document which is A4 size. I want to make sure my content like text and images should not cut into 2 at page breaks

Reasons:
  • Blacklisted phrase (1): How do I
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How do I
  • Low reputation (1):
Posted by: Mohammad Vazeer Ali Khan

79313187

Date: 2024-12-28 03:52:33
Score: 4
Natty:
Report link

I wrote release of resources in atexit function and issue was resolved.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Александр Гордиенко

79313166

Date: 2024-12-28 03:20:26
Score: 6 🚩
Natty: 4
Report link

hi tried on google app script also got 403. do you have answer for this question? can share it if you solved it please.

Reasons:
  • RegEx Blacklisted phrase (2.5): do you have an
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: bejo sutejo

79313152

Date: 2024-12-28 03:11:24
Score: 4.5
Natty:
Report link

What version of Apache you are using

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: swawge

79313149

Date: 2024-12-28 03:08:22
Score: 4.5
Natty: 5.5
Report link

Comigo resolveu atualizando todas as atualizações de extensões.

Reasons:
  • Blacklisted phrase (1): todas
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Renato Fazio

79313068

Date: 2024-12-28 01:52:08
Score: 4
Natty: 4.5
Report link

Image from: https://codehs.com/student/5885981/section/597103/assignment/150441768 Primative data types don't have methods whereas reference data types do.

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

79313034

Date: 2024-12-28 00:52:57
Score: 6 🚩
Natty:
Report link

Did you ever get any results with this? I'm basically doing a search on a email in the past 7 days and getting results with empty EMAIL_LOG_SEARCH_RECIPIENT. Doesn't give me anything useful.

for example the same user in the UI returns 30 + results, but doing this, return 7 but all empty receivers.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever get any
  • 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: Alan P

79313021

Date: 2024-12-28 00:32:53
Score: 4
Natty: 5.5
Report link

pude cerrar la ventana de consola en linux con ctrol + D, antes de esto solo ppodia hacerlo escribiendo exit y luego exit, porque desde el menu , archivo cerrar ventana tampoco funcionaba

Reasons:
  • Blacklisted phrase (1): porque
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28961232

79312937

Date: 2024-12-27 23:00:34
Score: 4.5
Natty: 4
Report link

You could try the nice example at https://authjs.dev/guides/refresh-token-rotation

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

79312916

Date: 2024-12-27 22:51:31
Score: 4.5
Natty:
Report link

this is a bug reported by me and others to google please check this link: https://issuetracker.google.com/issues/243061086?pli=1 we are getting ANR in the play console for android 13 and 14. seems like there is an issue with the player itself from 2022.

Reasons:
  • Blacklisted phrase (1): please check this
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Fahad Alkamli

79312837

Date: 2024-12-27 21:45:17
Score: 7 🚩
Natty: 6
Report link

how long did it take to get verified?

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

79312790

Date: 2024-12-27 21:15:09
Score: 11 🚩
Natty: 5.5
Report link

I am facing the same situation. Were you able to solve it? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: frenkg

79312718

Date: 2024-12-27 20:19:56
Score: 6.5 🚩
Natty:
Report link

Can you show an image of the errors and also the code where you are putting new articles ? because only with a form we can't help you! tahnks!

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you show
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Ignacio Olivieri

79312711

Date: 2024-12-27 20:13:54
Score: 11.5
Natty: 7.5
Report link

I have the same problem, do you find a solution?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): do you find a
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Diego Leon

79312645

Date: 2024-12-27 19:32:43
Score: 6.5 🚩
Natty: 5.5
Report link

Please check this document to manage users using the extension. Details in this blog explained clearly. https://medium.com/@wasiualhasib/streamlining-postgresql-access-control-with-the-manage-user-permissions-extension-5a0e98096197

or go to github document.

https://github.com/pgmode/manage_user_permissions

Reasons:
  • Blacklisted phrase (1): this blog
  • Blacklisted phrase (1): this document
  • Blacklisted phrase (0.5): medium.com
  • Blacklisted phrase (1): Please check this
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sheikh Wasiu Al Hasib

79312609

Date: 2024-12-27 19:12:37
Score: 6 🚩
Natty: 5
Report link

What this is still not working! It's almost 2 years

Reasons:
  • Blacklisted phrase (2): still not working
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What this is
  • Low reputation (1):
Posted by: Omar BS

79312558

Date: 2024-12-27 18:40:29
Score: 9 🚩
Natty: 4
Report link

even i getting this error but i couldnt figure why im still getting this error and also im using AKS(Azure Kubernetes Service) using 3 replicas-set of mongodb pod

Here is my error MongoServerError[Unauthorized]: not authorized on admin to execute command

and following this documentation for install https://github.com/mongodb/mongodb-kubernetes-operator/blob/master/config/samples/mongodb.com_v1_mongodbcommunity_cr.yaml

plse help me how can i solve

Reasons:
  • Blacklisted phrase (1): this document
  • Blacklisted phrase (0.5): how can i
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): plse help me
  • RegEx Blacklisted phrase (1): i getting this error
  • RegEx Blacklisted phrase (1): im still getting this error
  • No code block (0.5):
  • Low reputation (1):
Posted by: cloudnetwork

79312542

Date: 2024-12-27 18:30:25
Score: 4
Natty:
Report link

I prefer you use Swiper or Slick slider with responsive

that will solve your problem

https://kenwheeler.github.io/slick/

https://swiperjs.com/demos

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

79312541

Date: 2024-12-27 18:29:24
Score: 4.5
Natty: 4
Report link

Ninja type game's like ninja archi

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

79312392

Date: 2024-12-27 17:10:03
Score: 5
Natty:
Report link

Facing the same issue since yesterday, not sure exactly what happened as it was working fine before. The webhook subscription is working fine but nothing when the user sends a message to the business number.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: user25694928

79312360

Date: 2024-12-27 16:52:58
Score: 5
Natty: 6
Report link

Hmm... sys.master_files returns 8kb pages, which means 128 of them = 1 mb. So, why are all the calculations multiplying by 8? By my questionable math skills, 8(kb) * 8 = 64(kb).

If we multiply 8kb pages by 128, we get 1024(kb) or 1 mb. Am I missing something?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Alleged DBA

79312256

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

const up_vote_span = document.querySelector('.up-vote');
const down_vote_span = document.querySelector('.down-vote');
let count = document.querySelector('.number');

let upVote = false;
let downVote = false;

up_vote_span.addEventListener('click', function() {

  if (downVote === true) {

    up_vote_span.style.color = "#3CBC8D";
    down_vote_span.style.color = "dimgray";
    count.innerHTML = parseInt(count.innerHTML) + 2;
    upVote = true;
    downVote = false;

  } else if (upVote === false) {
    up_vote_span.style.color = "#3CBC8D";
    count.innerHTML = parseInt(count.innerHTML) + 1;
    upVote = true;
  } else if (upVote === true) {
    up_vote_span.style.color = "dimgray";
    count.innerHTML = parseInt(count.innerHTML) - 1;
    upVote = false;
  }
});

down_vote_span.addEventListener('click', function() {

  if (upVote === true) {
    up_vote_span.style.color = "dimgray";
    down_vote_span.style.color = "#3CBC8D";
    count.innerHTML = parseInt(count.innerHTML) - 2;
    downVote = true;
    upVote = false;
  } else if (downVote === false) {
    down_vote_span.style.color = "#3CBC8D";
    count.innerHTML = parseInt(count.innerHTML) - 1;
    downVote = true;
  } else if (downVote === true) {
    down_vote_span.style.color = "dimgray";
    count.innerHTML = parseInt(count.innerHTML) + 1;
    downVote = false;
  }
});
.number {
  display: inline-block;
  text-align: center;
}

.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.up-vote {
  color: dimgray;
  cursor: pointer;
}

.down-vote {
  cursor: pointer;
  color: dimgray;
}
<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
  <meta charset="utf-8">
  <title></title>
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</head>


  <div class="vote">
    <span class="up-vote"><i class="fas fa-angle-up"></i></span>
    <span class="number">990</span>
    <span class="down-vote"><i class="fas fa-angle-down"></i></span>
  </div>

Reasons:
  • Blacklisted phrase (0.5): upVote
  • RegEx Blacklisted phrase (2): down-vote
  • RegEx Blacklisted phrase (2): downVote
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: May Thagyan

79312228

Date: 2024-12-27 15:54:41
Score: 4
Natty: 4
Report link

This is my answer.. sleep for a while.. think of it and it will be ok

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

79312223

Date: 2024-12-27 15:52:39
Score: 6.5 🚩
Natty: 5
Report link

any update on this? i have the same question....

all API/graphql requests can be done programmatically by sending 3 headers:

one of the request that sets these cookies is the one done to --> POST https://api.x.com/1.1/onboarding/task.json

but it also sends an Authorization token and X-Guest-Token via the headers :/

Reasons:
  • Blacklisted phrase (1): i have the same question
  • Blacklisted phrase (1): update on this
  • No code block (0.5):
  • Me too answer (2.5): i have the same question
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: tom

79312220

Date: 2024-12-27 15:51:38
Score: 4
Natty: 4.5
Report link

DeleteMessage and DeleteMessageBatch use the same IAM action permission: https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-api-permissions-reference.html

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

79312186

Date: 2024-12-27 15:37:34
Score: 4.5
Natty:
Report link

@cristian, interesting I ran your solution and even though it works almost perfectly, it doesn't quite return the correct rotation. The atan2 method does. Unfortunately my vector math is a bit too rusty to tell you what goes wrong...

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @cristian
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: rapatski

79312183

Date: 2024-12-27 15:37:33
Score: 6.5
Natty: 7.5
Report link

How can I insert this code in the new order email?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • 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 can I in
  • Low reputation (1):
Posted by: user140471

79312090

Date: 2024-12-27 14:56:23
Score: 4
Natty:
Report link

The question is still not answered, because @john-conde answer is wrong. $xmasStart and $xmasEnd both assume 2024 for the year.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @john-conde
  • Single line (0.5):
  • Low reputation (1):
Posted by: Женско ДПС