79434407

Date: 2025-02-12 20:50:58
Score: 4.5
Natty: 4
Report link

Go live and stop lying to yourself

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

79434406

Date: 2025-02-12 20:49:57
Score: 5.5
Natty: 6
Report link

I have this problem, but this solution does not work. Once added the Tomcat Server 10.1.35 to Netbeans 24, the server does not appear when trying to add the server to the project.

Any help?

Reasons:
  • Blacklisted phrase (1): Any help
  • Blacklisted phrase (1): I have this problem
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: carles

79434400

Date: 2025-02-12 20:46:56
Score: 7.5 🚩
Natty: 4.5
Report link

thanks for the answer. I've developed this as a solution for the problem i have to solve

//PART 1: Aggregate on temporal dimension and obtain percentage of posts classified as NSFW
//Posts are :(id,subreddit.id,subreddit.name,subreddit.nsfw,created_utc,permalink,domain,url,selftext,title,score)
//(x._1, x._3, x._4)
val percentageNSFWPosts = rddPosts.map(x => (x._5, x._4))  // (created_utc, nsfw flag)
.groupByKey()
.mapValues({case (nsfwCount) =>
    val totalPostsAtTime = nsfwCount.size
    val totNSFWPost = nsfwCount.count(el => el == true)
    ((totNSFWPost * 100) / totalPostsAtTime).toDouble
})

By doing this, i'm able to get everything in a certain temporal dimension and get the percentage of all posts that are considered NSFW. Since you have mentioned usage of reduce (which is also a method they have suggested me to make this more optimized), could you help me to optimize this work by using reduce or reduceByKey ?

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): could you help me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Andrea Bianchi

79434382

Date: 2025-02-12 20:39:54
Score: 4.5
Natty:
Report link

Method provided by @johnturner4004 works

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @johnturner4004
  • Single line (0.5):
  • Low reputation (1):
Posted by: cuongtran.tm

79434371

Date: 2025-02-12 20:34:51
Score: 11.5 🚩
Natty: 6
Report link

Did you solve this? I am facing the exact same issue following the same tutorial.

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

79434357

Date: 2025-02-12 20:25:48
Score: 7.5 🚩
Natty: 6.5
Report link

is there a solution to this ? Im using node 8.0.0 and npm 6.1.0

Reasons:
  • Blacklisted phrase (3): is there a solution
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): is there a solution to this
  • Low reputation (1):
Posted by: user29620084

79434353

Date: 2025-02-12 20:22:46
Score: 8.5 🚩
Natty: 4.5
Report link

Did you ever figure this out? I'm trying to do the same thing.

Reasons:
  • Blacklisted phrase (1): trying to do the same
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Leslie Winston

79434318

Date: 2025-02-12 20:06:42
Score: 4
Natty:
Report link

While searching on net, I found the answer at https://answers.microsoft.com/en-us/outlook_com/forum/all/email-signatures-disappearing-every-time-i-shut/d2fc96da-0388-4576-9fad-ea7e575153fb?page=2

Microsoft has introduced something called "Outlook roaming signatures" To fix the one needs to create registry described there on the page and it works fine.

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

79434165

Date: 2025-02-12 19:04:24
Score: 7 🚩
Natty:
Report link

Removing padding and margin styles from the * class in index.css file issue will be resolve. I dont know why this is happening, please anyone explain.

Reasons:
  • Blacklisted phrase (3): please anyone
  • RegEx Blacklisted phrase (1): I dont know why this is happening, please
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nitin Sirsath

79434156

Date: 2025-02-12 19:01:23
Score: 4
Natty: 4
Report link

to put this whole thing simple its wrong_distance*cos(degrees_from_center)

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

79434123

Date: 2025-02-12 18:49:19
Score: 12.5
Natty: 7
Report link

Did you find any solution for this ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution for 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 find any solution for this
  • Low reputation (0.5):
Posted by: Say0

79434085

Date: 2025-02-12 18:34:15
Score: 4
Natty:
Report link

That's very good post. know more

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

79434082

Date: 2025-02-12 18:31:12
Score: 6.5 🚩
Natty: 6
Report link

How will we be able to add charts and graph into Fastreport with .net core 8?

Reasons:
  • 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): How
  • Low reputation (1):
Posted by: Komal Singh

79434056

Date: 2025-02-12 18:21:07
Score: 6.5 🚩
Natty: 6.5
Report link

Team I have a document like below in a collection name function.

"function_name": "ABCAnalysis", "function_owner": [ "DAO" ], "authorized_groups": [ "group1", "group2", "group3" ], "authorized_users": {} }

I want to add another group "group4" to authorized_groups field in each document of collection. How can I do that?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): can I do
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29618744

79434044

Date: 2025-02-12 18:16:02
Score: 9.5 🚩
Natty:
Report link

Were you able to fix this? Having the same issue. Obviously I did try updating app.json, but to no avail:

"expo":{ ... "android": { "permissions": ["android.permission.DETECT_SCREEN_CAPTURE"],

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ryan Murphy

79434021

Date: 2025-02-12 18:02:58
Score: 5
Natty: 6.5
Report link

Why I did follow is https://learndirectus.com/how-to-filter-the-directus-api/ it also explains if you concatenate different filters

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Why I
  • Low reputation (1):
Posted by: Mauro Soto

79434020

Date: 2025-02-12 18:01:57
Score: 4
Natty:
Report link

The issue has been resolved now, as mentioned here https://github.com/geonetwork/core-geonetwork/pull/8654

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

79433988

Date: 2025-02-12 17:49:54
Score: 4.5
Natty:
Report link

Resolved. There was a typo in the code.

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

79433913

Date: 2025-02-12 17:17:46
Score: 5.5
Natty:
Report link

We are seeing same issue and working till yesterday, but suddenly not working today and getting build failed with below error.

Failed to collect dependencies at com.microsoft.azure:msal4j:jar:1.13.4 -> com.nimbusds:oauth2-oidc-sdk:jar:9.35 -> net.minidev:json-smart:jar:[1.3.3,2.4.8]: No versions available for net.minidev:json-smart:jar:[1.3.3,2.4.8] within specified range

It could be great if someone is sharing suggestions on this issue.

Thanks Raju K

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Contains signature (1):
  • No code block (0.5):
  • Me too answer (2.5): seeing same issue
  • Low reputation (1):
Posted by: Raju

79433857

Date: 2025-02-12 16:57:41
Score: 4.5
Natty: 4
Report link

After all these year, is there any new Kubernetes way to do this, without the need to use hostNetwork: true?

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): is there any
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Lantaros

79433856

Date: 2025-02-12 16:56:37
Score: 7.5 🚩
Natty:
Report link

I have the same issue, in my case name of package is the same in MainActivity.kt and build.gradle.

Should I try to delete MainActivity.kt and add it again? How to add it after delete?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: mar

79433810

Date: 2025-02-12 16:40:30
Score: 8 🚩
Natty: 5.5
Report link

I am having the same issue. Have you resolved the issue by any chance?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vyshnavi reddy velma

79433793

Date: 2025-02-12 16:35:29
Score: 5
Natty: 5
Report link

Hello you need to use a patch KanbanController and there it handles saves, I don't know if you still looking for a solution ?

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

79433671

Date: 2025-02-12 15:54:18
Score: 4
Natty:
Report link

How would you do with simple-xml if needed to have attributes inside command or result elements?:

config
command name="X"> com1 /command>
result name="Y"> res1 /result>
command name="A"> com2 /command>
result name="B"> res2 /result>
/config>

Reasons:
  • Blacklisted phrase (1): How would you
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How would you
  • Low reputation (1):
Posted by: optimisto1

79433662

Date: 2025-02-12 15:49:17
Score: 5
Natty:
Report link

Thanks for adriangibanelbtactic for this super documentation ! My problem is solved !

https://github.com/btactic-oo/unlimited-onlyoffice-package-builder/blob/v0.0.2/README-BUILD-NEWER-VERSIONS.md

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: vincent clerc

79433637

Date: 2025-02-12 15:40:13
Score: 5.5
Natty: 5
Report link

its like this closed?value=true

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29616596

79433619

Date: 2025-02-12 15:35:11
Score: 4.5
Natty:
Report link

This page helped me setup primeng 19 and tailwindcss 4 and still retain some scss:

https://medium.com/@daniel.codrea/setting-up-a-primeng-v19-and-tailwindcss-v4-project-f1b550c8e2d0

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tom E.

79433586

Date: 2025-02-12 15:23:07
Score: 13.5
Natty: 7.5
Report link

I have the same problem. Did you manage to solve it?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): Did you manage to solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • 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: Darth Vader

79433525

Date: 2025-02-12 15:06:01
Score: 12
Natty: 9
Report link

i have the same problem as well. have you found a solution for this? thank you!!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (2.5): have you found a solution for this
  • 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: isaiah

79433524

Date: 2025-02-12 15:06:00
Score: 4
Natty:
Report link

I created an account just to update this to say that you no longer have to despair if you need to update a connector and AWS added this feature https://docs.aws.amazon.com/msk/latest/developerguide/mkc-update-connector.html

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

79433511

Date: 2025-02-12 15:01:58
Score: 4
Natty:
Report link

Same here with maven dependency:

Maybe this post can help you: https://techcommunity.microsoft.com/blog/analyticsonazure/workarounds-for-maven-json-smart-2-5-2-release-breaking-azure-databricks-job-dep/4377517

Good luck!

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

79433481

Date: 2025-02-12 14:49:55
Score: 7 🚩
Natty: 6.5
Report link

does anyone have another solution for the problem described above by F.Nik? I get the exact dame errors as described above, and the recommendation by Morteza does not help me because there is only one instance running in my case (Ubuntu)

Thank you very much for your responds.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): does anyone have
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jakob S.

79433424

Date: 2025-02-12 14:32:49
Score: 4
Natty:
Report link

It sounds like what you're looking for is the SnackBar widget. https://docs.flutter.dev/cookbook/design/snackbars

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

79433423

Date: 2025-02-12 14:32:48
Score: 8.5 🚩
Natty: 5.5
Report link

Hello @user688291 i have the same problem although i put the AID to the info.plist i dont know why

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • User mentioned (1): @user688291
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Essam Mahmoud

79433383

Date: 2025-02-12 14:19:44
Score: 4.5
Natty:
Report link

foreachPartition function works on executor level, you can see details logs on the executor logs rather than driver logs. Worth checking the executor logs. Also, do you see the data getting updated in PostgreSQL table?

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

79433357

Date: 2025-02-12 14:13:42
Score: 4.5
Natty: 4
Report link

Any updates on this? All the answers are deprecated as today: 12 February 2025

Reasons:
  • Blacklisted phrase (1): Any updates on
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Cipri

79433330

Date: 2025-02-12 14:04:39
Score: 6.5 🚩
Natty: 5
Report link

Is there anyone available to develop a REST middleware to connect multiple devices on to Impinj R420?

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

79433309

Date: 2025-02-12 13:56:34
Score: 10.5 🚩
Natty: 6.5
Report link

I have a very similar situation when we execute a stored procedure in snowflake but the result does not appears in Data factory. For me it happens in a Copy activity in a ForEach loop.

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 (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Tamas Paulik

79433279

Date: 2025-02-12 13:46:31
Score: 4
Natty:
Report link

Did you change your simulation type to "real device"? It's easy to overlook, done that myself a couple of times.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Thilo Mohr

79433254

Date: 2025-02-12 13:39:26
Score: 10.5 🚩
Natty: 5.5
Report link

Were you able to resolve this issue?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve this issue?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: DevPaiola

79433199

Date: 2025-02-12 13:19:20
Score: 4
Natty:
Report link

Have you tried to import your glb into : https://gltf.pmnd.rs/ , to see how the is the glb's structure when you exported it ?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mehmed Kurtic

79433163

Date: 2025-02-12 13:10:17
Score: 4.5
Natty:
Report link

Would be nice to have a code you have written to handle that use case @emonigma .

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @emonigma
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ivan Knežević

79433153

Date: 2025-02-12 13:08:15
Score: 5.5
Natty:
Report link

As you can see below, I am getting a compilation error suggestion. Are you not getting these?

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Prashant Kumar

79433125

Date: 2025-02-12 12:58:12
Score: 5
Natty: 4.5
Report link

[enter image description here][1]

[1]: https://i.sstatic.net/IxDsU3AW.jpg for HD mein photo

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nitin Diu

79433063

Date: 2025-02-12 12:40:07
Score: 5
Natty: 4
Report link

@Adyson , I get that people like you are frightened because AI took over your job. AI is far better than people like you who are judgemental.

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

79433060

Date: 2025-02-12 12:38:04
Score: 11.5 🚩
Natty: 4.5
Report link

Did you find a fix for this? I am facing the same issue

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a fix
  • RegEx Blacklisted phrase (1.5): fix for 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 find a fix for this
  • Low reputation (1):
Posted by: osama mukhtar

79433023

Date: 2025-02-12 12:27:59
Score: 12.5 🚩
Natty:
Report link

I'm also facing the same issue, did you manage to solve this?

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm also facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thomas Audo

79433018

Date: 2025-02-12 12:25:58
Score: 4
Natty: 4
Report link

This solution only works in case of csv files

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

79433010

Date: 2025-02-12 12:23:56
Score: 4
Natty:
Report link

I don't know if my problem is the same. But I am also having issues on my website for scrolling. My website works on chrome 132 but not on chrome 133. Is anyone experiencing the same?

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

79432989

Date: 2025-02-12 12:12:54
Score: 5.5
Natty:
Report link

As @alo commented above, KrakenD is built using its own builder, so it shouldn't happen. More info here: github.com/krakend/krakend-ce/blob/master/Makefile#L80-L81

Check and ensure that your Dockerfile is built FROM the same specific KrakenD version (maj.min.fix)?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @alo
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Albert Garcia

79432965

Date: 2025-02-12 12:01:50
Score: 5
Natty:
Report link

@Bastián Olea Herrera Hi! Sorry for hijacking this question, but I was having this same problem and your answer worked for me! However, it's failing to actually print the plots. I'm using ggsurvminer and trying to print the plots from a list, like this:

```{r config, include=FALSE}
newslide <- function(content) {
  code <- deparse(substitute(content))

  cat(sep = "\n",
    knitr::knit_child(
      quiet = TRUE,
      text = c("```{r dpi=600, warning=FALSE, message=FALSE, echo=FALSE, results='asis', escape = TRUE}", #the r
    code, 
    "```")
      )
  )
}
```

```{r latex, echo=FALSE, results = 'asis', escape = "TRUE"}
for (cat in category){
  plot1 <- plot_list[[cat]]$plot

      newslide(
  content = {
        cat("\\begin{multicols}{2}\n")
        cat("\\noindent\n")
        print(table1_latex)
        cat("\\columnbreak\n")
        cat("\\begin{center}\n")
        print(plot1)
        cat("\n")
        cat("\\end{center}\n")
        cat("\\end{multicols}\n")
  }
)
}
```

I'm getting this error message:

! Missing $ inserted.
<inserted text> 
                $
l.561 ![](rewrite_
                  files/figure-latex/unnamed-chunk-19-1.pdf)<!-- --> 

Do you know what could be causing this? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): what could be
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (1): I'm getting this error
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Bastián
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: carolinasc

79432918

Date: 2025-02-12 11:44:46
Score: 4.5
Natty: 5
Report link

Thanks alot, It saved me alot of time.

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

79432888

Date: 2025-02-12 11:32:41
Score: 9.5 🚩
Natty: 5.5
Report link

were you able to achieve this? I am also looking for something similar in my project. Any guidance would be appreciated.

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (2): I am also looking
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bubbles

79432878

Date: 2025-02-12 11:28:39
Score: 4.5
Natty: 6.5
Report link

This works for me and sorts the view, however if I try to sort on a taxonomy column and want to sort by the label of the taxonomy, when I switch language it always sorts by the default language. How can I sort on the current language?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Whitelisted phrase (-1): works for me
  • 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: Andre

79432809

Date: 2025-02-12 11:07:33
Score: 4
Natty: 5
Report link

Me Facebook post ka auto comment tool bana rha hu mujhe post ka fb_dtsg chaiye batao kese nikalu ya aap dedo

Reasons:
  • Blacklisted phrase (1): to comment
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ansh Rajput xd

79432714

Date: 2025-02-12 10:32:24
Score: 6 🚩
Natty:
Report link

I am having the same problem on my PI500, where do I change the terminal setting? Can't see anything in Raspberry PI Configuration or VSC

Thanks Steve

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Steve Gale

79432680

Date: 2025-02-12 10:21:21
Score: 5.5
Natty: 8
Report link

can you please share, where did you exactly changed the data type ? I changed the unixtimestamp DateTimeFormat from epoch_s to %Y-%m-%dT%H:%M:%S as an attemp to make Date_trunc work properly on it but gives me the same BigInt error. Thank you

Day grain doesn't work properly on unix timestamp on hour and muintes level

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): can you please share
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): can you please share
  • Low reputation (1):
Posted by: Noha El Guindy

79432679

Date: 2025-02-12 10:21:19
Score: 7.5 🚩
Natty:
Report link

Did anyone find a solution for this? It seems absurd that the universal linking works from everywhere except the Gmail app. The link provided by @Alex Bauer doesn't work anymore..

Reasons:
  • RegEx Blacklisted phrase (3): Did anyone find a solution
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Alex
  • Single line (0.5):
  • Starts with a question (0.5): Did anyone find a solution for this
  • Low reputation (0.5):
Posted by: Edoardo Trotta

79432660

Date: 2025-02-12 10:14:16
Score: 5.5
Natty: 6
Report link

hi hi hi hi hi hi hi hi hi hi hi hi

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

79432614

Date: 2025-02-12 10:01:13
Score: 6 🚩
Natty:
Report link

please watch this video https://www.youtube.com/watch?v=OCmCIMJ4X08 I hope your problem will be solved soon.

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

79432605

Date: 2025-02-12 10:00:11
Score: 7.5 🚩
Natty: 6
Report link

I'm facing the same issue but in Azure Databricks while installing azure libraries, did you know if there is any option to force the old version??

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: VicFerron

79432588

Date: 2025-02-12 09:58:10
Score: 4
Natty: 4.5
Report link

So what about use dual core? On second coe wi run zero_cross with interrupt

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

79432540

Date: 2025-02-12 09:38:05
Score: 7
Natty: 7
Report link

https://docs.google.com/spreadsheets/d/1DBfZd46QWLtCCNMqGAoUQ3NQ2NP_Y6NY9E4FpQPm0P0/edit?usp=sharing

Please Download the file i need in urgent this is my expense sheet

Reasons:
  • Blacklisted phrase (0.5): i need
  • RegEx Blacklisted phrase (2): urgent
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Manish

79432535

Date: 2025-02-12 09:37:03
Score: 6.5 🚩
Natty:
Report link

We have the same problem. During updating the game from Google Play we have the error "can't install game".

it was working normally before but it happens since beginning of this week.

When did this problem begin for your game??

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: tilikum

79432475

Date: 2025-02-12 09:14:57
Score: 4
Natty:
Report link

In IIS 10 this can be changed by updating .NET Globalization settings:

enter image description here

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

79432419

Date: 2025-02-12 08:51:51
Score: 6.5 🚩
Natty: 5
Report link

Azaad, could you tell me which system you configured the proxy for, I have a similar task, but nothing works, I can't solve the problem for more than 5 days

Reasons:
  • Blacklisted phrase (1): but nothing work
  • RegEx Blacklisted phrase (2.5): could you tell me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alexandr Starovoytov

79432416

Date: 2025-02-12 08:49:49
Score: 10 🚩
Natty: 5.5
Report link

I have come across a similar issue. Were you able to resolve the error? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1.5): resolve the error?
  • 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: Confused Dev

79432388

Date: 2025-02-12 08:39:45
Score: 5.5
Natty:
Report link

thank you for your hints. In the meantime I created a completly new project only with .Net 8 and SAP .Net connector 3.1.5.0 what should be working together. The necessary VC++ runtimes are also installed. But I still have the same problem.

Something is not fitting together and I have no idea what :-(

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Franklin

79432384

Date: 2025-02-12 08:35:44
Score: 5.5
Natty:
Report link

Just in case, can you check if the Microsoft Hand Interaction Profile is enabled under the Windows, Mac, Linux settings tab on those two PCs with issues? enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Ying Li - MSFT

79432326

Date: 2025-02-12 08:13:38
Score: 5.5
Natty:
Report link

Do you have the firebase-messaging-sw.js file under your web directory? To receive push notifications, you need to set up a Service Worker at first.

Link

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have the
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Yohei Kitamura

79432249

Date: 2025-02-12 07:30:28
Score: 7.5 🚩
Natty: 5.5
Report link

i have same problem, how to fix it

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
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nguyễn Hồng Cường

79432229

Date: 2025-02-12 07:17:24
Score: 4
Natty:
Report link

curl -sSL https://github.com/ruby/ruby/commit/1dfe75b0beb7171b8154ff0856d5149be0207724.patch -o ruby-302-fix.patch && rvm install 3.0.2 --patch ruby-302-fix.patch --with-openssl-dir=$(brew --prefix [email protected]) && rm ruby-302-fix.patch;

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

79432212

Date: 2025-02-12 07:09:20
Score: 4
Natty:
Report link

I have the same issue, i want to compile different maven proect with different jdk, but it not works, this is my code

@Override
    public void compiler(CompileDTO dto) {
        String originalJavaHome = System.getenv("JAVA_HOME");
        String originalClasspath = System.getenv("CLASSPATH");
        try {
            // 设置新的环境变量
            String newJavaHome = dto.getJdkPath();
            String newClasspath = newJavaHome + "/lib";
            if (newJavaHome != null) {
                System.setProperty("JAVA_HOME", newJavaHome);
                System.setProperty("CLASSPATH", newClasspath);
            } else {
                throw new ServiceException("JDK路径不正确或无法设置环境变量");
            }

            String executeAbleCommand = MavenCommand.EXECUTABLE + newJavaHome + "/bin/javac";
            String classpathCommand = MavenCommand.CLASSPATH + newJavaHome + "/lib";
            MavenCommand.COMMAND.add(executeAbleCommand);
            MavenCommand.COMMAND.add(classpathCommand);
            log.info("开始编译Maven项目,代码路径: {}, 编译参数: {}", dto.getCodePath(), MavenCommand.COMMAND);
            long startTime = System.currentTimeMillis();
            File codeFile = new File(dto.getCodePath());
            if (!codeFile.exists()) {
                throw new ServiceException("代码路径不存在");
            }
            MavenCli cli = new MavenCli();
            System.getProperties().setProperty(MavenCli.MULTIMODULE_PROJECT_DIRECTORY, MavenCli.USER_MAVEN_CONFIGURATION_HOME.getAbsolutePath());

            PrintStream originalErrStream = System.err;
            PrintStream originalOutStream = System.out;

            int statusCode;
            try {
                statusCode = cli.doMain(MavenCommand.COMMAND.toArray(new String[0]), dto.getCodePath(), System.out, System.err);
            } catch (Exception e) {
                throw new ServiceException("执行编译命令失败", e);
            } finally {
                System.setOut(originalOutStream);
                System.setErr(originalErrStream);
            }
            if (statusCode != 0) {
                throw new ServiceException("执行编译命令失败, statusCode: " + statusCode);
            }
            log.info("结束编译Maven项目,编译耗时: {} s", (System.currentTimeMillis() - startTime) / 1000);

        } finally {
            // 恢复原始的环境变量
            if (originalJavaHome != null) {
                System.setProperty("JAVA_HOME", originalJavaHome);
            } else {
                System.clearProperty("JAVA_HOME");
            }
            if (originalClasspath != null) {
                System.setProperty("CLASSPATH", originalClasspath);
            } else {
                System.clearProperty("CLASSPATH");
            }
        }

command log:编译参数: [clean, compile, -Dmaven.test.skip=true, --batch-mode, -T 2C, -Dmaven.compiler.executable=/opt/jdk1.8.0_202//bin/javac, -Dmaven.compiler.classpath=/opt/jdk1.8.0_202//lib]

but log error is: Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.el7_9.x86_64/../lib/tools.jar -> [Help 1]

/usr/lib/jvm/java-11-openjdk-11.0.12.0.7-0.el7_9.x86_64/ is internal jdk path, not my jdk path

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: linvaux c

79432190

Date: 2025-02-12 06:58:17
Score: 9 🚩
Natty: 6
Report link

did not understand, could somebody explain like ELI5?

Reasons:
  • RegEx Blacklisted phrase (2.5): could somebody explain
  • 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 not
  • Low reputation (1):
Posted by: sumangla

79432073

Date: 2025-02-12 06:04:04
Score: 5.5
Natty: 6.5
Report link

Can I mint using script(not through UI) with candy guard?

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): Can I
  • Low reputation (0.5):
Posted by: Jiechao Li

79432056

Date: 2025-02-12 05:48:00
Score: 4
Natty: 4
Report link

Best way to do this is using FieldArray from formik.

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

79431999

Date: 2025-02-12 05:11:52
Score: 4
Natty:
Report link

Facing the same problem. And fix by this.

check the package tree by run

flutter pub deps

you will find the tree where & which package using flutter_inappwebview-5.8.0.

update that package.

for me update => youtube_player_flutter: ^8.1.2 to youtube_player_flutter: ^9.0.4

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same problem
  • Low reputation (0.5):
Posted by: Nas Shihab

79431981

Date: 2025-02-12 05:01:46
Score: 4.5
Natty: 4.5
Report link

@Michael-sqlbot, @Magnus Engdal, @Robin James Kerrison - "Authorizer Lambda" solution worked for me, thanks a lot to all of you for writing this here. It must be there somewhere in AWS doc, but I did not find it. Thanks a lot.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Michael-sqlbot
  • User mentioned (0): @Magnus
  • User mentioned (0): @Robin
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Tanushree Paul

79431932

Date: 2025-02-12 04:18:37
Score: 10 🚩
Natty: 5
Report link

@Bob were you able to resolve the issue? I am running into a similar issue and was looking for options.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve the issue?
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Bob
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: techie

79431929

Date: 2025-02-12 04:16:34
Score: 6.5 🚩
Natty:
Report link

I use custom images instead of the system ones and the images and text are not vertically centered. Do you have how can I fix that ? Thank you ! – John Doe

For anyone finding this question but not the answer... you're looking for the modifier .baselineOffset(-3)

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): how can I
  • RegEx Blacklisted phrase (1.5): how can I fix that ?
  • RegEx Blacklisted phrase (2.5): Do you have how
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: eudox

79431923

Date: 2025-02-12 04:15:33
Score: 5.5
Natty: 5
Report link

This video worked for me when I was getting the same error: https://www.youtube.com/watch?v=rVwDHBNvxuM

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): This video
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: look

79431898

Date: 2025-02-12 03:56:28
Score: 4.5
Natty:
Report link

maybe an EC bug: https://github.com/apache/orc/issues/1939, check your hadoop version

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

79431841

Date: 2025-02-12 03:17:20
Score: 5
Natty:
Report link

Here are Step by Step demo for integration UIPickerview with customise array.

https://www.youtube.com/watch?v=k4sORj4-4B0

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

79431796

Date: 2025-02-12 02:47:13
Score: 5
Natty: 5.5
Report link

Also, Why does cloud_firestore depend on flutter? Was trying to use it on server and this dependency seems odd. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Venki Muthanna

79431763

Date: 2025-02-12 02:25:08
Score: 5.5
Natty: 4.5
Report link

See a similar issue described in https://github.com/dotnet/aspnetcore/issues/53979

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): See a similar issue
  • Single line (0.5):
  • High reputation (-1):
Posted by: Laisvis Lingvevicius

79431762

Date: 2025-02-12 02:23:07
Score: 10 🚩
Natty: 5
Report link

im trying to do something similar in my app, and was wondering if you figured out a way to do this?

Thanks in advance!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): was wondering
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user29544369

79431728

Date: 2025-02-12 01:57:02
Score: 4
Natty:
Report link

nigga! you are nigga you dont know how to code

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

79431675

Date: 2025-02-12 01:27:56
Score: 4.5
Natty:
Report link

Looks like it's not work the bother. https://learn.microsoft.com/en-us/answers/questions/2155927/when-users-sign-in-to-my-app-i-cant-get-their-goog

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Mark Evans

79431587

Date: 2025-02-12 00:02:40
Score: 4.5
Natty: 4
Report link

How to make top level into another window

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Usain Bolt

79431497

Date: 2025-02-11 22:51:26
Score: 11
Natty: 8.5
Report link

What if I want 2.3913 -> 2.5

4.6667 -> 5.0

2.11 -> 2.5

0.01 - > 0.5

Can someone help me?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can someone help me
  • RegEx Blacklisted phrase (1): I want
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): What if I
  • Low reputation (1):
Posted by: Bala

79431361

Date: 2025-02-11 21:32:09
Score: 4
Natty: 5
Report link

Thank you! Just what I was looking for in trying to create a hierarchy check

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: user3788592

79431348

Date: 2025-02-11 21:28:07
Score: 4
Natty: 6.5
Report link

!curl -fsSL https://ollama.com/install.sh | sh works for me, thanks!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-1): works for me
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user616701

79431346

Date: 2025-02-11 21:27:06
Score: 5.5
Natty:
Report link

I have the same issue and got fixed after install XQuartz from https://www.xquartz.org. After installation, restart your Mac. And then

install.packages("tcltk")

install.packages("plot3D")

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

79431334

Date: 2025-02-11 21:21:04
Score: 5
Natty:
Report link

check out this website

enter link description here

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

79431295

Date: 2025-02-11 21:04:00
Score: 11.5
Natty: 8.5
Report link

@adam Were you able to find a solution for this?

Reasons:
  • RegEx Blacklisted phrase (1): Were you able to find a solution
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @adam
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Normall

79431263

Date: 2025-02-11 20:43:54
Score: 5
Natty:
Report link

On Similar note, in a mat-container if we have a menu and on click anywhere inside the menu the menu closes. how to address such menu's?

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

79431228

Date: 2025-02-11 20:28:49
Score: 4
Natty: 4
Report link

Check here : https://cloud.google.com/docs/authentication/set-up-adc-local-dev-environment it resolved my local issue.

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

79431202

Date: 2025-02-11 20:09:44
Score: 4.5
Natty:
Report link

@s-mabdurrazak I followed this approach, but since i'm using officer to create a docx, it seems it's not working as expected. I ended up with an htm filem I ignore the reasons

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

79431200

Date: 2025-02-11 20:08:43
Score: 4.5
Natty: 4
Report link

I had this problem too, did you manage to find out more details about it?

Public Sub save_book()
    ' fasctinating.. cannot use .protect methods when
    ' using thisworkbook.save
    Application.SendKeys "^s", True
    DoEvents
End Sub

The above code will press keyboard short-cut CTRL+S. DoEvents allows the operating system to recognise the save before moving to the next part of your VBA code.

Not sure if excel allows you to change keyboard short-cuts though!

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to find out
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nathan Bachetti

79431126

Date: 2025-02-11 19:26:34
Score: 4
Natty:
Report link

Just a bonehead change by Shopify that has been reverted:

https://community.shopify.dev/t/webhook-headers-case-change/8021

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