79166510

Date: 2024-11-07 12:54:44
Score: 6 🚩
Natty: 4
Report link

I have the same problem, the solution of @flipSTAR works for me. if dont works try observe the data or binary camps

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • User mentioned (1): @flipSTAR
  • Low reputation (1):
Posted by: JoÃŖo Victor S. Matos

79166506

Date: 2024-11-07 12:52:41
Score: 8.5 🚩
Natty: 5.5
Report link

Were you able to set the alerts for the ripster ema clouds?

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

79166350

Date: 2024-11-07 12:05:29
Score: 14
Natty: 8
Report link

I have the same problem, did you manage to solve it? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • 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: Felipe Nova

79166348

Date: 2024-11-07 12:04:29
Score: 5
Natty: 5
Report link

assets be within flutter - alignment

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

79166317

Date: 2024-11-07 11:57:24
Score: 6.5 🚩
Natty:
Report link

But how about the tenant? I want to send notification to users when the tenant storage reaches 90%. As of now only global admins receive this. Is there a way thru power automate or any alternative that can help us send notifications for SharePoint tenant storage and not for individual site collections.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1): help us
  • RegEx Blacklisted phrase (1): I want
  • 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: Nitin S

79166289

Date: 2024-11-07 11:49:19
Score: 12 🚩
Natty:
Report link

@actinindia, I am having the same question. I would like to end the phone-call from the server side. But from the docs there doesn't seem to be an event that does this: https://www.twilio.com/docs/voice/media-streams/websocket-messages#send-websocket-messages-to-twilio

Can you share how you did that?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share how you
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same question
  • Ends in question mark (2):
  • User mentioned (1): @actinindia
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Lucasvan

79166152

Date: 2024-11-07 11:11:09
Score: 4.5
Natty:
Report link

Check if you are trying to decode the encoded string or not

Answer here might help

https://stackoverflow.com/a/79160815/16194563

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ramya Musunuru

79166113

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

i face the same issue , do you solved it ?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved it ?
  • RegEx Blacklisted phrase (2.5): do you solved it
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i face the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ayman yasser

79166099

Date: 2024-11-07 10:59:02
Score: 4.5
Natty:
Report link

You can also get the roleIds from the endpoint at https://aps.autodesk.com/en/docs/acc/v1/reference/http/admin-projectsprojectId-users-userId-GET/

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

79166088

Date: 2024-11-07 10:55:01
Score: 4
Natty:
Report link

I recently wrote an article on Medium showing the complete step-by-step configuration and providing the Git repository used in the example.

If you’d like to take a look.

https://medium.com/@lucas.rj.fernandes/spring-security-with-oauth2-and-linkedin-a20874ae7477

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

79166004

Date: 2024-11-07 10:28:55
Score: 4
Natty:
Report link

Think I figured it out myself -- and there is no solution?

enter image description here

Here is a link to the image

Reasons:
  • Whitelisted phrase (-2): I figured it out
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: bigcodeszzer

79165979

Date: 2024-11-07 10:24:51
Score: 6.5 🚩
Natty: 4
Report link

I am facing a similar issue in extracting text content from complex-layout PDFs. The PDFs are not large; each is about 2 to 3 pages.

Thanks to @Davide Fiocco, I was able to find a better solution for my project.

However, I have a few follow-up questions:

The reason I need to use CURL is that I must develop this project with pure JavaScript, without other npm packages like pdfjs-dist, canvas, or openai.

Currently, I am attempting to convert PDFs to images using the PDF.co API and then send the images to OpenAI endpoints using fetch. However, I would prefer a solution that doesn’t require conversion to images. Again, the PDF layout is quite complex.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing a similar issue
  • Contains question mark (0.5):
  • User mentioned (1): @Davide
  • Low reputation (1):
Posted by: R_H

79165826

Date: 2024-11-07 09:50:41
Score: 4
Natty:
Report link

Is it possible to pick the field id from another page? The form is at /contact/ and the thank-you page is at /thank-you/

With <?php echo $_POST['email'] ; ?> I get an error:

Warning: Undefined array key "email" in ...
Reasons:
  • Blacklisted phrase (1): Is it possible to
  • RegEx Blacklisted phrase (1): I get an error
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: outoforder

79165813

Date: 2024-11-07 09:45:37
Score: 9 🚩
Natty:
Report link

When I type git remote remove my-repo-name I get the following error:

error: No such remote: 'my-repo-name/'

If anyone could help, I would appreciate it :)

Reasons:
  • Blacklisted phrase (1.5): would appreciate
  • RegEx Blacklisted phrase (3): anyone could help
  • RegEx Blacklisted phrase (1): I get the following error
  • RegEx Blacklisted phrase (0.5): anyone could help
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Adrian Ponze

79165772

Date: 2024-11-07 09:31:31
Score: 8.5 🚩
Natty: 5.5
Report link

Have you found the solution for it? If yes, could you please let me know how you have implemented it?

We are also working on implementing the same. I hope your response will help us.

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please let me know how you
  • RegEx Blacklisted phrase (2.5): Have you found the solution for it
  • RegEx Blacklisted phrase (1): help us
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Antham

79165766

Date: 2024-11-07 09:29:28
Score: 7 🚩
Natty:
Report link

I did the same and was able to locate the element but i get this null errorException in thread "main" org.openqa.selenium.JavascriptException: javascript error: Cannot read properties of null (reading 'shadowRoot') Can you advise how can i resolve this? I have tried almost every possible way to remove this null error but i am failing. Please advise. thanks below is the code`public static void main(String[] args) throws InterruptedException {

    System.out.println("Hello world!");
    System.setProperty("webdriver.chrome.driver", "chromedriver.exe");

    WebDriver driver = new ChromeDriver();

    WebDriverWait wait = new WebDriverWait(driver, Duration.ofSeconds(10));
    driver.get("https://shop.mercedes-benz.com/en-au/shop/vehicle/srp/demo");

    driver.navigate().to("https://shop.mercedes-benz.com/en-au/shop/vehicle/srp/demo?error=login_required&sort=relevance-demo&assortment=vehicle");
    JavascriptExecutor jse = (JavascriptExecutor) driver;
  //  jse.executeScript("return document.querySelector('cmm-cookie-banner')");

    WebElement agreeBtn = (WebElement) jse.executeScript("return document.querySelector('cmm-cookie-banner').shadowRoot.querySelector('div').querySelector('div').querySelector('cmm-buttons-wrapper').querySelector('wb7-button:nth-of-type(2) ').shadowRoot.querySelector('button.button')");
    driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);
    jse.executeScript("arguments[0].click();", agreeBtn);
   // agreeBtn.click();
}

} and the output as follow: `"C:\Program Files\Java\jdk-17\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.2\lib\idea_rt.jar=64488:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2023.2\bin" -Dfile.encoding=UTF-8 -classpath D:\mine\learningShadowElement\target\classes;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-java\4.25.0\selenium-java-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-api\4.25.0\selenium-api-4.25.0.jar;D:\users\se25048.m2\repository\org\jspecify\jspecify\1.0.0\jspecify-1.0.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-chrome-driver\4.25.0\selenium-chrome-driver-4.25.0.jar;D:\users\se25048.m2\repository\com\google\auto\service\auto-service-annotations\1.1.1\auto-service-annotations-1.1.1.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-chromium-driver\4.25.0\selenium-chromium-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-json\4.25.0\selenium-json-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-manager\4.25.0\selenium-manager-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-devtools-v127\4.25.0\selenium-devtools-v127-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-devtools-v128\4.25.0\selenium-devtools-v128-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-devtools-v129\4.25.0\selenium-devtools-v129-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-devtools-v85\4.25.0\selenium-devtools-v85-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-edge-driver\4.25.0\selenium-edge-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-firefox-driver\4.25.0\selenium-firefox-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-http\4.25.0\selenium-http-4.25.0.jar;D:\users\se25048.m2\repository\dev\failsafe\failsafe\3.3.2\failsafe-3.3.2.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-ie-driver\4.25.0\selenium-ie-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-remote-driver\4.25.0\selenium-remote-driver-4.25.0.jar;D:\users\se25048.m2\repository\com\google\guava\guava\33.3.0-jre\guava-33.3.0-jre.jar;D:\users\se25048.m2\repository\com\google\guava\failureaccess\1.0.2\failureaccess-1.0.2.jar;D:\users\se25048.m2\repository\com\google\guava\listenablefuture\9999.0-empty-to-avoid-conflict-with-guava\listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar;D:\users\se25048.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;D:\users\se25048.m2\repository\org\checkerframework\checker-qual\3.43.0\checker-qual-3.43.0.jar;D:\users\se25048.m2\repository\com\google\errorprone\error_prone_annotations\2.28.0\error_prone_annotations-2.28.0.jar;D:\users\se25048.m2\repository\com\google\j2objc\j2objc-annotations\3.0.0\j2objc-annotations-3.0.0.jar;D:\users\se25048.m2\repository\io\opentelemetry\semconv\opentelemetry-semconv\1.25.0-alpha\opentelemetry-semconv-1.25.0-alpha.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-api\1.42.1\opentelemetry-api-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-context\1.42.1\opentelemetry-context-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-exporter-logging\1.42.1\opentelemetry-exporter-logging-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-common\1.42.1\opentelemetry-sdk-common-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-extension-autoconfigure-spi\1.42.1\opentelemetry-sdk-extension-autoconfigure-spi-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-extension-autoconfigure\1.42.1\opentelemetry-sdk-extension-autoconfigure-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-api-incubator\1.42.1-alpha\opentelemetry-api-incubator-1.42.1-alpha.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-trace\1.42.1\opentelemetry-sdk-trace-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk\1.42.1\opentelemetry-sdk-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-metrics\1.42.1\opentelemetry-sdk-metrics-1.42.1.jar;D:\users\se25048.m2\repository\io\opentelemetry\opentelemetry-sdk-logs\1.42.1\opentelemetry-sdk-logs-1.42.1.jar;D:\users\se25048.m2\repository\net\bytebuddy\byte-buddy\1.15.1\byte-buddy-1.15.1.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-os\4.25.0\selenium-os-4.25.0.jar;D:\users\se25048.m2\repository\org\apache\commons\commons-exec\1.4.0\commons-exec-1.4.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-safari-driver\4.25.0\selenium-safari-driver-4.25.0.jar;D:\users\se25048.m2\repository\org\seleniumhq\selenium\selenium-support\4.25.0\selenium-support-4.25.0.jar org.example.Main Hello world! Nov 07, 2024 10:10:42 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch WARNING: Unable to find an exact match for CDP version 130, returning the closest version; found: 129; Please update to a Selenium version that supports CDP version 130 Exception in thread "main" org.openqa.selenium.JavascriptException: javascript error: Cannot read properties of null (reading 'shadowRoot') (Session info: chrome=130.0.6723.92) Build info: version: '4.25.0', revision: '8a8aea2337' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.8' Driver info: org.openqa.selenium.chrome.ChromeDriver Command: [c1cbdaa97fdd9868ea344de3e49686f8, executeScript {script=return document.querySelector('cmm-cookie-banner').shadowRoot.querySelector('div').querySelector('div').querySelector('cmm-buttons-wrapper').querySelector('wb7-button:nth-of-type(2) ').shadowRoot.querySelector('button.button'), args=[]}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 130.0.6723.92, chrome: {chromedriverVersion: 129.0.6668.70 (df87d5cf12b1..., userDataDir: D:\users\se25048\AppData\Lo...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:64498}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: windows, proxy: Proxy(), se:cdp: ws://localhost:64498/devtoo..., se:cdpVersion: 130.0.6723.92, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: c1cbdaa97fdd9868ea344de3e49686f8 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:190) at org.openqa.selenium.remote.service.DriverCommandExecutor.invokeExecute(DriverCommandExecutor.java:216) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:174) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545) at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:476) at org.example.Main.main(Main.java:31)

Process finished with exit code 1`

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): how can i
  • RegEx Blacklisted phrase (2.5): Can you advise how
  • RegEx Blacklisted phrase (2.5): Please advise
  • RegEx Blacklisted phrase (1.5): how can i resolve this?
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gippy C.

79165762

Date: 2024-11-07 09:27:25
Score: 7 🚩
Natty: 5.5
Report link

Is it possible to download such a converter?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Arkady Kornienko

79165753

Date: 2024-11-07 09:26:23
Score: 6.5 🚩
Natty:
Report link

I am having similar issues .. was your issue resolved

Reasons:
  • RegEx Blacklisted phrase (0.5): was your issue resolved
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having similar issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sourav Singh Tomar

79165713

Date: 2024-11-07 09:14:18
Score: 5.5
Natty:
Report link

Does your tic tac toe board need to physically show up as an output?

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

79165662

Date: 2024-11-07 09:00:15
Score: 5.5
Natty: 4.5
Report link

I think these sections will be loaded into the memory.enter image description here

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

79165657

Date: 2024-11-07 08:59:14
Score: 13
Natty: 7.5
Report link

I have the same problem on railway.app. Locally its working fine. Is there any solution to this?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2): any solution to this?
  • 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: haayhappen

79165632

Date: 2024-11-07 08:54:11
Score: 9 🚩
Natty: 5.5
Report link

did you find some way of achieving this?

Reasons:
  • RegEx Blacklisted phrase (3): did you find
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you find some
  • Low reputation (1):
Posted by: 105 Mohd. Haaris Amin

79165627

Date: 2024-11-07 08:53:10
Score: 9
Natty: 7.5
Report link

i have this issue too, any solution for this ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution for this ?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hoang Hai

79165625

Date: 2024-11-07 08:52:08
Score: 11 🚩
Natty: 6
Report link

I have the same issue... And I have never even added any authentication app of what I remember, so I can't log in and they keep charging me.. security by obscurity! Did you find a solution??

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (0.5):
  • 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: YounesEl

79165610

Date: 2024-11-07 08:48:04
Score: 12 🚩
Natty: 6.5
Report link

Did you get any solution? I am facing the same :(

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): Did you get any solution
  • RegEx Blacklisted phrase (2): any solution?
  • 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: Sebastian Archila

79165531

Date: 2024-11-07 08:18:55
Score: 10.5 🚩
Natty:
Report link

I'm facing the same issue. The app has been live for over 7 days, but the status is still pending. Could you help speed up the process?

Reasons:
  • RegEx Blacklisted phrase (3): Could you help
  • 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: Muhammad Shahab Mirxa

79165522

Date: 2024-11-07 08:15:53
Score: 4
Natty:
Report link

I was able to create a template with several projects through this link and tutorial on YouTube by the same author. It is recommended to watch this video to customize the project.

Reasons:
  • Blacklisted phrase (1): this link
  • Blacklisted phrase (1): this video
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: arman

79165474

Date: 2024-11-07 08:03:48
Score: 11.5 🚩
Natty: 4
Report link

Did you get this fixed?

I am facing a similar issue when trying to setup a GELF input to send windows event viewer logs to GrayLog.

I think i have read somewhere about needing a full chain certificate in the JVM keystore.

Is that what you did?

Reasons:
  • RegEx Blacklisted phrase (3): Did you get this fixed
  • RegEx Blacklisted phrase (1.5): fixed?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing a similar issue
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Lewis

79165466

Date: 2024-11-07 08:00:47
Score: 5.5
Natty: 5.5
Report link

How did you change so the images folder was used? I am trying to do the same but it seems just charging the images in that folder does not work

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): trying to do the same
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Christopher Phillips

79165419

Date: 2024-11-07 07:44:40
Score: 6.5 🚩
Natty: 5.5
Report link

Äą giving the same error. Is there any resolution ?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Batuhan AÇIK

79165407

Date: 2024-11-07 07:41:37
Score: 7.5 🚩
Natty:
Report link

no se si llego muy tarde pero la libreria que todo el mundo propone para estas cosas nunca me ha funcionado pero encontre este artículo https://devcodelight.com/publicar-un-tweet-usando-la-api-v2-de-twitter-y-python/ cuyo mÊtodo si me ha funcionado y leyendo la documentaciÃŗn no solo podras publicar un twwet sino que tambien podras hacer replays creeando aasi threads lo malo hay que montar json para cada request espero sirve de ayuda alquien yo tarde 1 aÃąo en que funcionara desde que la api v2 saliera

Reasons:
  • Blacklisted phrase (2): ayuda
  • Blacklisted phrase (2): espero
  • RegEx Blacklisted phrase (2): encontre
  • No code block (0.5):
  • Low reputation (1):
Posted by: Marc Mayol

79165406

Date: 2024-11-07 07:39:36
Score: 4
Natty:
Report link

I am new to linux I tried installing arch Linux on my desktop showed the same error "Failed to connect to bus:no media found " How to fix this issue and complete the installation

Reasons:
  • RegEx Blacklisted phrase (1.5): I am new
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Detox International

79165393

Date: 2024-11-07 07:33:32
Score: 8 🚩
Natty: 5.5
Report link

can you please provide the solution that how I can fix the error as I am getting same error during pushing notification to client device.
I am using capacitor plugin for fcm and getting error Response: { "error": { "code": 400, "message": "The registration token is not a valid FCM registration token", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.firebase.fcm.v1.FcmError", "errorCode": "INVALID_ARGUMENT" } ] } }

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please provide the solution
  • RegEx Blacklisted phrase (1): I am getting same error
  • No code block (0.5):
  • Me too answer (2.5): I am getting same error
  • Starts with a question (0.5): can you please
  • Low reputation (1):
Posted by: Sapna

79165388

Date: 2024-11-07 07:29:29
Score: 8.5 🚩
Natty:
Report link

We are also facing the same issue. If anyone has a solution, please provide it.

Reasons:
  • RegEx Blacklisted phrase (2.5): please provide
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Milind

79165378

Date: 2024-11-07 07:22:28
Score: 4
Natty:
Report link

When I append the SAS token to the URL, the file gets downloaded instead of opening in the browser. However, I want the file to open directly in the browser (the file type is not PDF).

Reasons:
  • 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): When I
  • Low reputation (1):
Posted by: Toheed Shaikh

79165350

Date: 2024-11-07 07:12:25
Score: 4
Natty:
Report link

Fatihtravelagency Travel agency

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

79165337

Date: 2024-11-07 07:07:22
Score: 8 🚩
Natty: 5
Report link

Even I am also facing the same issue.unable to download anything from the internet.facing issue with connection time out.All the appropirate ports are open and no firwall blocking.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • RegEx Blacklisted phrase (2): Even I am
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kodi Arasan M

79165320

Date: 2024-11-07 07:00:19
Score: 4
Natty:
Report link

Now supported by Terraform : Reference Documentation

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

79165300

Date: 2024-11-07 06:54:17
Score: 4
Natty:
Report link

This may be dependency management and/or IDE issue. I'm regularly seeing similar issues while having many projects open in IntelliJ IDE that have different versions of Java and dependencies. Closing IDE and opening with single project usually resolves this.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): seeing similar issue
  • Low reputation (0.5):
Posted by: Olavi Vaino

79165240

Date: 2024-11-07 06:33:12
Score: 4
Natty:
Report link

āĻŦāĻžāĻ‚āĻ˛āĻžāĻĻā§‡āĻļā§‡āĻ° āĻ•ā§ƒāĻˇāĻŋ āĻŦāĻžāĻ‚āĻ˛āĻžāĻĻā§‡āĻļ āĻ•ā§ƒāĻˇāĻŋāĻĒā§āĻ°āĻ§āĻžāĻ¨ āĻĻā§‡āĻļāĨ¤ āĻāĻĻā§‡āĻļā§‡ āĻļāĻ¤āĻ•āĻ°āĻž ā§­ā§Ģ āĻ­āĻžāĻ— āĻ˛ā§‹āĻ• āĻ—ā§āĻ°āĻžāĻŽā§‡ āĻŦāĻžāĻ¸ āĻ•āĻ°ā§‡āĨ¤ āĻŦāĻžāĻ‚āĻ˛āĻžāĻĻā§‡āĻļā§‡āĻ° āĻ—ā§āĻ°āĻžāĻŽ āĻāĻ˛āĻžāĻ•āĻžā§Ÿ ā§Ģā§¯.ā§Žā§Ē% āĻ˛ā§‹āĻ•ā§‡āĻ° āĻāĻŦāĻ‚ āĻļāĻšāĻ° āĻāĻ˛āĻžāĻ•āĻžā§Ÿ ā§§ā§Ļ.ā§Žā§§% āĻ˛ā§‹āĻ•ā§‡āĻ° āĻ•ā§ƒāĻˇāĻŋāĻ–āĻžāĻŽāĻžāĻ° āĻ°ā§Ÿā§‡āĻ›ā§‡āĨ¤ āĻŽā§‹āĻŸ āĻĻā§‡āĻļāĻœ āĻ‰ā§ŽāĻĒāĻžāĻĻāĻ¨ āĻ¤āĻĨāĻž āĻœāĻŋāĻĄāĻŋāĻĒāĻŋāĻ¤ā§‡ āĻ•ā§ƒāĻˇāĻŋāĻ–āĻžāĻ¤ā§‡āĻ° āĻ…āĻŦāĻĻāĻžāĻ¨ ā§§ā§¯.ā§§% āĻāĻŦāĻ‚ āĻ•ā§ƒāĻˇāĻŋāĻ–āĻžāĻ¤ā§‡āĻ° āĻŽāĻžāĻ§ā§āĻ¯āĻŽā§‡ ā§Ēā§Ž.ā§§% āĻŽāĻžāĻ¨ā§āĻˇā§‡āĻ° āĻ•āĻ°ā§āĻŽāĻ¸āĻ‚āĻ¸ā§āĻĨāĻžāĻ¨ āĻ¤ā§ˆāĻ°āĻŋ āĻšāĻšā§āĻ›ā§‡āĨ¤ āĻ§āĻžāĻ¨,āĻĒāĻžāĻŸ,āĻ¤ā§āĻ˛āĻž,āĻ†āĻ–,āĻĢā§āĻ˛ āĻ“ āĻ°ā§‡āĻļāĻŽāĻ—ā§āĻŸāĻŋāĻ° āĻšāĻžāĻˇāĻ¸āĻš āĻŦāĻžāĻ—āĻžāĻ¨ āĻ¸āĻŽā§āĻĒā§āĻ°āĻ¸āĻžāĻ°āĻŖ,āĻŽāĻžāĻ› āĻšāĻžāĻˇ,āĻ¸āĻŦāĻœāĻŋ, āĻĒāĻļā§āĻ¸āĻŽā§āĻĒāĻĻ āĻ‰āĻ¨ā§āĻ¨ā§ŸāĻ¨, āĻŽāĻžāĻŸāĻŋāĻ° āĻ‰āĻ°ā§āĻŦāĻ°āĻ¤āĻž āĻŦā§ƒāĻĻā§āĻ§āĻŋ,āĻŦā§€āĻœ āĻ‰āĻ¨ā§āĻ¨ā§ŸāĻ¨ āĻ“ āĻŦāĻŋāĻ¤āĻ°āĻŖ āĻ‡āĻ¤ā§āĻ¯āĻžāĻĻāĻŋ āĻŦāĻŋāĻˇā§ŸāĻ¸āĻŽā§‚āĻš āĻ āĻĻā§‡āĻļā§‡āĻ° āĻ•ā§ƒāĻˇāĻŋ āĻŽāĻ¨ā§āĻ¤ā§āĻ°āĻŖāĻžāĻ˛ā§Ÿ āĻ“ āĻ¸āĻ‚āĻļā§āĻ˛āĻŋāĻˇā§āĻŸ āĻŦāĻŋāĻ­āĻžāĻ—āĻ¸āĻŽā§‚āĻšā§‡āĻ° āĻ•āĻ°ā§āĻŽāĻ•āĻžāĻŖā§āĻĄā§‡āĻ° āĻ…āĻ¨ā§āĻ¤āĻ°ā§āĻ­ā§āĻ•ā§āĻ¤āĨ¤ read more

Reasons:
  • No code block (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Ai IDEAS

79165234

Date: 2024-11-07 06:29:09
Score: 6.5 🚩
Natty:
Report link

I don't have enough reputation for posting in the comment section. Also, this may not be what you're looking for, but could you enclose everything in the overridden ExecuteAsync() in a try-catch block that handles this failure?

Maybe StopApplication() could help?

https://learn.microsoft.com/en-us/dotnet/core/extensions/workers#:~:text=hostApplicationLifetime.StopApplication()%3B

How to cancel manually a BackgroundService in ASP.net core

Reasons:
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: chandanbsd

79165098

Date: 2024-11-07 05:18:53
Score: 4
Natty:
Report link

In this case just clear cached data of browser.

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

79165093

Date: 2024-11-07 05:16:50
Score: 6 🚩
Natty: 5
Report link

are you able to solve it? I have created a ticket on Upwork regarding this. If you were able to find the solutions let me know.

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Waqas Yousaf

79165087

Date: 2024-11-07 05:14:49
Score: 4
Natty:
Report link

I find the error, it must using StatefulSet when deploying jenkins on kubernetes.

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

79165082

Date: 2024-11-07 05:11:49
Score: 5.5
Natty:
Report link

Thank Ravinder for your response.. I am use this code but It's gives on url bar

cricf.com/cricket-article.php?cardid=3730

When I do some changes like below It gives on url bar

cricf.com/cricket-article/cardid/3730/

But with page not found 404 error

RewriteEngine on RewriteCond %{THE_REQUEST} /cricket-article.php?cardid=([^\s&]+) [NC]

RewriteRule ^ cricket-article/cardid/%1? [R=302,L]

RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^cricket-article/cardid/([^/]+)/?$ cricket-article.php?cardid=$1 [L,QSA,NC]

Any Suggestions..?

Reasons:
  • RegEx Blacklisted phrase (2): Any Suggestions
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Wasim Saiyed

79165076

Date: 2024-11-07 05:09:48
Score: 10.5
Natty: 7.5
Report link

Im facing the same issue, have you found the solution for this?

Reasons:
  • RegEx Blacklisted phrase (2.5): have you found the solution for this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jonas

79165046

Date: 2024-11-07 04:49:44
Score: 5
Natty:
Report link

enter image description here

Police arrest -selling and making fake notes gang

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: Aditya Chougule

79164965

Date: 2024-11-07 03:55:33
Score: 8.5
Natty: 7.5
Report link

Have you found the solution for this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found the solution for this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jonas

79164922

Date: 2024-11-07 03:25:25
Score: 4
Natty:
Report link

awesome You need to change č¨­åŽšãŽãƒĸãƒŧド:上į´šč€…

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

79164883

Date: 2024-11-07 03:01:19
Score: 4
Natty:
Report link

Because {% load static %} will not work for email template, Use the below format

https://www.your-domain.com/static/path_to_image/image_file_name.extension

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

79164858

Date: 2024-11-07 02:44:13
Score: 8 🚩
Natty: 4.5
Report link

Any luck.? I am facing same issue and looking for answer.

Reasons:
  • Blacklisted phrase (1.5): Any luck
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sagar Potdar

79164792

Date: 2024-11-07 01:55:59
Score: 9 🚩
Natty:
Report link

Have you found the answer? Can you share it? I also encountered the same problem, thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • RegEx Blacklisted phrase (2.5): Can you share
  • RegEx Blacklisted phrase (2.5): Have you found the answer
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Try Ding

79164719

Date: 2024-11-07 00:58:45
Score: 10 🚩
Natty: 5
Report link

Please help me 🙏😭 and I can feedback on this weekend to time do you want to URL and I didn't no idea please let me know đŸĨē

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (0.5): 🙏
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (3): Please help me
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ariel Florendo

79164693

Date: 2024-11-07 00:38:40
Score: 5.5
Natty:
Report link

React has its own built in environmental variable system. check this link for more.

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tsogang Mosweswe

79164672

Date: 2024-11-07 00:24:34
Score: 7.5 🚩
Natty: 6
Report link

Did you figure out the answer. I am hitting the same problem and same error

Reasons:
  • RegEx Blacklisted phrase (3): Did you figure out the answer
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Cindy

79164586

Date: 2024-11-06 23:27:20
Score: 5
Natty: 4
Report link

Windows server 2008 R2 Itanium 2 based problem is only two roles are available such iis web services and framework 3.5, impossible to promote as PDC active directory, DHCP, DNS, wins server services are not delivered, gprep tool on the dvd but what for? Discontinued product ok why Microsoft who knows everything didn't provide us development tools such c++ c# or importation toolbox why? Microsoft must pay for that. .iso can't be installed under virtual box on windows 11 64 bits why one more time?regards

Reasons:
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (0.5): why?
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thierry Trouillet

79164531

Date: 2024-11-06 23:02:13
Score: 5
Natty:
Report link

Excellent explanation. Deklaration i the h and definition in the c file. https://youtu.be/Wqm1tSzmqkY?si=AgafuyCB6DnRnz2c

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jonas W

79164508

Date: 2024-11-06 22:55:11
Score: 4.5
Natty:
Report link

Could any of you may help me another time? Thanks for the link, but it didnt brought me any further. I have tried to integrate Modelaniamtor and wanted to import ModelAnimator with import com.google.ar.sceneform.animation - didnt work. Do I need to change build.gradle? What do I need to chnage in the code? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: salomon

79164505

Date: 2024-11-06 22:54:09
Score: 10 🚩
Natty: 5.5
Report link

I'm facing this same error in executing my spring-boot app.

I have already tried clearing the Maven repository and forcing updates with the -U switch, but the issue persists. This error prevents any Maven build from completing successfully. Does anyone have insights on what might be causing this issue or how to resolve it? Here are some of the environment settings and actions I've tried:

-Switching between Java JDK versions -Using different Maven versions -Clearing the .m2 repository -Running Maven with -X for debug output -No Blocks in firewall or Anti-Virus

Any suggestions or guidance from anyone would be greatly appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): I have already tried
  • RegEx Blacklisted phrase (1.5): how to resolve it?
  • RegEx Blacklisted phrase (2): Any suggestions
  • RegEx Blacklisted phrase (3): Does anyone have
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Vishwanath Rajasekaran

79164502

Date: 2024-11-06 22:53:08
Score: 4
Natty:
Report link

The SslHostCertificateFingerprint was outdated and I used the new key and WINSCP continued to work as normal...Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dev

79164433

Date: 2024-11-06 22:11:59
Score: 4
Natty:
Report link
Cnt = CALCULATE( DISTINCTCOUNT( BRAND[pIn_nbr] ), ALLSELECTED( BRAND[pIn_nbr] ) )

enter image description here

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

79164382

Date: 2024-11-06 21:43:51
Score: 10.5
Natty: 8.5
Report link

Same issue here...any solutions?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (1): Same issue
  • RegEx Blacklisted phrase (2): any solutions?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: jr00n

79164286

Date: 2024-11-06 21:07:42
Score: 4.5
Natty: 5
Report link

Apple's tech site for all iPhones

https://support.apple.com/en-us/docs/iphone

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

79164220

Date: 2024-11-06 20:46:36
Score: 4
Natty:
Report link

Unfortunately, there are no features like this. But you can try some plugins instead.

https://plugins.jetbrains.com/plugin/7793-markdown/versions/stable

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

79164118

Date: 2024-11-06 20:13:21
Score: 6.5 🚩
Natty: 6.5
Report link

have you found the solution? using same theme. I would like on product category page to show description, not overriding it with content block

Reasons:
  • RegEx Blacklisted phrase (2.5): have you found the solution
  • 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: vytas

79164116

Date: 2024-11-06 20:13:19
Score: 6 🚩
Natty: 4
Report link

TambÊm tive este problema! A soluçÃŖo que encontrei foi fazer o update do pacote log4net da versÃŖo 2.0.8 para versÃŖo 2.0.12, fiz tambÊm o update de todos os pacotes do crystal reports para ultima versÃŖo. ApÃŗs isso reinstalei o SAP Crystal Reports Runtime conforme imagem.

VersÃĩes que instalei na minha mÃĄquina do SAP

Reasons:
  • Blacklisted phrase (2): soluçÃŖo
  • RegEx Blacklisted phrase (2): encontrei
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: RomÃĄrio Ferreira

79163939

Date: 2024-11-06 19:08:01
Score: 5.5
Natty: 6.5
Report link

https://medium.com/@6386391ritesh/unity-websocket-support-ea2420df452c

you might Find answer here as this article Describes how to connect to Web socket Server.

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: God Of Truth

79163907

Date: 2024-11-06 18:56:54
Score: 6 🚩
Natty:
Report link

@null doesn't work for me. I use

@android:color/transparent

Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @null
  • Low reputation (1):
Posted by: Dmitriy Milkin

79163881

Date: 2024-11-06 18:50:52
Score: 4
Natty:
Report link

There is now an implementation of RoPE at torchtune.modules.RotaryPositionalEmbeddings; torchtune is authored by the official pytorch team.

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

79163880

Date: 2024-11-06 18:49:49
Score: 6 🚩
Natty: 5.5
Report link

How did you installed it manually? Is there a site or microsoft store?

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 did you in
  • Low reputation (1):
Posted by: Alexandra Rosi

79163772

Date: 2024-11-06 18:15:40
Score: 4
Natty:
Report link

Complementig Andos answer on why to update apache-airflow-providers-fab https://github.com/apache/airflow/issues/43685

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

79163758

Date: 2024-11-06 18:10:38
Score: 4
Natty:
Report link

do this {KEYdown[SHIFT]}{KEYdown[FN]}{KEYpress[F12]}

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: Rahul Bheke

79163739

Date: 2024-11-06 18:00:35
Score: 4
Natty: 4.5
Report link

You'll have to remove the Atlas Network Peering Connections, see instructions here: https://www.mongodb.com/docs/atlas/security-vpc-peering/#remove-an-service-network-peering-connection

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

79163613

Date: 2024-11-06 17:22:22
Score: 6 🚩
Natty: 5.5
Report link

How to mouse focus on specific line after scroll ? without clicking on mouse ?

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

79163533

Date: 2024-11-06 17:01:15
Score: 4.5
Natty: 7
Report link

This works for me for a SPA at /my-app, but if my webapp defines a route for /my-app/newpage, that gives a 404. Is there something I need to do to make that work?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: billp

79163428

Date: 2024-11-06 16:26:05
Score: 4.5
Natty:
Report link

https://github.com/onurkanbakirci/trendsgit is the ultimate tool for tracking trending repositories over time.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is the
  • Low reputation (0.5):
Posted by: Onurkan BakÄąrcÄą

79163425

Date: 2024-11-06 16:25:04
Score: 4.5
Natty:
Report link

https://github.com/onurkanbakirci/trendsgit is the ultimate tool for tracking trending repositories over time.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is the
  • Low reputation (0.5):
Posted by: Onurkan BakÄąrcÄą

79163421

Date: 2024-11-06 16:25:04
Score: 4.5
Natty:
Report link

https://github.com/onurkanbakirci/trendsgit is the ultimate tool for tracking trending repositories over time.

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is the
  • Low reputation (0.5):
Posted by: Onurkan BakÄąrcÄą

79163394

Date: 2024-11-06 16:18:59
Score: 8 🚩
Natty: 3.5
Report link

... အကူအညီစငá€ēတá€Ŧတá€Ŋငá€ē သတá€ēမှတá€ēထá€Ŧးသည့á€ē

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: user23373022

79163390

Date: 2024-11-06 16:16:58
Score: 5
Natty:
Report link

I found this question here first after having the same issue then digging into the github issues for expo I found this which allowed me to resolve it https://github.com/expo/expo/issues/30225

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Low reputation (1):
Posted by: Zachery Studer

79163361

Date: 2024-11-06 16:09:56
Score: 5
Natty: 5
Report link

https://www.youtube.com/watch?v=eJ3N-mLxuTw Watch this, I'm sure you'll get it done :)

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

79163316

Date: 2024-11-06 15:54:51
Score: 4.5
Natty:
Report link

check out first line "// SPDX-License-Identifier: MIT`", is the last character "`" correct?

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

79163258

Date: 2024-11-06 15:34:43
Score: 9 🚩
Natty: 5.5
Report link

I have the same issue, I added the number to an outbound queue but am still unable to make calls, would you have any advice?

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):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28165066

79163210

Date: 2024-11-06 15:21:37
Score: 7 🚩
Natty: 5.5
Report link

I am trying to create an interceptor with its own annotation but I want to know if it is possible to limit it only to methods and use:

@Target(ElementType.METHOD) instead of @Target({ElementType.METHOD, ElementType.TYPE}).

any ideas for this ?

Reasons:
  • Blacklisted phrase (1): I want to know
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): any ideas
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Asiu

79163161

Date: 2024-11-06 15:06:32
Score: 4
Natty:
Report link

I search using native box in GitLab, like this:

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: Silvio Araujo

79163135

Date: 2024-11-06 14:58:27
Score: 6 🚩
Natty: 5
Report link

Ok, my situation is this, I have a Windows installer and I want to automate the first part of the installation (the first few screens where you need to edit the disk size, etc.) because I need to re-install 40 more laptops and go one by one is a bit time loss...

I have the script to erase the disk but I still need to click (or use the keyboard) on each screen of the process. I want to use a script to send keystrokes and I just came to this thread, so my situation:

Because my first starting point of the process is a CMD, I need to move out from the console or the commands will affect at the CMD screen instead the installation screens, so I tried this combination. script.vbs set shell = CreateObject("WScript.Shell"):shell.SendKeys "%{TAB}" & script.vbs

I've read the MS UI help/key declaration guide where it says the ALT key is %, but the combination "%{TAB}" dind not jump made the Alt+Tab combination. Im not really sure what im doing wrong but also im far from be a good scrpit person (It is something that usually never do, o just simple task) It is anyone who can point me in the right direction about what could be the error, or what could be the right command?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): what could be
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: gOto

79162995

Date: 2024-11-06 14:22:14
Score: 15 🚩
Natty: 6
Report link

do you have any debug message? i have the same problem, I asked some of my more experienced mates they said : "you don't have a handler or it works correctly for patch requests with getting a user from a token or something" Still got no idea what is that handler. But i want to ask a question, did you fix this trouble?

Reasons:
  • Blacklisted phrase (1): i have the same problem
  • RegEx Blacklisted phrase (3): did you fix this
  • RegEx Blacklisted phrase (1.5): fix this trouble?
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (2.5): do you have any
  • No code block (0.5):
  • Me too answer (2.5): i have the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: MR Mindeleew

79162994

Date: 2024-11-06 14:21:13
Score: 4
Natty:
Report link

founded solution in main spring boot class I added @EnableAsync and above doSomething method I added @Async now it works with fixed-rate as I wanted, thanks a lot for the help.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @EnableAsync
  • User mentioned (0): @Async
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: jan

79162850

Date: 2024-11-06 13:46:01
Score: 5
Natty: 6.5
Report link

so in spotify tell me how can i preview the 30sec track with api? and doesnt it need premium for that?

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Dawa Sherpa

79162805

Date: 2024-11-06 13:33:54
Score: 6 🚩
Natty:
Report link

I'm facing the same issue. Any updates on this ?

"react-native": "0.73.2", "@react-navigation/native": "^6.1.9", "@react-navigation/native-stack": "^6.9.17", "@react-navigation/stack": "^6.3.20", "@react-navigation/drawer": "^6.7.2",

Reasons:
  • Blacklisted phrase (1): Any updates on
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Dev Mobile-Android

79162797

Date: 2024-11-06 13:31:51
Score: 7 🚩
Natty: 4.5
Report link

i am geting same error using "using (Globals.port = new SerialPort(Globals.portName, Globals.BAUDRATE, Globals.parity, Globals.DATABIT, Globals.StopBits)) {}" should i leave this?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am geting same error
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: umair ijaz

79162784

Date: 2024-11-06 13:29:50
Score: 5.5
Natty: 5.5
Report link

If I have a environment variable with the same name in both which one is taken?

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

79162770

Date: 2024-11-06 13:25:48
Score: 4
Natty:
Report link

In components you can enable the flag "Never overwrite" to "YES".

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

79162741

Date: 2024-11-06 13:17:46
Score: 4
Natty: 4
Report link

any sample code available for casting from android to roku

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

79162704

Date: 2024-11-06 13:07:42
Score: 5
Natty:
Report link

We're facing the same issue.. Tried to create a tokenmanager class to force update the refresh.. No luck so far..

              connection_properties["accessToken"] = token_manager.get_access_token()  # Ensure fresh token
              connection_properties["queryTimeout"] = str(timeout)
              
              df = spark.read.jdbc(url=azure_sql_url, table=query, properties=connection_properties)
              return df

Anybody managed to solve this? Databricks runtime 14.3lts , latest msal

Reasons:
  • Blacklisted phrase (1): No luck
  • RegEx Blacklisted phrase (1.5): solve this?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Wim

79162632

Date: 2024-11-06 12:47:37
Score: 5.5
Natty: 5
Report link

How to change the language related to the current language on the application. for example if I change it to fr the widget should be also on fr and same for english?

Reasons:
  • Low length (1):
  • 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: Mohamed Oussama MSAID

79162535

Date: 2024-11-06 12:16:26
Score: 7.5 🚩
Natty:
Report link

can you please elaborate as to what exactly happens after downloading it to your local storage does it open at all or gives you a prompt to choose which viewer you want use? or nothing happens?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please elaborate
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): can you please
  • Low reputation (1):
Posted by: Aatif Shaikh

79162531

Date: 2024-11-06 12:15:23
Score: 11 🚩
Natty: 6.5
Report link

did you find som solution? I have the same problem

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

79162515

Date: 2024-11-06 12:10:21
Score: 4
Natty: 6
Report link

Where did you add those buttons ? Im trying to add them, but i cant see them at all in my game

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 did you add those
  • Low reputation (1):
Posted by: Quicky

79162495

Date: 2024-11-06 12:05:20
Score: 4
Natty:
Report link

Just use next problem solved..

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