79451686

Date: 2025-02-19 14:27:50
Score: 2
Natty:
Report link

i've had to add a couple of setting to solve the problem:

'spark.dynamicAllocation.shuffleTracking.timeout' 'spark.dynamicAllocation.cachedExecutorIdleTimeout'

once these were added, the behaviour was as expected

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Philipp Steiner

79451683

Date: 2025-02-19 14:27:50
Score: 0.5
Natty:
Report link

this can be achieved using model inputs

import {Component, inject, model} from '@angular/core';
@Component({ ... })
export class SomeComponent {
  test = model<string>();

  ngOnInit() {
    this.test.set('qwerty');
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: felixjiricka

79451679

Date: 2025-02-19 14:25:50
Score: 0.5
Natty:
Report link

add disableDefaultUI: true when creating the map:

this.newMap = await GoogleMap.create({
  id: 'my-test-map',
  element: this.mapRef.nativeElement,
  apiKey: environment.mapsApiKey,
  config: {
  center: {
    lat: lat,
    lng: lng,
  },
  zoom: 15,
  disableDefaultUI: true <-------
  },
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: StackOverHoes

79451675

Date: 2025-02-19 14:24:50
Score: 1.5
Natty:
Report link

turns out I can do things like this and the result is satisfying my condition

fields_to_exclude.each do |excluded_field|
        configure excluded_field do
          searchable false
        end
end

fields_to_exclude is an array of field you wanted to exclude from search during Edit. Thanks for people that has tuned in

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Michael Wijaya

79451662

Date: 2025-02-19 14:20:48
Score: 7 đŸš©
Natty:
Report link

Thanks for your advice, @geoand and @zforgo.

The beans were not properly registered. Combining your solutions solved the issue. Everything works fine now !

Thank you for your help!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-0.5): Thank you for your help
  • RegEx Blacklisted phrase (3): Thanks for your advice
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @geoand
  • User mentioned (0): @zforgo
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Laurent_LDNR

79451660

Date: 2025-02-19 14:20:48
Score: 5
Natty: 5.5
Report link

note there's also this great tool https://github.com/newren/git-filter-repo

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

79451654

Date: 2025-02-19 14:18:48
Score: 1
Natty:
Report link

From my understanding non-repaetable read means you read something start of transaction and in the if you read the same you get different result , but in phantom reads it mostly occurs in range queries , so if you send same query anytime in transaction if there is no new data added you will get sam result because it locks , existing infos but can not lock new one for this reason in the second query you will get different result, but if there is just update not insert you will get same result in phantom reads and it will not be phantom reads :).

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Habibov Ulug'bek

79451650

Date: 2025-02-19 14:17:47
Score: 2
Natty:
Report link

Yes

1==true is true but 78==true is false 0==true is true

"true"==true is al.so false. One asks why it should be true, but it's-6&&-&&+-: false. For example, for 8 true statements, the score is 8(the s ore is 1 per true statemen6--&t. Gt

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

79451640

Date: 2025-02-19 14:14:47
Score: 2
Natty:
Report link

I'm working on a similar issue.

What helped me was removing signIn from the pages section.

See this part

Another potential issue could be related to cookies, but I don’t see that in this example.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jiƙí Hroch

79451634

Date: 2025-02-19 14:12:46
Score: 2
Natty:
Report link

Bro to deal with databases you need to go server-side using node.js. node-adobedb isn't meant to be run in a browser. It relies on Node-specific globals (like Buffer) and Windows-only APIs (ActiveX objects) that aren’t available in client-side JavaScript. In other words, you can’t bundle it directly into a Vue.js 3 app for use in the browser. When you go server-side, your backend can use node-adodb to connect to books.accdb and then expose a REST API that your Vue app can call.

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

79451633

Date: 2025-02-19 14:12:46
Score: 1.5
Natty:
Report link

Yes, It's possible to bundle ollama with your Python package. It's more complex than tessracth tho.

You should use docker as it's the best approach here for cross platform working. You can package Ollama with Llama3 and your python.

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

79451631

Date: 2025-02-19 14:11:46
Score: 1.5
Natty:
Report link

Following article https://help.salesforce.com/s/articleView?id=001123624&type=1 you need to set properties to value 268435456 = 256MB :

org.apache.cxf.stax.maxTextLength=268435456
com.ctc.wstx.maxTextLength=268435456
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Tomasz

79451627

Date: 2025-02-19 14:11:45
Score: 4.5
Natty:
Report link

Is it possible to remove the parent if it contains certain attribute and then link the child to parents parent which matches the attribute?

For example I have a tree that is mix of object and groups, objects and groups have a unique attribute to differentiate between groups and object. In this case is it possible to get object 1 as parent to object 2 and Object 3 by omitting the groups in between?

<Group="GroupA" uniqueidentifier="123">
   <Object="Object1" uniqueidentifier="456"
        <Group="GroupB" uniqueidentifier="123">
           <Object="Object2" uniqueidentifier="456"
    <Group="GroupC" uniqueidentifier="123">
           <Object="Object3" uniqueidentifier="456"
Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Blacklisted phrase (1): is it possible to
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: user29711909

79451621

Date: 2025-02-19 14:09:44
Score: 15.5 đŸš©
Natty: 5.5
Report link

We have the same issue using the Polygon Amoy Testnet. Did you resolve it? How did you resolve it? Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): Did you resolve it
  • RegEx Blacklisted phrase (3): did you resolve it
  • RegEx Blacklisted phrase (1.5): resolve it?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marco La Franca

79451617

Date: 2025-02-19 14:08:43
Score: 0.5
Natty:
Report link

So i am battling the same problem and i've come a step further. I have tried initially calculating the averages by using scoreInPercentage and looping through every category, but when using the scoreInPercentage collective average per category i get close like you, but not a exact same value as in the defender portal.

So i took a different route and that was making a total sum of all scores per category by looping through the api response. I realised that the max attainable secure score points was a sum total of all its parts (categories), so the percentage per category must be calculated by the max attainable score per category vs attained score per category. The only thing you have to make sure is that you filter only on the last day and not go through the whole 90 day log of the api response. Now a different problem arises and this is that you cannot get the max value per category anywhere. The only way i have managed to get a 100% accurate representation of the individual categories is by hardcoding the max value (as shown in defender portal) per category, and then calculating a percentage based on the score achieved per category.

Yes you can call https://graph.microsoft.com/v1.0/security/secureScoreControlProfiles and see max attainable points per control, but you cannot just sum total all the points per category, because it will return all available controls and not just the controls you have set-up (or have licensing for). In my case it showed 809 max attainable points for a category while the portal showed 371. So the only way you could get around this (i believe) is to literally compare every control by name from "https://graph.microsoft.com/v1.0/security/secureScores" with the controls in "https://graph.microsoft.com/v1.0/security/secureScoreControlProfiles" (have not tested this). There is no place that shows max scores per category as far as i know. But i hope someone has a better way of dealing with this. For me this is a tad bit much compute to be running from a function app (financially speaking).

I have used typescript, so my code is probably of no value here.

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

79451608

Date: 2025-02-19 14:05:43
Score: 4.5
Natty:
Report link

What happens when you load the script into PowerShell_ISE and either run it F5 or highlight the entire script and run it with F8?

Can you tell us more about the script. Did you type it up yourself or did you copy paste it from the internet, or did you download a PS1 file from the Internet?

It also sounds like your organization could possibly have Group Policies in place that might be preventing you from running scripts.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you tell us
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Vern_Anderson

79451604

Date: 2025-02-19 14:05:43
Score: 0.5
Natty:
Report link

Thank you @Roko C. Buljan for your help (I wanted to reply as a comment on your post, but my example was too long).

Your approach using :scope and :not() works well for the initial example, but I encountered an issue when applying it to a specific parent element.

If I call getDirectChildren(document.querySelector("#layout-3")) on the initial example, it does not return #layout-4 as expected. I think this happens because the selector :scope .layout:not(.layout .layout) only considers direct .layout elements relative to the original parent (.parent in the example), but it does not properly update when parent itself is a .layout.

Here is an extended example demonstrating the issue:

const getDirectChildren = (parent, sel = ".layout") =>
            [...parent.querySelectorAll(`:scope ${sel}:not(${sel} ${sel})`)];

        // Example 1 : Should print [#layout-1, #layout-2, #layout-7]
        let app = document.querySelector(".app");
        console.log("App descendant children", getDirectChildren(app)); // Result: Correct!

        // Example 2 : Should print [#layout-3, #layout-4, #layout-6]
        let layout2 = document.querySelector("#layout-2");
        console.log("Layout 2 descendant children", getDirectChildren(layout2)); // Current result: []

        // Example 3 : Should print [#layout-5]
        let layout4 = document.querySelector("#layout-4");
        console.log("Layout 4 descendant children", getDirectChildren(layout4)); // Current result: []
<div class="app">
    <div>
        <div class="layout" id="layout-1"></div>
    </div>
    <div>
        <div class="layout" id="layout-2">
            <div class="layout" id="layout-3"></div>
            <div>
                <div class="layout" id="layout-4">
                    <div>
                        <div class="layout" id="layout-5"></div>
                    </div>
                </div>
                <div class="layout" id="layout-6"></div>
            </div>
            <div></div>
        </div>
    </div>
    <div class="layout" id="layout-7"></div>
</div>

This shows that while the function works at the top level, it fails to return children when applied to .layout elements deeper in the hierarchy.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Quentin Misslin

79451603

Date: 2025-02-19 14:05:43
Score: 0.5
Natty:
Report link

The Hugging Face Inference API expects different JSON fields from OpenAI- or Groq-style endpoints. Your current code sends an OpenAI‐style request (model, messages) to Hugging Face, which causes a 422 error. Try sending Hugging Face adjusting your format to something like:

{ "inputs": "some prompt or conversation text", "parameters": { "...": "..." } }

Reasons:
  • No code block (0.5):
Posted by: Ethan Pelton

79451599

Date: 2025-02-19 14:04:42
Score: 2.5
Natty:
Report link

First copy the text, then go to the WhatsApp address you want to send it to, paste and then attach the pdf or image you want to send. Regretfully, you have to do it one at a time ...

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

79451593

Date: 2025-02-19 14:02:42
Score: 2.5
Natty:
Report link

The best way is to do it via HTML and CSS like robin mentioned in his comment. If you wanna do the same in Markdown, or just without using CSS, read on...

I made an open-source API to add a play button to Youtube thumbnails given a Youtube id or URL, simply input the video URL to this API i developed like so: https://markdown-videos-api.jorgenkh.no/url?https://youtu.be/dQw4w9WgXcQ

Result:

Definitely not a rickroll

Documentation can be found here if you wanna customize the size: https://markdown-videos-api.jorgenkh.no/docs

I even made a website to make it easier for you to input video URLs: https://markdown-videos.jorgenkh.no/

And best of all, the code is fully open sourced, so you can fork it and host it yourself if you'd like: https://github.com/Snailedlt/Markdown-Videos

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Snailedlt

79451589

Date: 2025-02-19 14:01:42
Score: 1
Natty:
Report link

Yeah I know how it feels like - I've gone through this before.

Essentially, ollama is written in Go (https://github.com/ollama/ollama) , so you'll have to figure out a workaround for this case.

I'd recommend distributing your application as a Docker container so that you can like preinstall Docker and also python using your image, and users get everything without separate installations as you wanted.

However, for a python package, you may also consider bundling together the ollama installer, you know, and write your own scripts for launching and managing the ollama server, but this can get tricky.

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

79451585

Date: 2025-02-19 13:59:41
Score: 0.5
Natty:
Report link

The accepted answer works, but this could also be a valid use case for python's builtin textwrap module:

>>> import textwrap
>>> text = """A
... B
... C"""
>>> print( textwrap.indent(text, "- ") )
- A
- B
- C

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

79451571

Date: 2025-02-19 13:55:40
Score: 4
Natty: 4.5
Report link

See: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration which suggests adding git config --global core.autocrlf true as does https://bornsql.ca/blog/the-hell-of-git-line-endings-and-the-not-so-simple-fix/

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

79451562

Date: 2025-02-19 13:51:39
Score: 1
Natty:
Report link

i used this answer .and it worked.

.box:not(.boxxy) {
 margin-left: 0px;
 transition-duration: 300ms;
 }
Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Timbukto

79451561

Date: 2025-02-19 13:50:39
Score: 0.5
Natty:
Report link

Yes, using wp-load.php outside of WordPress does present some security risks, especially if sensitive data is being processed or if external users have access to the script.

Although the script isn't passing any values, using WordPress core files externally can still leave your site vulnerable to potential attacks, such as SQL injections or unauthorized access attempts, if proper security measures are not in place. It's important to ensure that these external scripts are protected, particularly when using cron jobs.

To mitigate these risks, one approach is to implement additional layers of authentication. For example, my plugin adds a triple authentication process (email, password, and facial recognition) before granting access to WordPress. This significantly reduces the chances of unauthorized access, even if someone knows the name of the PHP script or tries to exploit vulnerabilities in the system.

Using such multi-layer authentication mechanisms ensures that your WordPress installation remains secure even when external scripts interact with it.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shahriar Setareh Sobh

79451546

Date: 2025-02-19 13:47:38
Score: 2
Natty:
Report link

Somewhere else here on stackoverflow I found someone using the all() function that exists on Locator in playwright. To get all the elements that match the locator criteria.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Eli

79451542

Date: 2025-02-19 13:46:38
Score: 1
Natty:
Report link

Indeed this type of error is often linked to a Java / Gradle / AGP version incompatibility.

Can you run the following command from the root of the Flutter project to do a first check:

flutter analyze --suggestions

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

79451539

Date: 2025-02-19 13:42:37
Score: 2.5
Natty:
Report link

The file location was synchronized with OneDrive.

Using another location that is not synchronized solved the issue.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Rémi Baudoux

79451536

Date: 2025-02-19 13:41:36
Score: 3
Natty:
Report link

I just ran into the same problem today. Figured out that it was the AdBlocker of my browser that prevented graphes from custom queries to render.

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

79451533

Date: 2025-02-19 13:40:36
Score: 3
Natty:
Report link
"php.validate.executablePath": "\\wsl.localhost\\Ubuntu\\usr\\bin\\php"
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alejandro Mosca

79451532

Date: 2025-02-19 13:40:36
Score: 2
Natty:
Report link

Import it via .use instead of .component conform docs: https://www.npmjs.com/package/vue-awesome-paginate#installation

It will register the component for you.

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

79451527

Date: 2025-02-19 13:39:36
Score: 0.5
Natty:
Report link

In case if somebody has a problem that the checked State of CheckBox element is messed up and will be shown as filled rectangular without check mark the solution is:

  1. Change to <androidx.appcompat.widget.AppCompatCheckBox>
  2. Set color through the app: not android: attribute! Like this: app:buttonTint="?colorOnInfo"
Reasons:
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Artiom

79451526

Date: 2025-02-19 13:39:36
Score: 0.5
Natty:
Report link

Use test class inheritance

Create a test class, annotate it with @SpringBootTest(properties=["app.secondprop=99"])
Your other test where you wish to have this value of the property could inherit this class

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

79451524

Date: 2025-02-19 13:38:35
Score: 4
Natty:
Report link

You can easily remove the "Powered by Odoo" footer from the apps listed below

https://apps.odoo.com/apps/modules/18.0/ace_remove_website_powered_by_odoo

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

79451521

Date: 2025-02-19 13:37:35
Score: 2.5
Natty:
Report link
outline: revert;

should do it.

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

79451520

Date: 2025-02-19 13:37:35
Score: 2.5
Natty:
Report link

I believe &#{&} { } could do the trick

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

79451519

Date: 2025-02-19 13:37:35
Score: 1
Natty:
Report link

Or just change ascending = [False] to ascending = [True]:

import pandas as pd
import matplotlib.pyplot as plt

DATA = {
    'x': ['val_1', 'val_2', 'val_3', 'val_4', 'val_5'],
    'y': [1, 2, 3, 2.5, 0.5]
}

COLUMNS = tuple(DATA.keys())


df = pd.DataFrame(DATA, columns=COLUMNS)
df.sort_values(['y'], ascending=[True]).plot(x=COLUMNS[0], y=COLUMNS[1], kind="barh", legend=False)

plt.show()

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MĂĄrton HorvĂĄth

79451517

Date: 2025-02-19 13:36:34
Score: 1
Natty:
Report link

Found a better way:

type Tuple = [unknown, ...unknown[]]

let foo = [{ foo: "foo" }, { bar: "bar" }] satisfies Tuple

Important to note is that you have to use satisfies which exists since TypeScript 4.9 and not as.

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

79451512

Date: 2025-02-19 13:35:34
Score: 4.5
Natty: 4
Report link

Google pay number my WhatsApp number my

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

79451511

Date: 2025-02-19 13:35:34
Score: 5
Natty: 7
Report link

this article on react flow performance could help you with your challenges, check this out: https://www.synergycodes.com/blog/guide-to-optimize-react-flow-project-performance

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dev_657

79451500

Date: 2025-02-19 13:32:33
Score: 1.5
Natty:
Report link

In case anyone stumbles on this, for me checking the "Always install with package manager" in the "Edit configurations" window seems to stop such JNI errors. Not sure about any side-effects to this.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Stelios Papamichail

79451495

Date: 2025-02-19 13:31:32
Score: 2
Natty:
Report link

Basically, what you're seeing isn’t a glitch—it's just a change in how things are done. The old version of Rbf used epsilon to directly scale the distance, so even small tweaks could really shake things up. But the new RBFInterpolator has been reworked with extra stabilization and scaling tricks that essentially "normalize" epsilon’s role. This means that even if you change epsilon a lot, its impact is much more subtle, especially if your data is already nicely scaled.

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

79451493

Date: 2025-02-19 13:30:31
Score: 6 đŸš©
Natty: 5.5
Report link

PLizzzzzzzz PLizzzzzzzz PLizzzzzzzz

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Filler text (0.5): zzzzzzzz
  • Filler text (0): zzzzzzzz
  • Filler text (0): zzzzzzzz
  • Low entropy (1):
  • Low reputation (1):
Posted by: user29711903

79451491

Date: 2025-02-19 13:30:31
Score: 1.5
Natty:
Report link

I am not sure if this issue was fixed or you found a way around your issue. But I am writing the fix I found to hopefully help someone else. While I have not asked any questions, I am going to explain a scenario to give you an idea of how to fix it. scenario: You may have migrated your db to a newer server and you are trying to run a stored procedure from Database A that tries to create a table in the tempdb. If that is correct, the issue you are having is trustworthiness and you need to grant several permissions:

  1. Enable Trustworthiness on database A
  2. Grant execute on the stored procedure to the user account you are using
  3. If you are running it from task scheduler / cmd using bcp or sqlcmd, give the account the following permissions to the tempdb ONLY, datareader, datawriter, ddladmin.

These three things will solve your issue.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Daniel

79451484

Date: 2025-02-19 13:26:31
Score: 2
Natty:
Report link
import pandas as pd

mydict={'A':[1,2,3,4,5,6],'B':[2,5,1,1,5,1]}
df = pd.DataFrame(*[mydict])
df.head()

Output:

enter image description here

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

79451477

Date: 2025-02-19 13:25:30
Score: 1
Natty:
Report link

Bro the discrepancy (2.8820544184511335e-19) is simply a result of floating point arithmetic, and not because of np.linspace or np.savez or even solve_ivp. Even when you use identical expressions in different parts of your code, the limited precision of floating point representation (and the way operations like division and multiplication are performed) can introduce such minuscule differences.

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

79451476

Date: 2025-02-19 13:25:30
Score: 2.5
Natty:
Report link

Quote from https://de.mathworks.com/help/simulink/ug/function-handle-limitations-for-code-generation.html "You can use function handles in a MATLAB Function block. You cannot use function handles for SimulinkÂź signals, parameters, or data store memory."

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: VĂŠry Slightly

79451472

Date: 2025-02-19 13:23:30
Score: 1
Natty:
Report link
import os
import sys

# Check if the system platform is Linux
if sys.platform.startswith('linux'):
    os.environ['PYOPENGL_PLATFORM'] = 'glx'

If you add these lines to the code it will use OpenGL for X11 instead of the EGL of wayland.

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

79451468

Date: 2025-02-19 13:21:29
Score: 2
Natty:
Report link

It seems there is a problem with the node version, Try to use FROM node:20.9.0

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

79451466

Date: 2025-02-19 13:21:29
Score: 1
Natty:
Report link

I was unable to auto populate stack chart with csv data. I went with manually processing it and providing it in format that Highchart like which looks like below:

chartOptions = {
  chart:{
    type:"column"
  },
  categories:['A', 'B'], // I was passing list of group
  plotOptions: {
    column: {
      stacking:"normal"
    }
  },
  series: [{name:'a', data:[2,null]}, {name:'b', data:[3,0]...] 
}

This is the only solution as for now.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Kuldeep Singh

79451462

Date: 2025-02-19 13:20:29
Score: 2
Natty:
Report link

Within powershell you can run the following:

Start-Process powershell.exe -Credential domain\user -ArgumentList "-File C:\Temp\script.ps1"

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Will Webb

79451460

Date: 2025-02-19 13:19:29
Score: 0.5
Natty:
Report link

The redirect-uris should be in the below format. please check.

"redirect-uris": [
   "https://*.cfapps.eu10-004.hana.ondemand.com/**"
 ]
}

Notice the /** in the end and *.cfapps subdomain

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

79451451

Date: 2025-02-19 13:13:28
Score: 1.5
Natty:
Report link

Thank you both for your help. derHugo is right, my SetObjectVisibility(false); was executed only on server. I changed my HideObject method so it calls ClientRpc method for setting object visibility and now it works.

[Server]
public void HideObject(NetworkConnectionToClient client)
{
    RpcSetObjectVisibility(false);
    TargetSetActive(client);
}

[ClientRpc]
private void RpcSetObjectVisibility(bool visible)
{
    SetObjectVisibility(visible);
}
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Davor Homa

79451442

Date: 2025-02-19 13:10:27
Score: 3
Natty:
Report link

{ "message": "TĂ i khoáșŁn đã Ä‘Æ°á»Łc táșĄo", "account": { "username": "LUU GIA BAO", "accountNumber": "2910200829102008", "balance": 1000000000 } }

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Filler text (0.5): 000000000
  • Low reputation (1):
Posted by: Bao Luu

79451435

Date: 2025-02-19 13:08:26
Score: 0.5
Natty:
Report link

You can also do

int _, useful_value, another_useful_value;
ss >> _ >> _ >> useful_value >> _ >> another_useful_value;

It uses an extra variable, but is much cleaner and readable in my opinion if you only need to discard a value

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

79451432

Date: 2025-02-19 13:06:26
Score: 1.5
Natty:
Report link

You don't need to write any dynamic code; simply add this line to your project's themes.xml file: <item name="android:navigationBarColor">@color/your_color</item>. This way, you won't need to use deprecated functions.

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

79451429

Date: 2025-02-19 13:05:25
Score: 0.5
Natty:
Report link

Auth::user() returns \Illuminate\Contracts\Auth\Authenticatable|null. Which does not have your method.

You can safely ignore this message. Personally I use https://github.com/barryvdh/laravel-ide-helper Which resolves such issues by rewriting the expected output to your User model.

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

79451428

Date: 2025-02-19 13:05:25
Score: 1.5
Natty:
Report link

You could just add each selected PRODUCT_ID to some list, and base the Interactive Grid on that list. The list could be a (hidden) item containing colon seperated values, an Apex collection, or whatever else you fancy.

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

79451425

Date: 2025-02-19 13:04:25
Score: 1.5
Natty:
Report link

I had the same problem with Python 3.13.2. I installed Python 3.12.9, and the installation of the requirements passed smoothly. Unfortunately, I couldn't (or didn't have time to) figure out what's broken with the dependencies.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: japs

79451423

Date: 2025-02-19 13:04:25
Score: 3.5
Natty:
Report link

this removed the error for me npm install @types/react --save

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

79451420

Date: 2025-02-19 13:03:24
Score: 4
Natty:
Report link

This error occurs in the latest version 13.0.1. Tried to downgrade to 11.0.2 or 12.0.1 and solved the issue.

In package.json change: "koa-router": "11.0.2" and remember to remove the "^"

I have not check detailed on the document, maybe this changed to other syntax?

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

79451411

Date: 2025-02-19 13:00:24
Score: 2
Natty:
Report link

The 9's complement of 0.473 in base 10 is 9.526. The 9's complement of 9.473 in base 10 is 0.526.

You just had a minor miscalculation for the 9's complement of the number 0.473: 10^1 - 10^(-3) - 0.473 = 9.526

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Omer Eliyahu

79451391

Date: 2025-02-19 12:55:22
Score: 5
Natty: 4.5
Report link

from.models import produit ImportError: cannot import name 'produit' from 'produits.models' (C:\Users\KOTCHAP Jordan\Desktop\formation django\produits\models.py). Did you mean: 'Produit'?

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

79451390

Date: 2025-02-19 12:54:21
Score: 2.5
Natty:
Report link

Go to your Project folder and if it is saved in iCloud do a right click and choose download. Now Xcode can compare it to your local repository. Otherwise a restart of Xcode does work most of the time.

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

79451389

Date: 2025-02-19 12:54:21
Score: 8 đŸš©
Natty:
Report link

I've been using yfinance for years without this issue and it just started yesterday, so this is something new! Please help find a fix. Is there an old version, I can load? or something?

Reasons:
  • RegEx Blacklisted phrase (3): Please help
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ken

79451388

Date: 2025-02-19 12:53:21
Score: 1
Natty:
Report link

I stumbled across the answer to this question on a hunch so posting the solution in case anyone else has the same issue.

In GitHub, TFLint relies on the GITHUB_TOKEN automatically generated by the workflow to authenticate with the GitHub API.

So in an attempt to replicate this, I created a new GitHub PAT, and added it to my GitLab pipeline as a variable named GITHUB_TOKEN. Then in the pipeline script, before I call TFLint I added the following line:

GITHUB_TOKEN=${GITHUB_TOKEN}

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

79451383

Date: 2025-02-19 12:52:20
Score: 4.5
Natty: 5
Report link

here is a guide on React flow performance, which could help you: https://www.synergycodes.com/blog/guide-to-optimize-react-flow-project-performance

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

79451366

Date: 2025-02-19 12:44:18
Score: 3.5
Natty:
Report link

@BalusC.. Thank you for the support and successfully configured the jakarta faces.

but I am facing an error when I try to add the primefaces-13.0.4 or primefaces-14 jar to the project library.

Error:

org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class [org.primefaces.webapp.UploadedFileCleanerListener]
    java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener
        at java.base/java.lang.ClassLoader.defineClass1(Native Method)
        at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
        at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)

Project Structure: [![enter image description here][1]][1]

Beans.xml:

  <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
       <bean id="Hello" class="com.example.Hello">
           <property name="message" value="Hello World!"/>
       </bean>
    </beans>

Web.xml:

<?xml version="1.0" encoding="UTF-8"?>
<web-app
    xmlns="https://jakarta.ee/xml/ns/jakartaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd"
    version="6.0"
>
    <servlet>
        <servlet-name>facesServlet</servlet-name>
        <servlet-class>jakarta.faces.webapp.FacesServlet</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>facesServlet</servlet-name>
        <url-pattern>*.xhtml</url-pattern>
    </servlet-mapping>
       
</web-app>

Requesting your advice on the same.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1): I am facing an error
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @BalusC
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ram

79451365

Date: 2025-02-19 12:44:18
Score: 1
Natty:
Report link

Solution: apparently the third-party .dll was compiled as 32-bit, so I had to add a "win-x86" runtime identifier to the project.

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

79451359

Date: 2025-02-19 12:43:18
Score: 4
Natty:
Report link

if possible native code. c++ using can handle onesignal notfication? Onesignal support desktop app - https://documentation.onesignal.com/docs/windows-app-sdk-setup

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rahul Infibrain

79451345

Date: 2025-02-19 12:40:17
Score: 1
Natty:
Report link

Since the answers above did not work with Laravel 11, I decided to write my own

public static function getPossibleEnumValues(string $column): array
{
    $table = (new static)->getTable();
    $columnType = DB::selectOne("SHOW COLUMNS FROM {$table} WHERE Field = ?", [$column])->Type;

    if (preg_match('/^enum\((.*)\)$/', $columnType, $matches)) {
        return array_map(
            fn($value) => trim($value, "'"),
            str_getcsv($matches[1], ',', "'")
        );
    }

    return [];
}
Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29711057

79451339

Date: 2025-02-19 12:38:16
Score: 3
Natty:
Report link

the problem is definitely related to the backend because port 9060 is usually listened there

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

79451338

Date: 2025-02-19 12:38:16
Score: 2.5
Natty:
Report link

For me the solution was to upgrade my function from net6.0 to net8.0 rebuild and deploy + setting the environment variable to "dotnet-isolated" instead of "dotnet" in the portal (it ignored my local.settings.json file).

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

79451315

Date: 2025-02-19 12:32:15
Score: 1
Natty:
Report link
  1. Clean & update gradle cache:

    • delete the gradle cache:
      • windows: delete C:\Users\<YourUsername>\.gradle\caches
      • mac/linux: delete ~/.gradle/caches
    • run from project root:
      ./gradlew cleanBuildCache
      ./gradlew clean
      
    • in android studio, use File > Invalidate Caches / Restart.
    • update your gradle settings (check gradle-wrapper.properties and build.gradle).
  2. Resolve unresolved references:

    • check Missing Files/Resources.
  3. Rebuild the project:

    • clean and rebuild your project via android studio.

This should fix the cache corruption and compilation issues, but if that didn't work, check this detailed solution on StackOverflow.

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Noob Saibot

79451312

Date: 2025-02-19 12:31:15
Score: 0.5
Natty:
Report link

now we import vpython rather than import vis library.

And now the axis is same as the x axis, up axis is same as y axis.

Euler angle (that is, the roll, pitch, and yaw you are using now) can be convert to a rotate matrix, and my method is use rotate matrix to assign the vector to up and axis.

So first you need to do the convertion of euler angle to rotate matrix. You can google this and find the convert method.

Now, all you need to do is split a rotate matrix to x, y and z vector, and assign y to up, and x to axis.

Say, you have a rotate matrix (I don't know how to use a latex matrix in stackoverflow, so you see this):

    r11 r12 r13
R = r21 r22 r23
    r31 r32 r33

and x vector would be a column vector of the first column:

    r11
x = r21
    r31

and y vector would be the second column, z vector would be the third column:

    r12      r13
y = r22, z = r23
    r32      r33

After that, you just neet to do this in your python code:

element.axis = x
element.up = y

(sorry about my bad english)

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: PenGoFox Liang

79451310

Date: 2025-02-19 12:31:15
Score: 1
Natty:
Report link

I have a problem while following this procedure.

import tailwindcss from '@tailwindcss/vite'; // This line is not getting recognized by the file.

Alteranively, I have tried to "// import VitePluginTailwind from 'vite-plugin-tailwindcss';" and "[VitePluginTailwind()]" reccomended by chatgpt, from which I didnt get errors but after running the server, the server is getting immediately stopped showing some errors.

Also, one more problem is when I am installing tailwind it is getting installed in node_modules folder rather than node_modules/.bin

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

79451304

Date: 2025-02-19 12:29:14
Score: 2.5
Natty:
Report link

Try to set the MIC endpointConfiguration.setSignedReceiptMicAlgorithms(new String[] {"sha1"});

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: anniyan vr

79451299

Date: 2025-02-19 12:26:14
Score: 3
Natty:
Report link

It's a way to use service in same process, not for inter-process acesss, if you want bindService from another process, use aidl interface instead of this way.

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

79451298

Date: 2025-02-19 12:26:14
Score: 1.5
Natty:
Report link

Did you try

select unnest(field.a.b) from table_parquet

I would try it in the CLI before trying in Dbeaver. Is there a reason you are using an older duckdb version?

Reasons:
  • Whitelisted phrase (-2): Did you try
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Maarten

79451297

Date: 2025-02-19 12:26:14
Score: 2
Natty:
Report link

upon successful authorization, the site sends not only the token {token: "***", user_id: 40**9,expire_at: "***"}

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

79451289

Date: 2025-02-19 12:23:13
Score: 1.5
Natty:
Report link

I used these instructions and arrived at desired result

sudo nvcc add1.cu -o add1_cuda [sudo] password for gksen: sudo nvprof --unified-memory-profiling off ./add1_cuda ==12093== NVPROF is profiling process 12093, command: ./add1_cuda Max error: 0 ==12093== Profiling application: ./add1_cuda ==12093== Profiling result: Type Time(%) Time Calls Avg Min Max Name GPU activities: 100.00% 163.97ms 1 163.97ms 163.97ms 163.97ms add(int, float*, float*) API calls: 52.22% 163.98ms 1 163.98ms 163.98ms 163.98ms cudaDeviceSynchronize .......................................

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Filler text (0.5): .......................................
  • Low reputation (1):
Posted by: Goutam Sen

79451288

Date: 2025-02-19 12:23:13
Score: 2
Natty:
Report link

PopupMenuButton( offset: const Offset(-50, 48), // Adjust -50 based on your UI menuPadding: EdgeInsets.zero, color: CarbonColors.layer02, shape: RoundedRectangleBorder( side: BorderSide(color: CarbonColors.borderSubtle), ), )

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

79451286

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

Same here. The iframe is not responding: 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: pdaire

79451283

Date: 2025-02-19 12:21:12
Score: 9.5
Natty: 7
Report link

I'm having the same problem except my squid set up is running on the same LAN, not some remote server. Cloudflare still blocks me. Any ideas?

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • Blacklisted phrase (1): Any ideas
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Daniel Weisinger

79451282

Date: 2025-02-19 12:20:11
Score: 1.5
Natty:
Report link

Web scraping using Google sheets

After trying different ways to scrape the given website using other ways in Google sheets and even in Google Apps Script, it seems that it is not possible to accomplish your goal by just utilizing Google sheets functions or the website that you are trying to use implements some type of anti-scraping mechanisms. With that, you will need to look for alternatives like using different tools see this or using alternative websites.

Following @Tedinoz comment, it is indeed that the website uses Javascript to render dynamic websites. We can confirm that by disabling JavaScript on the web browser, in my case, Google Chrome. See below

After disabling JavaScript output

The image above suggests that the website uses JavaScript to render most of its data which are the data that you are interested in.

References:

Disable JavaScript

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @Tedinoz
  • Low reputation (0.5):
Posted by: 4thAnd1

79451279

Date: 2025-02-19 12:19:11
Score: 0.5
Natty:
Report link

Reserving more spaces to make it a full cache line probably won’t make a performance difference.

More importantly, you should align this structure to a cache line. If the structure spans multiple cache lines, it may waste cache memory. (Though, whether this leads to significant performance degradation is questionable.) Additionally, depending on the processor architecture, spanning multiple cache lines could lead to increased cache misses or excessive memory bandwidth usage during writebacks.

In any case, if your performance requirements are extremely strict, it might be worth testing and comparing to see if there is any actual performance difference.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Atsushi Yokoyama

79451264

Date: 2025-02-19 12:12:09
Score: 3
Natty:
Report link

To know and learn about localnee you can click here : https://localnee.com/help

Here in this page you will find lots of options to learn.

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

79451263

Date: 2025-02-19 12:12:09
Score: 1.5
Natty:
Report link

Indeed, metadata_startup_script runs every time the machine boots, but you can add set an environment variable (maybe something inside .bashrc like $INIT_RUN=1) the first time you run it, and skip running it when the variable is already set.

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

79451260

Date: 2025-02-19 12:12:09
Score: 1.5
Natty:
Report link

I too was having this very issue and the thing that solved it for me was passing the toolset while creating the run.

project_client.agents.create_and_process_run(thread_id=thread.id, assistant_id=agent.id, toolset=toolset)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Prince

79451255

Date: 2025-02-19 12:11:08
Score: 4
Natty:
Report link

happening to me today as well.

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

79451250

Date: 2025-02-19 12:09:08
Score: 0.5
Natty:
Report link

For the latest Mac Users in VS code:

option + Command + up/down for multiselect.

Ctrl + E for going to end of the line, Ctrl + shift + E for going to end of the line with selection.

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

79451249

Date: 2025-02-19 12:09:08
Score: 1.5
Natty:
Report link

You got it correct. Each partition will allow 1 task to subscribe. A single task can subscribe to many partitions, but one partition can have 1 task for the same connector.

Whether there are different topics or not, only total number of partitions should matter. For your case, 17 tasks for 17 partitions is what you needed to do.

How did you check if they are all assigned to task-0? If you are sure about that, there maybe a consumer assigning issue with your custom connector.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: BĂŒnyamin ƞentĂŒrk

79451245

Date: 2025-02-19 12:07:07
Score: 6 đŸš©
Natty: 5.5
Report link

how do i modify this to be 3 years please :)

Reasons:
  • Blacklisted phrase (1): how do i
  • RegEx Blacklisted phrase (1): i modify this to be 3 years please
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how do i
  • Low reputation (1):
Posted by: Matt Baker

79451243

Date: 2025-02-19 12:07:07
Score: 1
Natty:
Report link

The issue you're facing is likely due to missing getter and setter methods in your Java class. Ensure that your class has public getter and setter methods for the fields that need to be serialized to JSON.

Alternatively, you can use Lombok, which provides convenient annotations like @Data, @Getter, @Setter, and @AllArgsConstructor, so you don't have to manually write all the getter, setter, and constructor methods. Adding Lombok to your project can simplify your code and save time.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • No code block (0.5):
  • User mentioned (1): @Data
  • User mentioned (0): @Getter
  • User mentioned (0): @Setter
  • User mentioned (0): @AllArgsConstructor
  • Low reputation (1):
Posted by: kartik lohate

79451229

Date: 2025-02-19 12:01:05
Score: 2.5
Natty:
Report link

Check this out

https://developercommunity.visualstudio.com/t/Method-References-not-being-displayed-by/10487494

It was this extension to me. AWS Refactoring Toolkit for .NET extension

Going into Extensions > Manage Extensions > Installed, disabling the guilty extension, and restarting Visual Studio resolved my issue.

enter image description here

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

79451223

Date: 2025-02-19 11:59:04
Score: 1.5
Natty:
Report link

I solve this question. the problem is every time we run the porgram need to clean the gpu environment. code is

def clear_nccl_environment():
    dist.barrier() 
    torch.cuda.empty_cache()  
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: wynne yin

79451216

Date: 2025-02-19 11:56:04
Score: 2.5
Natty:
Report link

can you confirm if the format of Entered in Get Items is also in yyyy-MM-ddThh:mm:ssZ format. If not, Entered should be format first.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you
  • Low reputation (1):
Posted by: frue

79451214

Date: 2025-02-19 11:55:04
Score: 3.5
Natty:
Report link

I have this selenium template, with the docker files needed to install chrome and make it work with selenium

https://github.com/Ismola/selenium-scraper-quickstarter

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ismael Treviño

79451210

Date: 2025-02-19 11:54:03
Score: 5
Natty:
Report link

I have the same problem. I'm using Symfony 6.4 with PHP 8.3 and I always get a Fatal Error: Max execution time exceeded in my Docker container. I have to remove the cache on every request php bin/console cache:clear. I don't want to increase the value of max_execution_time and I haven't found a solution yet to avoid this.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1): haven't found a solution
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Mathieu

79451206

Date: 2025-02-19 11:53:03
Score: 2
Natty:
Report link

If you want to configure the Kong Ingress Controller as an internal load balancer, ensure that everything is set up correctly in the YAML files as mentioned above. I encountered a similar issue in one of our client projects and resolved it by switching the VPC network from Regional to Global mode in Google Cloud. This is necessary only if you want to expose services via a domain and access them through an internal load balancer from your browser.

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