Check out a userscript which highlights deleted posts.
GitHub
Date: 2024-10-24 15:00:47
Score: 14.5
Natty: 7.5
@pilgrimofdelhi, did you fix the issue reported? can you please share the solution?
Reasons:
RegEx Blacklisted phrase (2.5): can you please share the solutionRegEx Blacklisted phrase (3): did you fix theRegEx Blacklisted phrase (1.5): fix the issue reported?Low length (1.5): No code block (0.5): Ends in question mark (2): User mentioned (1): @pilgrimofdelhiSingle line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: user9134756
Date: 2024-10-24 14:58:46
Score: 11
Natty: 8
were you able to resolve this?
Reasons:
RegEx Blacklisted phrase (1.5): resolve this?RegEx Blacklisted phrase (3): were you ableLow length (2): No code block (0.5): Ends in question mark (2): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Avseh Singh
Date: 2024-10-24 14:55:44
Score: 4
Natty:
I got solution by clear browser cache.
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Abin Kuruvilla Chacko
Date: 2024-10-24 14:52:43
Score: 4
Natty:
All the above answers above seems not working for me. Instead, this worked:
WebUri webUrl = WebUri("your url")
No need to pass any parse or uri function, that doesnt work in new android and flutter versions.
Reasons:
Blacklisted phrase (1): doesnt workRegEx Blacklisted phrase (3): not working for meLow length (0.5): Has code block (-0.5):
Posted by: Priyansh jain
Date: 2024-10-24 14:42:38
Score: 9
🚩
Natty: 5
This solution sounds like a workaround. Did you manage to find actual solution to the problem? It seems like my team is facing the same issue.
Reasons:
RegEx Blacklisted phrase (3): Did you manage to findLow length (1): No code block (0.5): Me too answer (2.5): facing the same issueContains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Nekros
Date: 2024-10-24 14:30:35
Score: 5.5
Natty:
I seem to have found out what the problem was - we are using KV Engine v2 and this plugin was designed for KV Engine v1.
I tried with application.properties:
spring.application.name=vaultdemo
spring.cloud.vault.kv.enabled=true
spring.cloud.vault.authentication=TOKEN
spring.cloud.vault.token=
spring.cloud.vault.scheme=http
spring.cloud.vault.host=127.0.0.1
spring.cloud.vault.port=8200
spring.config.import: vault://
but failed as
spring.config.import: vault://
highlights last symbol "/" in red. I learned that it is a bug but found no solution.
Does anyone know a solution to get secrets for KV Engine v2 ?
Reasons:
Blacklisted phrase (1): this pluginRegEx Blacklisted phrase (2): Does anyone knowLong answer (-0.5): Has code block (-0.5): Ends in question mark (2): Self-answer (0.5): Low reputation (1):
Posted by: IgorPiven
Date: 2024-10-24 14:25:32
Score: 5
Natty:
I had a smiliar problem where tons of error messages were appearing on Phpmyadmin everytime i clicked somewhere, even after i dismissed them all, they would just appear again every time i clicked on something. Crippling my work flow.
i added the following line in the config.inc.php file and that fixed the problem. I couldn't just remove the "//" before it since it wasnt in the file initially.
the line i added:
$cfg['SendErrorReports'] = 'never';
Since i can't upvote yet i needed to answer here.
Credit to @Rbbn for the answer that helped me too.
Reasons:
Blacklisted phrase (0.5): i needBlacklisted phrase (0.5): upvoteRegEx Blacklisted phrase (2): can't upvoteLong answer (-0.5): No code block (0.5): User mentioned (1): @RbbnLow reputation (1):
Posted by: NormandBrokenAngelMarineau
Date: 2024-10-24 14:15:29
Score: 5
Natty:
Check out the repo for a quick deployment on k8s. enter link description here
Reasons:
Blacklisted phrase (0.5): enter link description hereProbably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: 王九日
Date: 2024-10-24 14:13:25
Score: 6
🚩
Natty:
I know this question was resolved, but the solution by Ashish is not working for me using mantine v7.13.3. I know
Reasons:
RegEx Blacklisted phrase (3): not working for meLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Eleanor Scerri
Date: 2024-10-24 14:05:23
Score: 5
Natty: 5.5
I encountered the same issue: when I logged out of one app, the Identity Provider (IdP) logged me out as well, while the other app remained logged in. Is this a configuration problem with the first app or the second app?
Reasons:
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: ghaliah ayed
Date: 2024-10-24 13:51:19
Score: 4.5
Natty:
The delimited character for SAS is "?" you need to change it to something like this:
https://yourbloburl?yoursastoken
here is the link to the documentation
https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview
Reasons:
Blacklisted phrase (1): here is the linkProbably link only (1): Low length (1): No code block (0.5): Contains question mark (0.5): Low reputation (0.5):
Posted by: CodeSerendipity
Date: 2024-10-24 13:37:15
Score: 4.5
Natty: 5
I'm using this logic, but the collection is not considered during the update. It seems to me, that for attachments the update logic is somehow different. Has anyone experienced the same behavior?
Reasons:
Low length (0.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: wgk
Date: 2024-10-24 13:34:13
Score: 5.5
Natty: 4.5
Sorry, missed this is over 11 years old :).... hope you got it sorted :D
surely var section = <Xrm.Page.Section>Xrm.Page.ui.tabs.get(tabName).sections.get(sectionName);
will compile in the way you specified in the "correct javascript syntax should be" bit?
Reasons:
Low length (0.5): No code block (0.5): Ends in question mark (2): Unregistered user (0.5): Looks like a comment (1): Low reputation (1):
Posted by: SteveD
Date: 2024-10-24 13:30:10
Score: 6.5
🚩
Natty: 5
I have faced the same problem.
Can you solve it?
Reasons:
RegEx Blacklisted phrase (1.5): solve it?Low length (1.5): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Village Code
Date: 2024-10-24 13:28:07
Score: 6.5
🚩
Natty: 4
Currently facing the same issue on AKS cluster, we have ARM based node pool image version (AKSUbuntu-2204gen2arm64containerd-202410.09.0) but dockerimage build using AMD64 based agents via CI/CD.
when we tried to troubleshoot found pod logs as mentioned below
"exec /usr/local/bin/docker-entrypoint.sh: exec format error"
can anyone help on how to create new nodepool with AMD based OS SKU or how to create dockerfile which support multiple architecture
Note: if buildx is the best solution means kindly let me know how to include it in Github Action workflow step.
"docker buildx build --platform linux/amd64 -t ."
Reasons:
RegEx Blacklisted phrase (3): can anyone helpLong answer (-0.5): No code block (0.5): Me too answer (2.5): facing the same issueLow reputation (1):
Posted by: Aravindhan asokan
Date: 2024-10-24 13:25:06
Score: 4
Natty:
actually encounter same problem :/
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Samy Vasse
Date: 2024-10-24 13:22:03
Score: 7.5
🚩
Natty: 5.5
please if you got the answer can you help me it
Reasons:
Blacklisted phrase (1): help meRegEx Blacklisted phrase (3): can you help meLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Payal Nagda
Date: 2024-10-24 12:52:53
Score: 4.5
Natty:
You need await router.isReady()
Reasons:
Low length (2): No code block (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: MrJomo
Date: 2024-10-24 12:25:43
Score: 6
🚩
Natty: 5.5
how to use it in ansible for sonarqube D.sonar.login?
Reasons:
Low length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): how to use it in Low reputation (1):
Posted by: prem jadhav
Date: 2024-10-24 12:23:39
Score: 11
🚩
Natty:
Can you share the solution if you find anything because i have same issue?
Reasons:
RegEx Blacklisted phrase (2.5): Can you share the solutionLow length (1.5): No code block (0.5): Me too answer (2.5): i have same issueEnds in question mark (2): Single line (0.5): Starts with a question (0.5): Can you share the solution Low reputation (1):
Posted by: susmitha odugu
Date: 2024-10-24 12:15:37
Score: 4
Natty: 4
Google doesn't support a back of pass. All you can do is use the details section of the pass. See https://developers.google.com/wallet/retail/loyalty-cards/resources/template#details-template
Reasons:
Probably link only (1): Low length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Max Koschnick
Date: 2024-10-24 11:50:30
Score: 5
Natty: 5
Reasons:
Probably link only (1): Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: shadow88sky
Date: 2024-10-24 11:49:29
Score: 5
Natty:
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Abdul Suleman
Date: 2024-10-24 11:46:27
Score: 13.5
🚩
Natty: 6
Were you able to fix it? If so, could you please share the solution with me? I’d really appreciate it!
Reasons:
Blacklisted phrase (3): Were you able to fix itRegEx Blacklisted phrase (2.5): could you please share the solutionRegEx Blacklisted phrase (1.5): fix it?RegEx Blacklisted phrase (3): Were you ableLow length (1): No code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Oumaima Mjb
Date: 2024-10-24 11:45:26
Score: 4
Natty:
how do we do this in log4j2, how should we write log4j2.properties
Reasons:
Low length (1.5): No code block (0.5): Single line (0.5): Starts with a question (0.5): how do we Low reputation (1):
Posted by: Pranjal Jain
Date: 2024-10-24 11:35:23
Score: 4
Natty:
https://www.youtube.com/watch?v=VODC59XYGvo
xzzxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxzxzxzXzxzxz
xzx
zx
zxz
xzxzxzx
Reasons:
Blacklisted phrase (1): youtube.comLow length (1): No code block (0.5): Filler text (0.5): xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxLow reputation (1):
Posted by: Muhammad .ul. Bakir
Date: 2024-10-24 11:34:22
Score: 4
Natty: 6
when security stops at your door and won't let you into your own house!!! my god!!! THANK YOU!!!
Reasons:
Blacklisted phrase (0.5): THANK YOULow length (1): No code block (0.5): Single line (0.5): Starts with a question (0.5): when Low reputation (1):
Posted by: lujan99
Date: 2024-10-24 11:29:20
Score: 9
Natty: 8
Have you found the solution?
Thanks!
Reasons:
Blacklisted phrase (0.5): ThanksRegEx Blacklisted phrase (2.5): Have you found the solutionLow length (2): No code block (0.5): Ends in question mark (2): Unregistered user (0.5): Low reputation (1):
Posted by: Alexander
Date: 2024-10-24 10:53:10
Score: 11
🚩
Natty: 5.5
did you ever solve this issue ?
Reasons:
RegEx Blacklisted phrase (3): did you ever solve thisRegEx Blacklisted phrase (1.5): solve this issue ?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: user1617562
Date: 2024-10-24 10:36:05
Score: 4
Natty: 5
If you ever did find a solution to this problem it would be great to read. thanks
Reasons:
Blacklisted phrase (0.5): thanksLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Alan
Date: 2024-10-24 10:35:03
Score: 6.5
🚩
Natty:
What is the version of SQL Server? And what is the Cumulative Update you have.
We are also facing the same issue.
It looks like this started after the CU28 of SQL Server 2019.
Reasons:
Low length (1): No code block (0.5): Me too answer (2.5): also facing the same issueContains question mark (0.5): Unregistered user (0.5): Starts with a question (0.5): What is the Low reputation (1):
Posted by: Atiqrahman
Date: 2024-10-24 10:31:59
Score: 7
🚩
Natty: 4.5
Can't comment yet because of lack of reputation, so I have to write here, it's not an answer but an extension of the question. I am currently trying to figure out the same thing. Is this still unavailable?
Claude suggested me to add the following to my keybindings, which sounds like it should do the trick, but doesn't
{
"key": "shift+enter",
"command": "workbench.action.debug.evalSelectionInDebugConsole",
"when": "debuggersActive && editorTextFocus && editorLangId == 'python'"
}
any ideas?
Reasons:
Blacklisted phrase (1): not an answerBlacklisted phrase (1): any ideasRegEx Blacklisted phrase (1): Can't commentRegEx Blacklisted phrase (1.5): reputationLong answer (-0.5): Has code block (-0.5): Ends in question mark (2): Starts with a question (0.5): Can't Low reputation (1):
Posted by: Georg Raiser
Date: 2024-10-24 10:30:59
Score: 4
Natty: 4
It was recently fixed in iOS 18 without any bigger announcement…
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Andi
Date: 2024-10-24 10:20:56
Score: 4.5
Natty: 4.5
is this syntax correct?
UPDATE tabWebArt
SET ArtImgLink = null
WHERE ArtImgLink = '-'
Reasons:
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 this Low reputation (1):
Posted by: Bimbo
Date: 2024-10-24 09:44:46
Score: 4
Natty:
Late in thread ..but if any one is still facing the issue like I did, please upgrade to Node 20 (it says > 18.20 but I upgraded to 20 anyway)
Reasons:
RegEx Blacklisted phrase (1): I did, pleaseLow length (1): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Shekhar Priyadarshi
Date: 2024-10-24 09:43:43
Score: 6.5
🚩
Natty: 4
I have the very same thing happening to the form that's embedded on Cargo website. Could someone advice on how to make it work? When I tried adding the script function suggested by @davidm_uk, I got an error about 'broken code'.
Reasons:
RegEx Blacklisted phrase (2.5): Could someone adviceLow length (0.5): No code block (0.5): Contains question mark (0.5): User mentioned (1): @davidm_ukSingle line (0.5): Low reputation (1):
Posted by: Adam Tarasewicz
Date: 2024-10-24 09:42:43
Score: 4
Natty: 4.5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Abanoub Harby
Date: 2024-10-24 09:33:40
Score: 5
Natty:
I am having the same problem. I opened a ticket on issuetracker since I notice that internet works if use Google Bar Widget. Here's the issue .
Reasons:
Low length (1): No code block (0.5): Me too answer (2.5): I am having the same problemSingle line (0.5): Low reputation (0.5):
Posted by: iocomxda
Date: 2024-10-24 09:26:38
Score: 4
Natty:
For me source language change to english did the trick.
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Tin Pritišanac
Date: 2024-10-24 09:15:35
Score: 5
Natty:
If anyone is having the same issue, make sure not to just open the ui file in QtCreator. Open the folder containing the file as a workspace such that QtCreator can configure the project as a Qt 5.xx project. After that, pyuic5 should work as expected.
Reasons:
Low length (0.5): No code block (0.5): Me too answer (2.5): having the same issueSingle line (0.5): Low reputation (1):
Posted by: bbawj
Date: 2024-10-24 09:07:33
Score: 4.5
Natty:
I use 206 for (2) if I want to return a No Data message, otherwise 204, just to keep 200 for the correct responses.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/206
Reasons:
RegEx Blacklisted phrase (1): I wantProbably link only (1): Low length (1): No code block (0.5): Low reputation (1):
Posted by: Nik
Date: 2024-10-24 09:02:30
Score: 4.5
Natty:
How do we achieve this in the React Native Expo EAS project?
How do we identify the framework path as Pods, which are runtime created in eas only?
Reasons:
Low length (1): No code block (0.5): Ends in question mark (2): Starts with a question (0.5): How do we Low reputation (0.5):
Posted by: Yuvraj Chaudhari
Date: 2024-10-24 09:01:28
Score: 6.5
🚩
Natty:
I am not sure what you mean.
Can you tell us a bit more about your problem ?
May be give a quick example ?
Is it about creating about a python module ? Is it about importing a python submodule of your current submodule ?
Reasons:
RegEx Blacklisted phrase (2.5): Can you tell usLow length (0.5): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Loic
Date: 2024-10-24 08:52:24
Score: 6.5
🚩
Natty: 6
How to call a function from the uploaded jar?
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 to Low reputation (1):
Posted by: user27964443
Date: 2024-10-24 08:37:20
Score: 4
Natty:
i don't know sorry just saying hi
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: ydrhrsdyj
Date: 2024-10-24 08:37:18
Score: 6
🚩
Natty: 5
Can someone send me the whole C++ Code with everything included? I dont get this started for me.
So what do i implement in dllmain.ccp, MathFuncsDll.h and MathFuncsDll.def
Reasons:
RegEx Blacklisted phrase (2.5): Can someone send meLow length (1): No code block (0.5): Contains question mark (0.5): Starts with a question (0.5): Can someone Low reputation (1):
Posted by: zquizle
Date: 2024-10-24 08:33:16
Score: 9.5
Natty: 7
Same problem here, did you find a solution?
Reasons:
RegEx Blacklisted phrase (3): did you find a solutionRegEx Blacklisted phrase (1): Same problemLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: joão Sousa
Date: 2024-10-24 08:21:13
Score: 4
Natty:
As I said in comment, I don't know how to connect it from unity - controls don't work with this approach.
I have created my own Player Input:
How to connect them? Im storing this input in assets.
Reasons:
Probably link only (1): Low length (0.5): No code block (0.5): Contains question mark (0.5): Self-answer (0.5): Low reputation (1):
Posted by: MuzealnaDotacja
Date: 2024-10-24 08:17:12
Score: 4.5
Natty:
RefreshScopeRefreshedEvent is better.
Reasons:
Low length (2): No code block (0.5): Has no white space (0.5): Single line (0.5): Low reputation (1):
Posted by: facebook-100003265043774
Date: 2024-10-24 07:57:06
Score: 4
Natty:
how to get the binArrayBitmapExtension account
Reasons:
Low length (1.5): No code block (0.5): Single line (0.5): Starts with a question (0.5): how to Low reputation (1):
Posted by: muyu42163com
Date: 2024-10-24 07:55:03
Score: 7.5
🚩
Natty: 6
Is it possible to dyamically build the library path using pipeline parameters?
Reasons:
Blacklisted phrase (1): Is it possible toLow 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): Is it Low reputation (1):
Posted by: user27963501
Date: 2024-10-24 07:55:03
Score: 4.5
Natty: 7
what is baseurl here?? im using api.bitbucket.org
Reasons:
Low length (1.5): No code block (0.5): Contains question mark (0.5): Single line (0.5): Starts with a question (0.5): what is Low reputation (1):
Posted by: nithost_16
Date: 2024-10-24 07:54:00
Score: 6.5
🚩
Natty: 5.5
How to switch Xcode version to 15.4 ?
Reasons:
Low length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): How to Low reputation (1):
Posted by: Nghia Basil
Date: 2024-10-24 07:30:54
Score: 4
Natty:
The actual coding is better explained in TS 24.008. See attached image:
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: louigi600
Date: 2024-10-24 07:30:54
Score: 4.5
Natty:
i have a similar problem but my global variable needs to be set in a function (f1 in my example) and recovered as is in a second one (f2). the value of the global is set by f0, witch is not editable. I have to send global n value with f0
in my test i did in a single file
class mytest():
def f1(value):
global n
n = value
print('test f1 : '+n)
def f2():
print('test f2 : '+n)
def f0():
mytest.f1("5")
mytest.f2()
f0()
result is 5 for f1 and f2, as expected.
now i split in 2 files (to reproduce my need. no choice here, it must be splitted)
file1
def f0():
file2.mytest.f1("5")
file2
class mytest:
def f1(value):
global n
n = value
print('test f1 : '+n)
def f2():
print('test f2 : '+n)
f2()
error is : name 'n' is not defined
f1 is always run first by the app, then f2 is called
I need f2 (and fX functions i need behind) to keep 'n' value from f1
thank you
Reasons:
Blacklisted phrase (0.5): thank youBlacklisted phrase (1): i have a similar problemBlacklisted phrase (0.5): I needBlacklisted phrase (0.5): i needLong answer (-0.5): Has code block (-0.5): Me too answer (2.5): i have a similar problemLow reputation (0.5):
Posted by: William Eguienta
Date: 2024-10-24 07:27:53
Score: 5.5
Natty: 4.5
@cybersam you answer with the blog entry is no longer available.
Reasons:
Low length (1.5): No code block (0.5): User mentioned (1): @cybersamSingle line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: Stefan Mihail Cociobea
Date: 2024-10-24 07:19:51
Score: 4
Natty:
git push --set-upstream origin branch
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: MNR
Date: 2024-10-24 07:18:50
Score: 4.5
Natty:
Win10 PostgreSQL16, столкнулся с проблемой database cluster initialisation failed при переустановке PostgreSQL16.
Искал решение больше 10 часов, создавал пользователей и прочее, запускал через runas и т.д, ничего не помогало.
Что сработало у меня.
После неудачной установки - Удаляем postgres (проверить также AppData\Roaming - удалить pgadmin и записи реестра \HKEY_LOCAL_MACHINE\SOFTWARE\Postgress..
Перезагружаемся.
1a. Делаем https://stackoverflow.com/a/68737176/23587300
1b. Проверяем кодировку, как сказано в https://stackoverflow.com/a/57897738/23587300
2. Создаем папку и даем в ней пользователям максимальные права, например C:\Program Files\MyFolder
enter image description here
Ставим postgres в эту папку (папку дата ставим тоже в вашу созданную папку!), и все работает!
Reasons:
Blacklisted phrase (1): stackoverflowBlacklisted phrase (1): enter image description hereLong answer (-0.5): No code block (0.5): No latin characters (1.5): Low reputation (1):
Posted by: A1TR
Date: 2024-10-24 06:43:43
Score: 4.5
Natty: 5
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Unregistered user (0.5): Low reputation (1):
Posted by: NikolayP
Date: 2024-10-24 06:38:39
Score: 8
🚩
Natty: 5.5
Can someone explain to me why we have to use sh instead of /bin/bash?
i dont get it.... im new in this.
Reasons:
RegEx Blacklisted phrase (2.5): Can someone explainRegEx Blacklisted phrase (1.5): im newLow length (1): No code block (0.5): Contains question mark (0.5): Unregistered user (0.5): Starts with a question (0.5): Can someone Low reputation (1):
Posted by: derr
Date: 2024-10-24 06:07:31
Score: 4
Natty:
Settings -> Editor -> File Encodings and switch everything to UTF-8
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: ulxanxv
Date: 2024-10-24 06:06:31
Score: 4
Natty: 4.5
https://wordpress.org/plugins/product-subtitle-for-woocommerce/
Use above plugin you will get all the solution regarding product subtitle..
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: Kishan Mangukiya
Date: 2024-10-24 06:01:27
Score: 8.5
🚩
Natty: 5
Did you ever find a solution to this. I encountered the same issue today?
Reasons:
RegEx Blacklisted phrase (3): Did you ever find a solution to thisLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): Did you Low reputation (0.5):
Posted by: Dr Adrian Colquhoun
Date: 2024-10-24 06:00:27
Score: 4
Natty:
I tried different, but solved UTF-16 LE BOM
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Single line (0.5): Low reputation (0.5):
Posted by: Dmitry Ivanov
Date: 2024-10-24 05:55:23
Score: 11
🚩
Natty: 6.5
did you find a solution to the problem? I am facing the same problem
Reasons:
Blacklisted phrase (1): m facing the same problemRegEx Blacklisted phrase (3): did you find a solution to the problemLow length (1.5): No code block (0.5): Me too answer (2.5): I am facing the same problemContains question mark (0.5): Single line (0.5): Starts with a question (0.5): did you find a solution to the Low reputation (1):
Posted by: Yandas
Date: 2024-10-24 05:50:21
Score: 4.5
Natty:
You have to use the lower version of JSON-server to resolve this issue.
npm i -g [email protected] --save
check this --> https://www.npmjs.com/package/json-server/v/0.17.4 as well
enter image description here
Reasons:
Blacklisted phrase (1): enter image description hereProbably link only (1): Low length (1): No code block (0.5): Low reputation (1):
Posted by: Mani R
Date: 2024-10-24 05:45:19
Score: 4.5
Natty: 2
have the same question.
from "local" Vscode remote-ssh into "remote" machine, remote machine has conda environments installed, but from "command pallete" type in "Python: select interpreter", this command does not found. so can't choose remote virtual environment.
Reasons:
Low length (0.5): No code block (0.5): Me too answer (2.5): have the same questionLow reputation (1):
Posted by: steve
Date: 2024-10-24 05:16:11
Score: 6.5
🚩
Natty:
i am having same issue in this too
Reasons:
Low length (2): No code block (0.5): Me too answer (2.5): i am having same issueSingle line (0.5): Low reputation (1):
Posted by: Coderx
Date: 2024-10-24 05:11:10
Score: 5
Natty:
Hey i am posting my answer because other developer can take advantage
In my case i was using the transporter application to push the build to app store. i tried many things but there was no any solution
Than after i update the transporter application and its works
Reasons:
Blacklisted phrase (1.5): any solutionRegEx Blacklisted phrase (2): Hey i amLow length (0.5): No code block (0.5): Self-answer (0.5):
Posted by: Mitul Bhadeshiya
Date: 2024-10-24 05:03:06
Score: 10.5
🚩
Natty: 4.5
Hi @Danica Iam still getting request header too large error in each of the Api request I hit, I have mapped the database url in docker compose and application properties same only for produvt service , inventory service and order service.But still facing same issue.Any help in this issue would be good.Do I need to make changes anywhere in Api gateway configuration.Pls suggest
Reasons:
Blacklisted phrase (0.5): I needBlacklisted phrase (1): Any helpRegEx Blacklisted phrase (2.5): Pls suggestNo code block (0.5): Me too answer (2.5): facing same issueUser mentioned (1): @DanicaSingle line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: Nikita Manektalia
Date: 2024-10-24 05:02:05
Score: 5.5
Natty:
Reasons:
Blacklisted phrase (0.5): medium.comProbably link only (1): Contains signature (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: sheik
Date: 2024-10-24 04:51:02
Score: 6
Natty: 7
why dont you include the dismiss review as github?
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): why doLow reputation (1):
Posted by: Leo Bravo
Date: 2024-10-24 04:49:59
Score: 8.5
🚩
Natty: 4
When apply the loss matrix, the xerror can be > 1. The vignette specified that "The cross-validated error has been found to be overly pessimistic when describing how much the error is improved by each split. This is likely an effect of the boundary effect mentioned earlier." Using min xerror or the 1-SE rule doesn't seem to apply. Do you have any suggestions?
Reasons:
RegEx Blacklisted phrase (2): any suggestions?RegEx Blacklisted phrase (2.5): Do you have anyNo code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): When Low reputation (0.5):
Posted by: Meo
Date: 2024-10-24 04:27:55
Score: 4
Natty:
since i not have enough reputation to comment i will answer here.
as @Meet says in comment. it's because you set grid-cols-4
so justify-items-center
not gonna works.
if you have static items (which's i assume not because you set md:grid-cols-8
too). you can set col-start-2
in first child or any number you want
if not, you can set dynamic class using stack you used
Reasons:
Blacklisted phrase (1): to commentRegEx Blacklisted phrase (1.5): enough reputation to commentHas code block (-0.5): User mentioned (1): @MeetLow reputation (1):
Posted by: Juju Lian
Date: 2024-10-24 03:35:41
Score: 10
🚩
Natty: 5
Thanks for this, I have the exact same question. For the code above, do you replace $AndroidSource Folder with a path? Similarly, to you replace $WindowsTargetFolder with a path? Lastly, how can you copy over SMS text messages from Google Pixel 4a into your Windows PC? Is there a way to test this? Even though I backed up my phone (or so I think), the data is super sensitive, and I really want to be sure that the command doesn't delete anything. Thank you in advance!
Reasons:
Blacklisted phrase (0.5): Thank youBlacklisted phrase (0.5): ThanksBlacklisted phrase (1): Is there a wayRegEx Blacklisted phrase (3): Thank you in advanceNo code block (0.5): Me too answer (2.5): I have the exact same questionContains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Paulina
Date: 2024-10-24 02:27:01
Score: 4
Natty:
The one in the video has probably changed the color theme. You can change the VSCode theme with Ctrl+k,Ctrl+S shortcut.
Offical doc:
https://code.visualstudio.com/docs/getstarted/themes
If you want to create your own theme, then check this out:
How can I create my own theme for vs code?
Reasons:
Blacklisted phrase (0.5): How can ILow length (0.5): No code block (0.5): Ends in question mark (2): Low reputation (0.5):
Posted by: Amadeusz Liu
Date: 2024-10-24 02:15:00
Score: 5.5
Natty: 7
Reasons:
Blacklisted phrase (1): this articleProbably link only (1): Low length (2): No code block (0.5): Low reputation (1):
Posted by: Ian Woongsoo Lee
Date: 2024-10-24 01:22:08
Score: 4
Natty:
I created a plugin to solve this problem
next-disable-global-css
Reasons:
Probably link only (1): Low length (1.5): No code block (0.5): Low reputation (1):
Posted by: link south
Date: 2024-10-24 00:12:52
Score: 5.5
Natty: 4.5
Any luck here? I'm running into the same issue.
Reasons:
Blacklisted phrase (1.5): Any luckLow length (1.5): No code block (0.5): Contains question mark (0.5): Single line (0.5): Low reputation (1):
Posted by: Harry Cheung
Date: 2024-10-24 00:02:50
Score: 5.5
Natty: 6
Thanks. Yes, we can use eig_cent_wt = nx.eigenvector_centrality(G, weight='weight') to include weights and eig_cent_wt = nx.eigenvector_centrality(G) without weights. For directed graphs, does the weight parameter in Eigenvector Centrality consider both incoming and outgoing edges, or does it apply only to either incoming or outgoing edges?
Reasons:
Blacklisted phrase (0.5): ThanksNo code block (0.5): Ends in question mark (2): Single line (0.5): Looks like a comment (1): Low reputation (1):
Posted by: Lazy
Date: 2024-10-23 23:31:42
Score: 4.5
Natty: 5.5
Answering in 2024! This is exactly what I was looking for. Thank you!
Reasons:
Blacklisted phrase (0.5): Thank youLow length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Kyle Rupp
Date: 2024-10-23 22:54:34
Score: 4
Natty: 5.5
Where do you put this code? IIn functions of the theme or where? I cant finde where to register it to query
Reasons:
Low length (1): No code block (0.5): Contains question mark (0.5): Single line (0.5): Starts with a question (0.5): Where do you Low reputation (1):
Posted by: Jorge Figueroa
Date: 2024-10-23 22:29:28
Score: 5
Natty: 5
Worked Man thanks a lotttttttttttt
Reasons:
Blacklisted phrase (0.5): thanksLow length (2): No code block (0.5): Single line (0.5): Filler text (0.5): ttttttttttttLow reputation (1):
Posted by: Gurvinder Singh
Date: 2024-10-23 22:25:26
Score: 4
Natty: 4
I get the list of radio buttons, but the default button is not selected till the user selects it.
Should the default button be selected?
Reasons:
Low length (1): No code block (0.5): Ends in question mark (2): Low reputation (0.5):
Posted by: dcarl661
Date: 2024-10-23 22:07:20
Score: 10.5
🚩
Natty: 5.5
I am also facing the same issue with the new snowflake v2 connector. Did you find any solution. The frustrating part is that the lookup activity works 90% of the scheduled run. The error happens randomly and not able to reproduce the issue. We have around 40 pipelines and the lookup activity is widely used in all the pipelines. The previous snowflake connector was working without any such issues
Reasons:
Blacklisted phrase (1): I am also facing the same issueBlacklisted phrase (1.5): any solutionRegEx Blacklisted phrase (3): Did you find any solutionNo code block (0.5): Me too answer (2.5): I am also facing the same issueUnregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: Dhivya
Date: 2024-10-23 22:07:20
Score: 5
Natty:
I have having the same problem
export default async function RootLayout(props: RootLayoutProps) {
const { children } = props;
const params = await props.params;
const { locale } = params;
const messages = await getMessages();
return (
<html lang={locale}>
<Head>
<meta
name='viewport'
content={`width=${viewport.width}, initial-scale=${viewport.initialScale}, maximum-scale=${viewport.maximumScale}, user-scalable=${viewport.userScalable ? 'yes' : 'no'}`}
/>
</Head>
<body className={`${inter.className}`}>
<StoreProvider>
<ApolloWrapper>
<NextIntlClientProvider locale={locale} messages={messages}>
<AuthenticationGuard>
<ThemeProvider
attribute='class'
defaultTheme='system'
enableSystem
disableTransitionOnChange
>
{children}
<Toaster />
</ThemeProvider>
</AuthenticationGuard>
</NextIntlClientProvider>
</ApolloWrapper>
</StoreProvider>
</body>
</html>
);
}
For some reason it being caused by if I remove it those hydration error go away but I don't want to because I want to be able to do themes anyone else found a solution?
Reasons:
RegEx Blacklisted phrase (1): I wantLong answer (-1): Has code block (-0.5): Me too answer (2.5): having the same problemEnds in question mark (2): Low reputation (1):
Posted by: Glen Doci
Date: 2024-10-23 21:46:12
Score: 7
🚩
Natty:
The answer is definitely yes for so-called "One-Time Codes." But I have the same question as you for the more flexible "Custom Codes."
The help page on Promo Codes says clearly that"Custom codes can be redeemed only from within your app, while one-time codes can be redeemed through both your app and the Play store."
But later in the same doc, it says—without differentiating between one-time and custom codes—simply that "You can also share a promo code by generating a URL that sends the user to the Google Play Store and auto-populates the Enter code field."
So does anyone know whether deep linking works for custom codes? (I guess I hope they do but suspect they don't.)
Reasons:
Blacklisted phrase (1): I have the same questionRegEx Blacklisted phrase (2): does anyone knowLong answer (-0.5): No code block (0.5): Me too answer (2.5): I have the same questionContains question mark (0.5): Low reputation (1):
Posted by: joemat
Date: 2024-10-23 21:35:09
Score: 4
Natty:
yess bro im using yore code on dpboss
Reasons:
Low length (2): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Dpboss Net Kalyan
Date: 2024-10-23 21:16:05
Score: 4
Natty:
Try using the python IDLE. Search it in your search bar if on windows.
Reasons:
Low length (1.5): No code block (0.5): Unregistered user (0.5): Single line (0.5): Low reputation (1):
Posted by: somerandomguy
Date: 2024-10-23 20:41:56
Score: 13.5
Natty: 7.5
Do you still have the same issue? If so how did you solve it?
Reasons:
Blacklisted phrase (1): how did you solve itRegEx Blacklisted phrase (3): did you solve itRegEx Blacklisted phrase (1.5): solve it?Low length (1.5): No code block (0.5): Me too answer (2.5): have the same issueEnds in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Jeremy Owusu
Date: 2024-10-23 20:29:53
Score: 5.5
Natty: 5.5
I want to compile the contract, it gives me this error. Thank you for your help
The previous versions were compiled without any error, but now it can't?
Reasons:
Blacklisted phrase (0.5): Thank youWhitelisted phrase (-0.5): Thank you for your helpRegEx Blacklisted phrase (1): I wantLow length (1): No code block (0.5): Ends in question mark (2): Low reputation (1):
Posted by: Mohammad Shakrie
Date: 2024-10-23 20:13:48
Score: 5.5
Natty:
Did you configure bookworm's IP (192.168.10.11) under DNS forwarders on your windows server?
Reasons:
Low length (1): 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: Blessed M
Date: 2024-10-23 20:05:44
Score: 7.5
🚩
Natty: 5
I'm trying to use this approach in the STM32G4 microcontroller. However, there is no low_level::Timer. So, i'm using a use embassy_stm32::timer::low_level::Basic16bitInstance;
Nevertheless, interrupt is not working. In which stm32 microcontroller you tested that code? And which embassy-stm32 version are you using?
thanks in advance
Reasons:
Blacklisted phrase (0.5): thanksRegEx Blacklisted phrase (3): thanks in advanceNo code block (0.5): Ends in question mark (2): Unregistered user (0.5): Low reputation (1):
Posted by: Gustavo
Date: 2024-10-23 19:44:36
Score: 8.5
🚩
Natty: 6
I'm facing the same challenge, can you provide your updated python script? Thanks!
Reasons:
Blacklisted phrase (0.5): ThanksRegEx Blacklisted phrase (2.5): can you provide yourLow length (1.5): No code block (0.5): Ends in question mark (2): Single line (0.5): Low reputation (1):
Posted by: Jamie
Date: 2024-10-23 19:24:27
Score: 6.5
🚩
Natty:
Reasons:
Blacklisted phrase (1): youtube.comProbably link only (1): Low length (2): No code block (0.5): Self-answer (0.5): Single line (0.5): Low reputation (1):
Posted by: Yaroslav
Date: 2024-10-23 19:08:21
Score: 6
🚩
Natty: 5.5
could you solve this?
I'm curious if SEB would only work with LMS or if it could be used to any webapp. We're also building a React.js webapp and need to run this app on a safe environment as SEB.
Reasons:
Blacklisted phrase (2): could you solveRegEx Blacklisted phrase (1.5): solve this?Low length (0.5): No code block (0.5): Contains question mark (0.5): Low reputation (1):
Posted by: Gas
Date: 2024-10-23 18:57:18
Score: 4.5
Natty:
I have the same problem
Launching lib/main.dart on iPhone 15 Pro Max in debug mode...
Running pod install... 17.4s
Running Xcode build...
Xcode build done. 40.9s
Failed to build iOS app
Error (Xcode): no such file or directory: '/Users/rensithudaragonalagoda/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation'
Error (Xcode): stat cache file
'/Users/rensithudaragonalagoda/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator18.0-22A3362-db63dc9361471f152f572502bdbfe70a.sdkstatcache' not found
Could not build the application for the simulator.
Error launching application on iPhone 15 Pro Max.
Reasons:
Blacklisted phrase (1): I have the same problemLong answer (-0.5): No code block (0.5): Me too answer (2.5): I have the same problemLow reputation (1):
Posted by: Rensith Udara Gonalagoda
Date: 2024-10-23 18:56:15
Score: 6.5
🚩
Natty: 6.5
Is there no solution yet for this??
Reasons:
Low length (2): No code block (0.5): Ends in question mark (2): Single line (0.5): Starts with a question (0.5): Is there Low reputation (1):
Posted by: Manojkumar Darshankar
Date: 2024-10-23 18:15:03
Score: 4
Natty: 5
Disabling secure boot fixed it for me. Thank you for pointing us to the right direction.
Reasons:
Blacklisted phrase (0.5): Thank youLow length (1.5): No code block (0.5): Single line (0.5): Low reputation (1):
Posted by: Dan The Man
Date: 2024-10-23 18:05:58
Score: 6.5
🚩
Natty:
Can you share program.cs and Angular side code as well for better understanding.
Thanks.
Reasons:
Blacklisted phrase (0.5): ThanksRegEx Blacklisted phrase (2.5): Can you shareLow length (1.5): No code block (0.5): Starts with a question (0.5): Can you share Low reputation (1):
Posted by: shyam kushwah
Post content sourced from the Stack Exchange . Content is preserved on this site only for reporting and analytics purposes.