79292535

Date: 2024-12-18 21:35:19
Score: 0.5
Natty:
Report link

TensorFlow has deprecated the API and it has become more of a legacy. You have reinstall an older version of TensorFlow. You can use !pip install tensorflow==2.13.0, or even an older version of TensorFlow, depending the model you're using.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Khaled Alkhouli

79292524

Date: 2024-12-18 21:31:18
Score: 2
Natty:
Report link

If no commits has been made to the repo, visit https://github.com/<org>/<repo>/branches and identify the latest updater of the default branch. This is the initiator (mother forker)

person who forked the repo

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

79292522

Date: 2024-12-18 21:30:18
Score: 1
Natty:
Report link

I fixed my issue by deleting the Podfile and re-creating it. I think the file might have be corrupted or something.

Reasons:
  • Whitelisted phrase (-2): I fixed
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alix Humbert

79292513

Date: 2024-12-18 21:27:17
Score: 1.5
Natty:
Report link

It appears that media element uses WMP ActiveX. It should be able to play anything that WMP can but it depends on what kind of Media Foundation codecs are installed on the PC. If we take a look at Media Foundation supported media formats

it doesnt seam to support mpg files from what I can tell but does support m4v, avi, wmv, mov and mp4 video formats.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Charles Henington

79292510

Date: 2024-12-18 21:26:15
Score: 8 🚩
Natty: 6.5
Report link

Did you ever happen to find an answer to this? I'm running into a similar problem with istio.

Reasons:
  • Blacklisted phrase (1): answer to this?
  • RegEx Blacklisted phrase (3): Did you ever
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Jesse Hurt

79292483

Date: 2024-12-18 21:14:12
Score: 1.5
Natty:
Report link

I solved ths problem. I wrote an AsyncIterator which correctly solves the issue

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: BreenDeen

79292482

Date: 2024-12-18 21:13:12
Score: 0.5
Natty:
Report link

You can try this:

browser.pause(10000)

Reasons:
  • Whitelisted phrase (-2): try this:
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Danny Leung

79292470

Date: 2024-12-18 21:06:10
Score: 1
Natty:
Report link

Why I should use AddScoped() for my repositories or services? Why not AddSingleton()? I know about differences between them, but dont understand why I shouldn't use singleton instances to avoid creating new objects for each requests. Can you explain it (preferably with examples :) )?

You shouldn't in my opinion. Who said you should? What triggered this question?

I create my service to work like input -> service.do_something() -> output, without storing any property in the service itself (kind of stateless apart for COMMON values, like stuff passed by the configuration). I think storig properties in a service to pass values between "steps" is exactly what them are NOT supposed to do (different story for helper class or any other auxiliary utils).
Less than service the repositorries. They are just pass-trought "service" to interact with the database.

In the end the application grows, at you will have services that needs some initial "work to do"... that is repeated millions of time while it can be done only once.
If a service will leave some memory leak (an d that will happen) you will notice your application to use more and more memory, and start from low memory usage on a new deployment.
"Scoped" services are disposed... but a mmeory leak is exactly some memory NOT released when the dispose of the service happen. So, it is possible that for each instantiation/disposiktion (= "scoped") the used memory of the app grows.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you explain
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why I
  • High reputation (-1):
Posted by: Alex 75

79292468

Date: 2024-12-18 21:05:10
Score: 1
Natty:
Report link

I create a Room table with two columns: id:Long and content:String

Then I put the content in the database before calling enqueue. And then pass only Id in my workerRequest. And then access the content from inside the doWork function.

And the worker message is just the id.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Dave Ford

79292460

Date: 2024-12-18 21:01:09
Score: 8.5 🚩
Natty: 5.5
Report link

Have you figured out a way to display a caption below each image in a table?

Reasons:
  • RegEx Blacklisted phrase (3): Have you figured out
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sir Absolute 0

79292457

Date: 2024-12-18 21:00:07
Score: 6.5 🚩
Natty: 5.5
Report link

Thats fine but as in my case, I am pulling 27gb directly in the code at runtime. Is there a way session could be preserved?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user28845105

79292452

Date: 2024-12-18 20:57:06
Score: 1.5
Natty:
Report link

You can set the WP_SITEURL and WP_HOME constants in wp-config.php file with http to override the database settings.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Caleb

79292451

Date: 2024-12-18 20:57:06
Score: 1.5
Natty:
Report link

Thanks for raising this. In this case, it's a bug in the underlying OpenFGA SDK.

In the OpenFGA Java SDK, a new executor is created on every call to BatchCheck, but never shut down.

The OpenFGA team is tracking it here, and have a PR with a fix for it that should be merged soon.

As this is a bug in the library, I would suggest closing the question here and following the linked issue for updates.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Raghd Hamzeh

79292446

Date: 2024-12-18 20:54:05
Score: 2.5
Natty:
Report link

The function OnRxDone() is a callback, and its argument *payload is a pointer to your received data. The memcpy(Buffer, payload, BufferSize) function copies your data to Buffer. You can see it in the debug Live Expression section. You probably need to pause the debug to read this because of low power mode.

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

79292445

Date: 2024-12-18 20:54:05
Score: 1
Natty:
Report link

After some research, .Net 8 and .Net 9 currently don't support complex types under owned properties. And I think it's not even planned for .Net 10.

So use other methods with owned properties, like nested ones, or don't use it at all.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Adnan

79292432

Date: 2024-12-18 20:48:03
Score: 1
Natty:
Report link

Disabling the prop-types tool as above is also an alternative, but I think it is very useful to use ESLint when developing projects with React, so you can continue on your way by downloading the prop-types package to verify prop types. To install the package, it will be enough to run the code npm install prop-types in the terminal. Then, you can import it with the command import PropTypes from 'prop-types' in the component you want to use.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zeynep TAŞ

79292426

Date: 2024-12-18 20:45:03
Score: 3
Natty:
Report link

While both comments were invaluable, I think @IVNSTN's comment was closest to the case. I set this problem aside for a couple days to work on getting an API project running in my local environment. Since I had uninstalled VS during my troubleshooting, I had to reinstall it for the API project. (VS is not my team's IDE). After that was done I went back to my script and it was working as expected. I'm not sure what it fixed but I'll take it.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @IVNSTN's
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: USMC6072

79292418

Date: 2024-12-18 20:42:02
Score: 3.5
Natty:
Report link

Add new account, then it will work

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Mahmoud.Ismail

79292416

Date: 2024-12-18 20:41:02
Score: 3
Natty:
Report link

The only answer that is working is one from @karim above. Sadly, i don't yet have enough reputations to upvote it.

Here is my complete build configuration.

Foir those who want to know why the regexpp with *.aab : Expo generate two files. An apk and an aab. The APK contains debug information and is the one which is chosen while submitting. I suspect some alphabetical order that explain why the aab is not selected by default. Thus the regexp


"build": {
"development": {
  "developmentClient": true,
  "distribution": "internal",
  "channel": "development"
},
"release": {
  "developmentClient": false,
  "distribution": "internal",
  "channel": "development"
},
"preview": {
  "distribution": "internal",
  "channel": "preview"
},
"production": {
  "ios": {
    "image": "macos-monterey-12.6-xcode-14.1"
  },
  "channel": "production",
  "android": {
    "buildType": "app-bundle",
    "applicationArchivePath": "android/app/build/outputs/**/*.aab"
  }
}

}

Reasons:
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): enough reputation
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @karim
  • Low reputation (1):
Posted by: Giovanny Koudjou Temgoua

79292414

Date: 2024-12-18 20:40:02
Score: 1.5
Natty:
Report link

Not sure if this is relevant to such an old question, but my searching for an explanation to a related issue brought me to this confirmed bug in xarray:

https://github.com/pydata/xarray/issues/7722

This currently open issue seems to explain the type error message above for my own use-case.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: cgrudz

79292408

Date: 2024-12-18 20:38:00
Score: 9 🚩
Natty: 6.5
Report link

did you manage to solve this? I'm currently going through the same issue...

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: AndrƩs Mora

79292407

Date: 2024-12-18 20:35:59
Score: 1
Natty:
Report link
public static String hexToBits(String s) {
    String ret = new BigInteger(s, 16).toString(2);
    while (ret.length() % 4 != 0) {
        ret = "0" + ret;
    }
    return ret;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: alperk01

79292397

Date: 2024-12-18 20:31:58
Score: 1
Natty:
Report link

Helix 24.7 doesn't seem to be working with the latest version of vscode-langservers-extracted, simply installing a previous version (4.9.0) of vscode-langservers-extracted solved the problem for me.

Installation: npm i -g [email protected]

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Baboucarr Badjie

79292393

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

In my case I am trying to execute the script twice. So for the first time it checks the status of the API and till it does not get completed it keeps calling the GET Status API multiple times. And once the status is updated to completed, it executes the second iteration, but in second iteration it does not get in to the while loop. Any idea regarding this ?

enter image description here

Reasons:
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Deepak Parmar

79292392

Date: 2024-12-18 20:27:57
Score: 2.5
Natty:
Report link

In case people are still looking: Mangle datalog is a standalone datalog - with extensions as usual, but plain datalog is contained as a fragment https://github.com/google/mangle

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

79292384

Date: 2024-12-18 20:22:56
Score: 3
Natty:
Report link

I need some help.

I’ve successfully set everything up on my host machine, and the game is working perfectly—clicks and keyboard input are both functioning fine. I was able to achieve this using pyautoit, which was the only tool that worked for me.

However, when I tried running the same setup on a VMware machine, it didn't work. I'm not sure why it's not behaving the same way in the VM.

Any insights or suggestions would be greatly appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): I need some help
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Low reputation (1):
Posted by: Musab Erdemir

79292382

Date: 2024-12-18 20:22:56
Score: 3.5
Natty:
Report link

I found this useful resource that addresses the same problem I was encountering.

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

79292379

Date: 2024-12-18 20:19:55
Score: 0.5
Natty:
Report link

Seems you do not have any app running on 8090. If your app is containerized, you have to resolve server/uri/url names

Use a discovery server/eureka server, set your

eureka.instance.hostname=<your-choice-name>

your choice name can also be the container_name for your container

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ola357

79292377

Date: 2024-12-18 20:18:55
Score: 1
Natty:
Report link

In the last month or so, Flutter updated its Web FAQ with a section dedicated to cache concerns:

https://docs.flutter.dev/platform-integration/web/faq#why-doesnt-my-app-update-immediately-after-its-deployed

They outline a few different strategies, including how to force an app download after a new deployment. One thing in particular that may be necessary is to disable the service worker (as described at the end), assuming you don't need PWA functionality. But you may need to try several of these strategies before finding one that works.

Cache busting has been one of our team's pain points with Flutter Web, but it's good to see the Flutter team starting to address this.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Eli G

79292375

Date: 2024-12-18 20:18:55
Score: 0.5
Natty:
Report link

We ran into this same issue where suddenly chrome protocol stopped working correctly, but Edge still worked fine with it. What we found is that our protocol was sending a set of parameters such as the following:

MyProtocolHandler://value1=test&valueURL=http://myService.com/service.asmx&valueName=Test

What we found is that chrome would wipe out the colon that was in the valueURL reading the string as the following:

MyProtocolHandler://value1=test&valueURL=http//myService.com/service.asmx&valueName=Test

The corruption of the URL in the set of values caused our program to fail to run correctly. The solution is likely related to maxisam comment asking if you encoded the URL. In our case, encoding the URL value for that parameter appears to have worked correctly.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Dwyden

79292367

Date: 2024-12-18 20:15:54
Score: 1.5
Natty:
Report link

I published a VS Code extension that addresses this issue without the need for regexes, even in projects with multiple namespaces.

The extension automatically determines the correct namespace by analyzing the file's path and PSR-4 definitions in the nearest composer.json file. It then populates the namespace dynamically based on the currently edited file.

You can check it out here: PHP Dynamic Snippets Extension.

I hope it helps!

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Whitelisted phrase (-1): hope it helps
  • Contains signature (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: M-Zoldak

79292359

Date: 2024-12-18 20:10:53
Score: 1
Natty:
Report link
  1. you need to add PUBLIC_ROLE_LIKE = "Gamma" in superset_config.py

  2. access superset in browser, settings -> show roles, edit Public (roles name), add your schema database in permission.

hope it helps.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: mico wendy

79292350

Date: 2024-12-18 20:08:53
Score: 2.5
Natty:
Report link

I ran into a problem like this using series = series.replace(dictionary) where the replacement values were {string: float}. But the future warning stopped happening when I changed it to series = series.replace(dictionary).astype(float)

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

79292348

Date: 2024-12-18 20:04:52
Score: 2
Natty:
Report link

you are getting the data in the JavaScript but you don't pass it over to the browser

you can use the html tag to pass it over on the a click by setting the href value to your controller

or you can create a Blob in memory and fill it in with the value of your controller response and than create a element and set the value to your Blob and trigger a click on the element

you can see hare a example How to export JavaScript array info to csv (on client side)?

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: hershy kohn

79292345

Date: 2024-12-18 20:04:52
Score: 3.5
Natty:
Report link

you can click here to get more information about Sendgrid Billing

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Emeraude Makola

79292344

Date: 2024-12-18 20:04:52
Score: 2
Natty:
Report link

Open Excel

Navigate to Trust Center Settings

Developer > Macro Security OR

File > Options > Trust Center > Trust Center Settings

Go to Trusted Locations

Click "add new location" and put "https://d.docs.live.net" (no quotation marks) in the text box that pops up.

Be sure to click the checkbox "Subfolders of this location are also trusted"

Click Ok and restart excel.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Adam DuBose

79292341

Date: 2024-12-18 20:03:52
Score: 0.5
Natty:
Report link

To make the JSONata expression always return an array, you need to add square brackets somewhere in the path, like so:

"Items": "{% $states.input.object_keys[Size>0].Key[] %}"

Link to JSONata playground: https://jsonatastudio.com/playground/f789749e

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vlad Dimov

79292334

Date: 2024-12-18 20:00:50
Score: 5
Natty:
Report link

I have found a solution, but can't post it due to my low reputation

Reasons:
  • RegEx Blacklisted phrase (1.5): low reputation
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Juiced

79292321

Date: 2024-12-18 19:55:48
Score: 0.5
Natty:
Report link

AKV is very finicky about formatting when it comes to certs and keys. If openssl has added any content (including line breaks and special characters) outside of the -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- marks I would try removing that. If you're using Terraform, I would recommend generating your certs with the azurerm_key_vault_certificate resource.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gabriel Kelly

79292309

Date: 2024-12-18 19:51:47
Score: 1
Natty:
Report link

i fixed this issue, i moved out the embedding of the qa_bot function, then i fixed, because when i change chat profile it creates another embedding but all chat profiles use the same embedding XD so i moved out and i fixed it.

Reasons:
  • Whitelisted phrase (-2): i fixed
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Cesar QuiƱonez Espinoza

79292306

Date: 2024-12-18 19:48:46
Score: 1
Natty:
Report link

Working for sonata sonata-project/admin-bundle ^4.

final class TestAdmin
{
    // … skipped for brevity

    public function configureFormOptions(array &$formOptions): void
    {
        $formOptions['constraints'] = [
            new UniqueEntity(['fields' => ['slug']])
        ];
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Иван Попов

79292304

Date: 2024-12-18 19:46:46
Score: 2
Natty:
Report link

So far as I can tell, the problem was not with SSRS but rather with Exchange. The SSRS server was on a different (older) domain than the Exchange server. When the SSRS server was migrated to the newer domain, the problem stopped happening.

We had a related issue with select individuals never receiving emails with data driven subscriptions, and this also resolved with the domain change.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dan

79292284

Date: 2024-12-18 19:34:44
Score: 0.5
Natty:
Report link

I've also faced similar problem, after doing update from jetbrains tools box, latest behaves like fresh install. So I copied all files from old android android studio folder and pasted to new android folder. And it worked.

Folder path Mac: /Users/UserName/Library/Application Support/Google/AndroidStudio2024.2/

Folder name will have studio version as prefix. So through this identify previous android studio file -> copy all file -> Paste replace them in new folder.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kavin S

79292276

Date: 2024-12-18 19:31:43
Score: 4
Natty: 4.5
Report link

I wrote something about it, explaining about the abort controllers part in avoiding management of old data https://medium.com/@skimchi/preventing-old-data-managing-while-fetching-new-data-reactjs-ffb03772383a

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

79292266

Date: 2024-12-18 19:27:41
Score: 1.5
Natty:
Report link

Answer is in the comments as well. Thanks to:
https://stackoverflow.com/users/1766544/kenny-ostrom
https://stackoverflow.com/users/218663/jonsg

... for the help.

This was an instance of my misunderstanding how Python generators work. Switching to:

G[row['City1']][row['City2']]['shortPaths'] = list(shortPaths)

Works just fine.

I thought it was interesting how this example of my misunderstanding and learning about generators seemed to mimic a scope violation. Maybe a tip-off for others who find themselves struggling in a similar manner.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): stackoverflow
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Perry Horwich

79292259

Date: 2024-12-18 19:24:40
Score: 6.5
Natty: 7
Report link

How can we edit #listen_addresses='localhost' to listen_addresses='*' using SED command...?

Reasons:
  • Blacklisted phrase (1): How can we
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How can we
  • Low reputation (1):
Posted by: Venkataramana Aitla

79292256

Date: 2024-12-18 19:24:40
Score: 1.5
Natty:
Report link

Maybe try without a selecting field on unique?

$oldValidUserPremiumPacks->pluck('user_id')->unique();

The contents of $oldValidUserPremiumPacks->pluck('user_id') is: [1, 1, 2, 3]

Therefor $oldValidUserPremiumPacks->pluck('user_id')->unique('user_id') is trying to grab 1->user_id which doesn't work because 1 is an integer, not an object or array.

The contents of $oldValidUserPremiumPacks->unique('user_id') is: [['user_id' => 1], ['user_id' => 2]].

Aww, @TimLewis beat me to it.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @TimLewis
  • Low reputation (0.5):
Posted by: Magnie Mozios

79292243

Date: 2024-12-18 19:19:38
Score: 2.5
Natty:
Report link

I am not an expert in root but I use it quite extensively. Instead of using hadd to merge them all, have you tried using TChain->Add("file_name.root") command in a loop? It will give you equivalent result to add all the histogram using one loop

Reasons:
  • Whitelisted phrase (-1): have you tried
  • 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: Akhil

79292241

Date: 2024-12-18 19:18:38
Score: 1.5
Natty:
Report link

Getting the same exact message as of yesterday on a new account I was attaching to some automated software. I have 4 accounts and all of them now get the message.

I'm currently waiting on hold with Robinhood to find out if they blocked the API.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: griff4594

79292227

Date: 2024-12-18 19:12:37
Score: 0.5
Natty:
Report link

I had this issue and discovered I had a corrupt installation of urllib. Take a look at your packages directory and correlate its contents with the urllib3 files shown here: https://github.com/urllib3/urllib3/tree/1.26.x/src/urllib3

If files are missing, you're having the same problem. (I assume this was caused by a connectivity issue during the install.)

For me, uninstalling and reinstalling urllib3 worked. Be sure to check your version first -- ex

pip show urllib3
# check the VERSION shown and replace 1.26.17 below.
pip uninstall urllib3
pip install urllib3==1.26.17
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same problem
  • High reputation (-1):
Posted by: Barett

79292216

Date: 2024-12-18 19:07:36
Score: 2.5
Natty:
Report link

I've seen that the ul.products.elementor-grid.columns-3, that has the list of items, has a grid-row-gap: 1%. This is whats causing the overflow of the list. Use fixed size in px. I leave here a posts that explains a bit better than i do.

Why does grid-gap cause an overflow?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Eloi

79292204

Date: 2024-12-18 19:03:35
Score: 3
Natty:
Report link

you just need to add the following parameters and execute, and it will create a "CREATE Table" statement: at the top, add this: DECLARE @Schema VARCHAR(MAX); EXEC sp_whoisactive... with whatever format you like for this procedure, but at the end add the following variables: @return_schema = 1, @SCHEMA = @schema OUTPUT PRINT @Schema

Then when you execute it to log to your table, add this parameter: @destination_table = '.dbo.<whatever you want to name the table'

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @Schema
  • User mentioned (0): @return_schema
  • User mentioned (0): @SCHEMA
  • User mentioned (0): @schema
  • User mentioned (0): @Schema
  • User mentioned (0): @destination_table
  • Low reputation (1):
Posted by: user28843997

79292203

Date: 2024-12-18 19:02:34
Score: 1.5
Natty:
Report link

This is an easy way to fix the problem: `

import time
x = 0
for i in range(100):
    print(f'{x}% loaded', end= "\r", flush = True)
    x += 1
    time.sleep(0.5)

`

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Duplexsoup

79292190

Date: 2024-12-18 18:59:34
Score: 2.5
Natty:
Report link

Run oradim to Create the Oracle Service: Use the following command to create the Oracle service:

oradim -NEW -SID your_sid -INTPWD your_password -STARTMODE AUTO

Start the Listener: If the listener is not running, you can start it using:

lsnrctl start

If the service starts successfully, try connecting again

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Anup

79292184

Date: 2024-12-18 18:57:33
Score: 1.5
Natty:
Report link

Dec 2024: It's now possible (since Angular 14) with @ContentChild() to get only the immediate child if it exists using {descendants: false}.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: blert

79292183

Date: 2024-12-18 18:57:33
Score: 4
Natty:
Report link

Just make sure the breakpoints are enabled

breakpoints

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

79292179

Date: 2024-12-18 18:56:32
Score: 1
Natty:
Report link

Yes, you can set rules at the Organization level. The rules further allow you to select which Repos to apply them to and what branches on each repo.

Image of the GitHub Organization Settings page showing the Rules option.

This feature may be restricted to certain repo and subscription types:

Rulesets are available in public repositories with GitHub Free and GitHub Free for organizations, and in public and private repositories with GitHub Pro, GitHub Team, and GitHub Enterprise Cloud. For more information, see "GitHub’s plans." -- GitHub Docs - About rulesets

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jacob

79292167

Date: 2024-12-18 18:51:31
Score: 4
Natty: 4.5
Report link

As mentioned on https://stable-baselines3.readthedocs.io/en/master/modules/ppo.html, StableBaseline3's PPO is meant to be run on the CPU.

StableBaselines3 PPO note

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

79292166

Date: 2024-12-18 18:51:31
Score: 0.5
Natty:
Report link
function customSort(table, critera) {

    var value = display(table, critera);
    var result = value.sort((a, b) = >b - a);
    return result.join(",")
}

function print(func) {
    console.log(customSort(func))
}

function display(a, key) {

    var finalvalue = [];
    for (i = 0; i < myarray.length; i++) {
        finalvalue.push(myarray[i].key);

    }

    return finalvalue;
}

var myarray = [{
    key: 6
},
{
    key: 9
},
{
    key: 2
},
{
    key: 1
},
{
    key: 12
},
{
    key: 63
},
{
    key: 20
},
{
    key: 25
},
{
    key: 13
},
{
    key: 19
},
{
    key: 32
},
{
    key: 70
},
{
    key: 14
},
{
    key: 7
},
{
    key: 8
}];

print(display(myarray, 'key'));

customSort(myarray, 'key');
print(display(myarray, 'key'));
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: sachin sahu

79292161

Date: 2024-12-18 18:48:30
Score: 0.5
Natty:
Report link

I got the same problem, but along with

"libssh2_session_set_read_timeout" was not found in DLL "C:\xampp\php\ext\php_curl.dll"

I resolved the issue using the method described above.

https://github.com/php/php-src/issues/16794#issuecomment-2476165187

So the "nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation" issue could be solved with the same logic.

Just copy the nghttp2.dll under php folder, then use it to replace the one under apache/bin, everything would just work perfectly.

Reasons:
  • Blacklisted phrase (1): I got the same problem
  • Whitelisted phrase (-2): I resolved
  • No code block (0.5):
  • Low reputation (1):
Posted by: LZong

79292160

Date: 2024-12-18 18:48:30
Score: 3
Natty:
Report link

You can make a button and a collapsible pane which is invisible in collapsed state.

Example of how it can look you can find here: https://stackoverflow.com/a/79292071/20340543

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Podbrushkin

79292151

Date: 2024-12-18 18:45:29
Score: 1
Natty:
Report link

Here's an example with working row selection and drag and drop: https://codesandbox.io/p/sandbox/broken-row-selection-forked-93vdlc?workspaceId=ws_Ugp8jRneUmKth2oi4rosAj

I manually placed the DragHandle in the return of the Row since it seemed to break when rendered by flexRender, not sure why.

<td key={cell.id} className={styles.cell}>
  {index === 1 ? <DragHandle row={row} /> : null}
  {flexRender(cell.column.columnDef.cell, cell.getContext())}
</td>
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Thijs

79292149

Date: 2024-12-18 18:45:29
Score: 1
Natty:
Report link

For people that end up in this question looking for set-like interval library, I find portion library to be very helpful.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Anton Daneyko

79292143

Date: 2024-12-18 18:42:28
Score: 0.5
Natty:
Report link

You can derive the value type with one line of typescript:

type FormValue = FormGroup<ExtremelyComplicatedForm>['value'];

This should do the job in a simple manor no matter how complicated your form is.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Schnitzler

79292141

Date: 2024-12-18 18:41:28
Score: 1
Natty:
Report link

Here’s a guide to help you understand the limits, behaviors, and troubleshooting steps for GitHub Copilot Free. Limits and What Happens When You Reach Them

  1. Completions Limit Reached • What happens: Copilot will no longer provide completions and will fallback to IntelliCode suggestions. This is likely why you are receiving shorter and less contextual suggestions. Copilot will still appear "active" (the badge status will be green).
  2. Chat Limit Reached • What happens: The chat interface might seem unresponsive, when providing you a response and hanging on generating a response. Copilot will still appear "active" (the badge status will be green).
  3. Both Limits Reached • What happens: Copilot will no longer provide completions and will fallback to IntelliCode suggestions. This is likely why you are receiving shorter and less contextual suggestions. The chat interface might seem unresponsive, when providing you a response and hanging on generating a response. Copilot will still appear "active" (the badge status will be green).

There will be improvements to this in January, stay updated with the latest Visual Studio version for the improvements

I sent a chat request and got no response, it hung for a while.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rhea Patel

79292129

Date: 2024-12-18 18:36:26
Score: 1.5
Natty:
Report link

I ran into the same issue on a Hetzner IPv6 only machine. The reason for the error seems to be, that ghcr.io does not provide an IPv6 AAAA DNS record. There is an open issue from November 2023 mentioning it.

I personally solved the issue by using a different image registry, in my case DockerHub, which allows to freely host public images.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: murphyslaw

79292112

Date: 2024-12-18 18:28:24
Score: 6
Natty: 7
Report link

Can you please specify where in VS these settings are?

Thanks you.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can you please
  • Low reputation (1):
Posted by: LW73

79292109

Date: 2024-12-18 18:28:24
Score: 2
Natty:
Report link
npm install react-router-dom

Comand above in terminal solved the issue for me.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: miomate

79292104

Date: 2024-12-18 18:23:23
Score: 2.5
Natty:
Report link

This is not possible with Figma's REST API. There are no endpoints that allow this. Also note that the endpoint you are using only supports the GET method. Please refer to the developer documentation: https://www.figma.com/developers/api#get-images-endpoint

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

79292099

Date: 2024-12-18 18:21:22
Score: 3
Natty:
Report link

So, after trying several times, I decided to consolidate some of the latent variables. It seems that lavaan/sem doesn't like more than 4 constructs. Worked perfectly with 4 latent vars.

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

79292089

Date: 2024-12-18 18:16:21
Score: 1
Natty:
Report link

Add these Path to environment variables

C:\Users\<username>\Anaconda3
C:\Users\<username>\Anaconda3\Scripts
C:\Users\<username>\Anaconda3\condabin

Then restart the terminal then it will work

You can check with these command conda version

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: akhilesh

79292086

Date: 2024-12-18 18:14:20
Score: 1.5
Natty:
Report link

It could be the Java intellisense, just like how IntelliJ IDE shows things like these, but they dont affect the code. You could try to disable IntelliCode Suggestions in your VS code settings and see it that works

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: MrFiend

79292076

Date: 2024-12-18 18:09:20
Score: 2
Natty:
Report link

The timestamp should be provided in milliseconds, not mentioned in the docs

Example: min_timestamp="1730558155000"

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ahmed Mekky

79292070

Date: 2024-12-18 18:07:19
Score: 4
Natty:
Report link

Installing python 3.12.8 solved the issue. Before I was using 3.13

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

79292058

Date: 2024-12-18 18:02:17
Score: 5.5
Natty: 5
Report link

I am facing the same problem, I changed the datatype of column to varchar for upsert to work, not sure whether its the correct solution.

I wanted to avoid mapping, because my pipeline is parameterized for different tables.

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Low reputation (1):
Posted by: Techgirl9009

79292056

Date: 2024-12-18 18:02:15
Score: 11 🚩
Natty: 6.5
Report link

enter image description here

enter image description here

How can I resolve this error, please help us.

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (3): please help us
  • RegEx Blacklisted phrase (1): help us
  • RegEx Blacklisted phrase (1): I resolve this error, please
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: furkan

79292054

Date: 2024-12-18 18:01:14
Score: 0.5
Natty:
Report link

Your code is almost complete. Please give the revised script a try.

Microsoft documentation:

Characters.Last property (Word)

Paragraphs.Last property (Word)

Sub ContentsFrmBookmarksWLinks()
    Dim bookmark As bookmark, linkText As String
    
    With ActiveDocument
        ' Add a page break to separate from the existing content
        .Characters.Last.InsertBreak wdPageBreak

        ' Add a title to the new section
        .Paragraphs.Last.Range.Text = "List of Bookmarks:"

        ' Loop through all bookmarks in the document
        For Each bookmark In .Bookmarks
            .Characters.Last.InsertParagraphAfter
            ' Get the bookmark name
            linkText = bookmark.Name
            ' Create a clickable hyperlink to the bookmark
            .Hyperlinks.Add _
                Anchor:=.Paragraphs.Last.Range, _
                Address:="", _
                SubAddress:=linkText, _
                TextToDisplay:=linkText
        Next bookmark
    End With
    
    MsgBox "Bookmark list with links created."
End Sub


enter image description here

Reasons:
  • RegEx Blacklisted phrase (2.5): Please give
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: taller

79292051

Date: 2024-12-18 18:00:14
Score: 5
Natty: 5.5
Report link

can someone help I'm trying to make my AI assistant respond to me. I have tried multiple times. here's what I have:

def interact():
while true:
res = obj.user_input
return({responses})
(input("Hello there. I'm Sofia, here to help!"))

please finish. I'm using online python.

Reasons:
  • RegEx Blacklisted phrase (3): can someone help
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): can someone help I
  • Low reputation (1):
Posted by: Dylan

79292043

Date: 2024-12-18 17:56:13
Score: 1
Natty:
Report link

From the documentation, your options to have multiple page listed on a single behavior seems to be limited…

However, you could use a Lambda@edge attached to the default behavior on the origin request and update your origin from your path value.

Another option would be to use CloudFront KeyValueStore and a CloudFront Function. If you’re able to migrate to this approach, you will be able to add any routes easily in the store without having to modify/redeploy CloudFront with each new path.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Dev4ever

79292042

Date: 2024-12-18 17:55:12
Score: 0.5
Natty:
Report link

To ensure that a screen session persists in a Docker container, you need to make sure that the screen session is properly initialized and that the necessary environment is maintained. Your current script is almost correct, but you may need to adjust the way the screen session is created and ensure that the screen socket directory is accessible.

Here’s an improved version of your script:

#!/bin/sh

Create a directory for screen sockets

mkdir -p /run/screen

Start the screen session in detached mode

screen -S my_screen -dm bash -c 'cd /path/to/project && npm run start'

Log the current screen sessions

screen -list > /path/to/scr_list.log

Make sure to replace /path/to/project and /path/to/scr_list.log with the actual paths in your container. Additionally, ensure that the Docker container is not running in a way that restricts access to the /run/screen directory.

After running this script, you should be able to connect to the screen session using screen -r my_screen and see the output as expected. If you still encounter issues, check the permissions of the screen socket directory and ensure that the Docker container is not exiting immediately after the script runs.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Uzma Qureshi

79292037

Date: 2024-12-18 17:54:12
Score: 0.5
Natty:
Report link

If you need the exact date, then following options might be the best way to achieve this:

  1. Use data exchange and return min/max dates from server
  2. Pass today's date when sending a flow message as part of initial payload along with screen name.

If you don’t need the exact date, then you can use text input to enter age and limit the value from 18 to 60

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Swapna

79292036

Date: 2024-12-18 17:53:11
Score: 6.5 🚩
Natty:
Report link

did you ask chat gpt or any other ai?

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

79292035

Date: 2024-12-18 17:53:11
Score: 0.5
Natty:
Report link

I have a M2 Mac, and I do not see "Open with Rosetta" option in the Finder -> Get Info.

When I run the command file $(which xcodebuild)

I'm able to see:

/usr/bin/xcodebuild: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64e:Mach-O 64-bit executable arm64e]
/usr/bin/xcodebuild (for architecture x86_64):  Mach-O 64-bit executable x86_64
/usr/bin/xcodebuild (for architecture arm64e):  Mach-O 64-bit executable arm64e

which indicates my Xcode is able to build both architectures.

I need to tell which architecture my Xcode should be able to build. When I open the Xcode by:

arch -arm64 /Applications/Xcode.app/Contents/MacOS/Xcode

I no longer see this error and can run on simulator without any issue.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rups

79292034

Date: 2024-12-18 17:53:11
Score: 1.5
Natty:
Report link

To edit the response of a form submission in Google Forms directly, you generally can't unless you re-open the form for editing by the original respondent. However, you can manage and edit responses indirectly through Google Sheets or use third-party add-ons for more control.

Here's how to do it with Google Sheets:

Open your Google Form. Go to the Responses tab and click on the green Sheets icon to link responses to a Google Sheets spreadsheet. Open the linked Google Sheets document. Here, you'll see all responses laid out in columns and rows. Edit the response directly in the spreadsheet. Keep in mind that this won't change the data collected in the Google Forms response tab, but it will update your records in Sheets. For more advanced management capabilities, including editing responses directly within Google Forms, consider using a third-party add-on like Choice Eliminator. This add-on enhances functionality by letting you search, view, edit, and even delete responses directly from Google Forms, making form management much more flexible.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jamie

79292032

Date: 2024-12-18 17:53:11
Score: 1
Natty:
Report link

The error you're encountering is due to a conflict or issue within the Elementor and Elementor Pro plugins, specifically related to the widgetType array and the handling of element child types. Here's how you can resolve it step by step:

Step 1: Backup Your Website Step 2: Troubleshooting Steps

Step 3: Enable Debug Mode Step 4: Reinstall Elementor Plugins Step 5: Contact Elementor Support

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Qaisar Aziz

79292025

Date: 2024-12-18 17:48:10
Score: 1.5
Natty:
Report link

This was solved time ago.

Basically you just need to play with grid parameters:

grid.setWindowAlignment(HorizontalGridView.WINDOW_ALIGN_NO_EDGE);
grid.setWindowAlignmentOffsetPercent(50);
grid.setItemAlignmentOffsetPercent(50);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: neojav

79292017

Date: 2024-12-18 17:43:07
Score: 11 🚩
Natty: 6.5
Report link

Did you find solution to this? I have same problem

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

79291993

Date: 2024-12-18 17:36:05
Score: 2
Natty:
Report link
import cv2
from ultralytics import YOLO
import torch

model = YOLO('seg.pt')


img = cv2.imread('ballon2.jpg')
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)

results = model.predict(img, show = True)

cv2.imshow('seg',(results[0].masks.data[0].numpy() * 255).astype("uint8"))

the last line is our answer.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SerifDogru

79291986

Date: 2024-12-18 17:31:04
Score: 2.5
Natty:
Report link

Apparently, adding a launch configuration doesn't update the run menu as I assumed. When you click the "Run and Debug" icon, you see the launch option there. Pretty unintuitive if you ask me.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Blake McBride

79291983

Date: 2024-12-18 17:30:04
Score: 2.5
Natty:
Report link

this was NOT helpful for me at all, Even though it has so much HELPFUL info. but it did not work out for me at all, I've been struggling for about a week and a half cuz of SQL when i try to do connect in SSMS it doesn't workout the connection is failed as this message shows up " TITLE: Connect to Server

Cannot connect to MEESH0-3.


ADDITIONAL INFORMATION:

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)

For help, click: https://docs.microsoft.com/sql/relational-databases/errors-events/mssqlserver-53-database-engine-error


The network path was not found


BUTTONS:

OK

"

what am i supposed to do else? I'M exhausted by this :'(

Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Maryaim SHaker

79291975

Date: 2024-12-18 17:27:03
Score: 2.5
Natty:
Report link

Just add PHPLDAPADMIN_HTTPS: "false", and port 80 will work

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: korolFSV

79291972

Date: 2024-12-18 17:25:02
Score: 0.5
Natty:
Report link

I recently has this issue and none of the reccommended solutions worked for me. What did end up working was installing all available updates to both Visual Studio 2019 (the version I am actually using for this project) and for Visual Studio 2022 (which I also have installed for other projects). Once both versions were up to date, the build started working in Visual Studio 2019 again.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Smurph269

79291971

Date: 2024-12-18 17:25:02
Score: 1
Natty:
Report link

When working with Amazon CloudWatch and SES metrics, it's common to encounter challenges, especially when trying to manipulate and visualize data effectively.

To address your first issue regarding filling no data periods with zeros, the correct approach is to use the FILL function in conjunction with your SUM expression. However, the FILL function should be applied directly to the metric you want to fill. For example, you can try:

FILL(SUM(METRICS()), 0)

If this does not yield the desired results, ensure that your metric is correctly defined and that there are indeed periods with no data.

For your second issue about creating custom lines for a specific campaign, your SEARCH function seems to be on the right track, but ensure that the syntax is correct and that the metric name and tags match exactly what is being sent to CloudWatch. Here’s a refined example:

SUM(SEARCH('{SES,campaign} MetricName="Send" campaign="my-campaign"', 'Average', 3600))

Make sure that the tags you are using in the SEARCH function are correctly set in your SES configuration. If you still see no results, double-check the time range and ensure that data for that specific campaign exists in the selected timeframe.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Uzma Qureshi

79291965

Date: 2024-12-18 17:22:01
Score: 1.5
Natty:
Report link

I'm seeing the same thing with Safari 18.1.1 under macOS 15.1.1 (24B91). Duplicating the Xcode project folder and running from that new copy will help to get the latest build running within the extension preference pane. I'm still trying to figure out this new issue that started happening today with all the "unable to find" errors.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Joel Glovacki

79291962

Date: 2024-12-18 17:22:01
Score: 1
Natty:
Report link
SELECT w1.id
FROM Weather AS w1
JOIN Weather AS w2
    ON w1.recordDate = DATE_ADD(w2.recordDate, INTERVAL 1 DAY)
WHERE w1.temperature > w2.temperature;

Just use of DATE_ADD(parameter2, INTERVAL DAY)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abhiraj Adhikary

79291958

Date: 2024-12-18 17:20:01
Score: 3
Natty:
Report link

Change for and then you can disable it.

html: Text

js: $("#myId").prop("disabled",true);

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Leonardo

79291957

Date: 2024-12-18 17:19:59
Score: 8.5 🚩
Natty:
Report link

Instead of creating a new account for every test, you can use the Play Billing Lab app provided by Google. Here’s how:

Download the Play Billing Lab app from Google Play. (Note: Make sure your Android device is running a recent version. For example, mine works on API 34.)

Open the app and configure the settings:

Set the region appropriately. Check the box labeled "Test free trials or promotional offers." Test your app with the same Google account:

Even if you’ve previously made a ā€œtest purchase,ā€ this setup should now display the free trial offer correctly.

By the way, I’m facing a similar issue. Have you managed to solve this problem?

Reasons:
  • Blacklisted phrase (3): Have you managed
  • Whitelisted phrase (-1.5): you can use
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing a similar issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ataberk Dƶnmez

79291954

Date: 2024-12-18 17:18:58
Score: 7.5 🚩
Natty: 4.5
Report link

en mi caso, me paso algo similar, tengo el Intellij IDEA 2024.3, la solucion, instalar este plugin, Screeshot de plugin a instalar en el IDE

Reasons:
  • Blacklisted phrase (2): tengo
  • Blacklisted phrase (2.5): solucion
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jefferson cardenas

79291950

Date: 2024-12-18 17:17:57
Score: 1
Natty:
Report link

I just faced this error in a weird situation. I was working with shared data and the .json files were actually pickles. Therefore, what solved that for me was:

with open("pickled_file_with_bad_extension.json", "rb") as f:
    data = pickle.load(f)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Llohann Dallagnol Speranca

79291936

Date: 2024-12-18 17:13:56
Score: 1
Natty:
Report link

This is a client issue not a server issue.

Sending one message with the code you provide, result in:

on desktop display on desktop

properly aligned (auto detection)

on mobile display on mobile

Not properly aligned (language detection failed)

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Setop