79817563

Date: 2025-11-12 09:51:29
Score: 3
Natty:
Report link

for(const i of Object.keys(myMap)){

console.log(i)

}

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kalai Arasan

79817559

Date: 2025-11-12 09:43:27
Score: 6
Natty:
Report link

Please note, that this site is not a discussion forum. Specify your problem you are facing. What is your goal? What have you done?

Reasons:
  • Blacklisted phrase (1): What is your
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vladimir

79817554

Date: 2025-11-12 09:41:26
Score: 1.5
Natty:
Report link

I think max_tokens restricts both the reasoning and response tokens. That means if max_tokens is reached in the reasoning, the rest of the reasoning and the response will be cut off. Maybe thats what is happening in your case.

Reasons:
  • Whitelisted phrase (-1): in your case
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nils Hodel

79817540

Date: 2025-11-12 09:26:21
Score: 0.5
Natty:
Report link

Instead of naming every horse manually, you can generate and assign them dynamically. When a player joins, the game can automatically create a new horse object and store the player’s unique ID (like a username or playerID) as the horse’s owner. For example, each horse could have properties like {horseID, ownerID, stats}. When a player tries to ride a horse, the game simply checks if playerID == horse.ownerID. This way, you don’t need unique names or manual assignment; it’s fully automated and scalable for any number of players.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31600293

79817539

Date: 2025-11-12 09:25:21
Score: 0.5
Natty:
Report link

Your client's concern is completly normal , depending on his feid ( health , finance, cybersecurity), and you have multiple solutions depending on your budget

Make sure that while you're provisioning the infrastructure to select the right datacenter

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

79817525

Date: 2025-11-12 09:15:18
Score: 2.5
Natty:
Report link

This turned out to be caused by AndroidX AppCompat automatically including and initializing EmojiCompat starting from version 1.4.0. Flutter’s Android embedding depends on AppCompat, so even if I didn't add any emoji-related packages, androidx.emoji2.text.EmojiCompat is pulled in transitively and initialized at app startup. It loads emoji metadata (~350 KB), which shows up in memory profiling as a single retained EmojiCompat instance.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Filip Golovic

79817523

Date: 2025-11-12 09:13:18
Score: 1
Natty:
Report link

I had the same issue. Turns out having an ampersand ("&") in the batch file name caused this issue for me. Simply removing it allows the script run successfully as administrator.

I would suggest removing any symbols and go from there.

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

79817522

Date: 2025-11-12 09:13:18
Score: 3
Natty:
Report link

Maybe everything is ok, but the related App Service plan is too low (like B1). You can try restart the Web app for resolving this issue.

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

79817521

Date: 2025-11-12 09:12:17
Score: 0.5
Natty:
Report link
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: FranckPachot

79817516

Date: 2025-11-12 09:08:16
Score: 3
Natty:
Report link

Please post this as a normal Q&A question.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please post
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Lundin

79817515

Date: 2025-11-12 09:08:16
Score: 1
Natty:
Report link

Thank you for the tips! It helped me to figure out what can help in my case. I used this approach for the getter:

customObject.GetType().GetField(field.Name).GetValue(customObject);

and this is for the setter:

customObject.GetType().GetField(field.Name).SetValue(customObject, value);
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gearcoded

79817504

Date: 2025-11-12 08:56:13
Score: 3
Natty:
Report link

Insert into Table1 (column1,column2,column3)
select column1,column2,column3 from table2

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Md Mahafuzur Rahman

79817499

Date: 2025-11-12 08:53:12
Score: 3
Natty:
Report link

You could use the mango-go logger - https://bitstep-ie.github.io/mango-go/latest/packages/logger/. It is built on top of slog and you can easily add attributes, and already has some config for checking mandatory attributes (fields).
We could work at extending that as for now it's fixed attributes that are required, so that we make it configurable etc... Any suggestions / use cases are welcome in the discussion forum.

Reasons:
  • RegEx Blacklisted phrase (2): Any suggestions
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: MadaManu

79817494

Date: 2025-11-12 08:46:10
Score: 2
Natty:
Report link

If you can do a switch to slog, and have structured logs - then you could use the mango-go logger - https://bitstep-ie.github.io/mango-go/latest/packages/logger/. It is built on top of slog and lumberjack and it's straight forward to use and gives you log structure and rotation plus cross platform support.

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

79817490

Date: 2025-11-12 08:36:07
Score: 0.5
Natty:
Report link

Analysing:
As the warning suggests, the class could not be found

reason: class file for com.facebook.infer.annotation.Nullsafe$Mode not found

Answer:
Add to your app/build.gradle file

compileOnly 'com.facebook.infer.annotation:infer-annotation:0.18.0
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Deep Shah

79817485

Date: 2025-11-12 08:31:06
Score: 3
Natty:
Report link

Changing to Python 3.10 was the best solution for me.

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

79817477

Date: 2025-11-12 08:17:03
Score: 2.5
Natty:
Report link

plenty of vias, you can visit some youtuber to get some web materials by free or dollars.

actually, chatgpt or deepseek in china, including GLM,kimi in moonshot can provide a lot of effective ways, but it depents on the methods you inquired. such as question them:

Reasons:
  • Blacklisted phrase (3): Give me some
  • Whitelisted phrase (-2): solution:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user29665720

79817474

Date: 2025-11-12 08:16:02
Score: 3.5
Natty:
Report link

Does it support wildcards, I have multiple subdomains. for different applications.

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

79817470

Date: 2025-11-12 08:10:00
Score: 0.5
Natty:
Report link

In MQL5, you cannot directly change the color of an indicator from within an Expert Advisor. When an EA uses built-in indicators like iMA or iRSI, it only reads their data and does not control how they appear on the chart. The color and style of an indicator can only be defined inside the indicator’s own code using properties such as #property indicator_color1 clrRed or by calling PlotIndexSetInteger(0, PLOT_LINE_COLOR, clrRed). If you need a specific color, you must edit the indicator’s source file or create a custom indicator with your preferred color settings.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ODMT

79817465

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

Are you trying to make your angular app serverless? or are you trying to deploy your app on an EC2 server?

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

79817464

Date: 2025-11-12 07:58:56
Score: 4.5
Natty: 5
Report link

my Instagram ID recover

https://www.instagram.com/gujrati_status_2_lalu_creation?igsh=N2t0Mml2aXFxbmxn

[email protected]

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Gujarati status 2 Lalu creati

79817455

Date: 2025-11-12 07:43:53
Score: 2
Natty:
Report link

Are you sure about Dewesoft not having a forum? : https://developer.dewesoft.com/

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Pepijn Kramer

79817454

Date: 2025-11-12 07:42:52
Score: 0.5
Natty:
Report link

I think the confusion is about what 'run' means in a web-context. The code you want your clients to run, the javascript you are writing as your frontend, the buttons, the outgoing requests and everything, runs in the users browser. That browser gets the application/page from a server. This server for your frontend is technologically the same as the server for your backend, it is a process running on a machine (that is typically not the users machine) responding to http-requests from the internet.

Nowadays, a common way to write web-applications is to have two servers: A 'backend' server that only deals with data, not html, and a 'frontend' server that serves the web application itself. The frontend is typically architected in such a way that you don't need to think about the server, only the browser. So people will use the word 'server' to mean 'backend-server'

There are of course other ways an application can be distributed. Data and UI can be handled by the same server. You may write a distributed application not involving browsers. You may have multiple servers for data. There are many options, I have only described one modern common architecture, because this architecture is so widespread that people will often assume it unless otherwise noted.

Does this answer your question?

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: julaine

79817435

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

When you set a field option like { select: false } in a Mongoose schema, it only affects queries such as .find(), .findOne(), .findById(), .findOneAndUpdate(), etc.

It does not affect .create() or .save(), because those operations don’t query the database — they just create and return the new document object.

So, if you want to exclude a field like password when returning a newly created user, you’ll need to explicitly call .select('-password') on the query after creating or fetching it.

According to the Mongoose docs for SchemaTypeOptions.select

Whether to include or exclude this path by default when loading documents using find(), findOne(), etc.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: omarElsayed Muhammad

79817433

Date: 2025-11-12 07:16:46
Score: 1.5
Natty:
Report link

I remeber that pion/webrtc don't fix all webrtc stats info features. You can use peermetrics to get all the stats.

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

79817432

Date: 2025-11-12 07:12:45
Score: 0.5
Natty:
Report link

I think your algorithm is greedy because it is just trying to modify the greedy objective only.
For this problem the greedy objective would be to:
1. Look for the interval with the smallest end time ([l,r])and then choose the interval that start before 'r' and has the farthest end time .

2.After choosing the interval we remove all the intervals covered by this range and we keep repeating this until all intervals are covered.

Your solution is doing exactly same thing using a stack .

Reasons:
  • Whitelisted phrase (-1): solution is
  • No code block (0.5):
  • Low reputation (1):
Posted by: ChholaBhatura

79817418

Date: 2025-11-12 06:52:40
Score: 1
Natty:
Report link

For a quick fix, you can inject the DATABASE_URL variable from your .env file directly into the command line on Windows.

for example:

$env:DATABASE_URL="mysql://root:password@localhost:port/database"; npx prisma migrate dev

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

79817417

Date: 2025-11-12 06:51:39
Score: 2
Natty:
Report link

I'm facing the same problem and this could be a solution:

editorProps: {
  transformPastedHTML(html) {
    function removeInlineStyles(html) {
      const div = document.createElement('div');

      div.innerHTML = html;
      // remove style property from each element (or of any kind you need)
      div.querySelectorAll('[style]').forEach((el) => el.removeAttribute('style'));

      return div.innerHTML;
    }

    return removeInlineStyles(html);
  },
},
Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • Whitelisted phrase (-2): solution:
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Low reputation (1):
Posted by: Артем

79817416

Date: 2025-11-12 06:51:39
Score: 2.5
Natty:
Report link

Here's glibc's implementation: https://github.com/bminor/glibc/blob/master/sysdeps/ieee754/dbl-64/s_trunc.c

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Alan Birtles

79817415

Date: 2025-11-12 06:48:39
Score: 0.5
Natty:
Report link

Answer is clearly #2, but:

BTW: "...the machine running the Gradio script" -- why do you assume that there is only a single script (not multiple copies on different machines) and only a single instance of it is being executed?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Ulrich Eckhardt

79817408

Date: 2025-11-12 06:33:34
Score: 1.5
Natty:
Report link

I like for Repository to receive DbContext, and to very generically do the repository ations on their types, i.e. Get<T>, Single<T>, AddOrUpdate<T>, Delete<T> or whatever, some or all of which predicated. The trick is to then conjure up an appropriate DbSet<T> at the moment it is required, I keep mine in an IDictionary<Type, IListSource> collection for example, and only generate them as I need them. In EF parlance, I don't know how kosher that is, per se; the trick is, I think, to negotiate an apporpriate navigation bridging the gap from domain instances to EF entities, that are subsequently marked for appropriate Add, Update, or Delete. Which is easy enough to facilitate from domain with things like:

interface IModel
{
    bool IsDeleted { get; set; }
}

interface IModel<TId> : IModel
{
    TId Id { get; set; }

    // As a function of Id, usually.
    bool IsPersistent { get; }
}

Along these lines, at any rate. Then a given AddOrUpdate<T> may receive any such IModel and conduct the appropriate set of navigations.

Of course the trick is to inject the domain specific navigation, perhaps as a callback to the IRepository, such that it can do so in a truly and properly inversion of controlled manner, and keep repository very, very generic and reusable.

Then there is the matter of operating whether in a disconnected environment. Mine generally is, I get the set of data, and discard the repository, keep my database clean from connections. So then I must re-attach instances during that negotiation process, navigating to do the correct updates.

Other thoughts, nuggets, pearls?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Michael W. Powell

79817406

Date: 2025-11-12 06:32:34
Score: 2
Natty:
Report link

Fixed temporarily by specifying the version e.g:

install --global dotnet-ef --version 9.0.11
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: tutte2k

79817404

Date: 2025-11-12 06:31:34
Score: 1.5
Natty:
Report link

So tell us the platform you are implementing for. But surely it has IEEE754 floating-point? and therefore CPU instructions that do exactly what you want? or rather what the C++ standard wants?

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

79817403

Date: 2025-11-12 06:30:28
Score: 8.5 🚩
Natty:
Report link

I also have this problem

if anyone could help i'll be thankful

Reasons:
  • RegEx Blacklisted phrase (3): anyone could help
  • RegEx Blacklisted phrase (2): i'll be thankful
  • RegEx Blacklisted phrase (0.5): anyone could help
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pooya Cheshmehkhavar

79817397

Date: 2025-11-12 06:21:27
Score: 1
Natty:
Report link

What you are trying to do does not make much sense. To obtain the “positional” value of a given item, you must sort the list. If you do so (by creating a new list), you can use it as a map, obtaining its value with mySortedList.indexOf( myObject );.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What you are
  • Low reputation (0.5):
Posted by: Marce Puente

79817394

Date: 2025-11-12 06:19:26
Score: 3.5
Natty:
Report link

Here is Proposal to contribute CalciteRestAPIAdapter for community use

https://lists.apache.org/thread/jvbpz7rp7w76gqmshtz3y6bhcftk41c5

The adapter is publicly available on GitHub: https://github.com/oalekseev/CalciteRestAPIAdapter

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

79817391

Date: 2025-11-12 06:16:25
Score: 1.5
Natty:
Report link

All Buffalo #077

#077
slots
Buffon20
<script src="https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.1/vue.js"></script>buffalo all slots hack

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

79817388

Date: 2025-11-12 06:13:24
Score: 3.5
Natty:
Report link

"clipBehavior: Clip.none" is missing from the stack.

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

79817383

Date: 2025-11-12 06:05:21
Score: 5.5
Natty:
Report link

Do you have a question? It's not really clear what you're trying to say.

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
Posted by: ndc85430

79817382

Date: 2025-11-12 06:05:21
Score: 3.5
Natty:
Report link

@n.m. coudl be an AI I did not select "advice" when I opened this question, I selected a label from a drop-down which didn't even say advice, and it was marked as advice. I'm not going to close and re-open the question and you can't edit the type of question directly.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: nugget

79817380

Date: 2025-11-12 06:02:20
Score: 10
Natty:
Report link

@Igor Tandetnik yes, i'm asking what the underlying algorithm is behind std::trunc, as this function would be used to then round a number. Since std is not open source, would you be able to tell me what goes on behind the scenes there? Thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Igor
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: nugget

79817376

Date: 2025-11-12 05:56:18
Score: 1
Natty:
Report link

I was able to capture the error for ORA-56735 after calling rows.Next().

for rows.Next()
{ . . } 
if rowsErr := rows.Err(); rowsErr != nil 
{ .... } 

We are seeing this as rowsErr.
Next: : elapsed time limit exceeded - call aborted\nHelp: docs.oracle.com/error-help/db/ora-56735

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

79817374

Date: 2025-11-12 05:55:17
Score: 6.5
Natty:
Report link

@user207421 I do want to implement it, however I surely do not know, hence why I asked the question. I want to know how to code the truncation algorithm contained inside the single cpu instruction.

Reasons:
  • Blacklisted phrase (1): I want to know
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @user207421
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: nugget

79817372

Date: 2025-11-12 05:51:16
Score: 1
Natty:
Report link

everyone learns differently ... only you know what is the most effective way for you to learn

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

79817369

Date: 2025-11-12 05:44:15
Score: 2.5
Natty:
Report link

You mention Gradio several times. Is your question specifically about that?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: John Gordon

79817360

Date: 2025-11-12 05:28:11
Score: 1
Natty:
Report link

You can use angular in client side and implement AG grid. Using this you can dynamically render the rows and style using CSS classes as required. In your web forms page, implement an Api (WebMethod/ASHX) that returns blocks of rows

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bharadhi Kugarajah

79817359

Date: 2025-11-12 05:27:10
Score: 0.5
Natty:
Report link

What exactly do you mean by 'algorithm'? It's a single CPU instruction. The requirements are set out in the C++ Standard. That's all you need to know, unless you are implementing it, in which case you would surely already know the answer.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • High reputation (-2):
Posted by: user207421

79817358

Date: 2025-11-12 05:27:10
Score: 0.5
Natty:
Report link

It's a question, not an "advice". Please repost it as a question.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: n. m. could be an AI

79817355

Date: 2025-11-12 05:23:09
Score: 12
Natty: 10.5
Report link

Did you manage to solve it????

Reasons:
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (3): Did you manage to solve it
  • RegEx Blacklisted phrase (1.5): solve it????
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: JafetGTz

79817349

Date: 2025-11-12 05:01:04
Score: 4
Natty: 5
Report link

save me as well, thank you, needs default value.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hao Chang

79817347

Date: 2025-11-12 04:59:04
Score: 2
Natty:
Report link

While trying and debugging the suggested answer, I noticed that the value I was inspecting was rendered for a split second before disappearing. This means I was able to get the value from Float32Array but was not followed to the browser.

I called the API within a PageServerLoad load function at the time. Once I moved the API call to Load load function, I was able to render the value I was trying to get. I think the API return only run "server-side" and not being followed through the client (hydration)

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

79817344

Date: 2025-11-12 04:51:02
Score: 1
Natty:
Report link

In FOREX CFD (Most commonly traded in Metatrader 4/5), the OHLC data is typically constructed with the bid.

In exchange-based trading (Futures, stocks), the OHLC data is typically constructed with the actual price traded, which would be the bid price when a trade happened with a sell market order or the ask when the trade happened with a buy market order.

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

79817340

Date: 2025-11-12 04:37:59
Score: 1.5
Natty:
Report link

If VS Code’s terminal won’t open because PowerShell can’t access its config in OneDrive, try renaming the config folder from CMD (not PowerShell):
ren "%UserProfile%\OneDrive\Documents\PowerShell" "PowerShell_backup"
Then reopen VS Code — PowerShell will auto-create a fresh config folder in Documents.

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

79817338

Date: 2025-11-12 04:30:58
Score: 1
Natty:
Report link

If you are looking for partial matches then then , LookAt:=xlWhole should be , LookAt:=xlPart? In range.find

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Andreas

79817336

Date: 2025-11-12 04:28:57
Score: 5
Natty:
Report link

The best answers can be seen from here.

https://chatgpt.com/

https://chatgpt.com/

https://chatgpt.com/

https://chatgpt.com/

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

79817335

Date: 2025-11-12 04:26:57
Score: 2.5
Natty:
Report link

Locate the file: In the Project view (usually on the left), navigate to app/src/main/res/layout/.2.Find new.xml: Locate your file named new.xml.3.Refactor/Rename: Right-click on new.xml and select Refactor > Rename.4.Choose a new name: Enter a new, valid name for your layout file.

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

79817330

Date: 2025-11-12 04:20:55
Score: 1.5
Natty:
Report link

Got the same issue, Google Chat bot is failing to receive or correctly acknowledge "card click events" (ACTION events) from interactive elements (buttons, images, form changes) on a card.

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

79817315

Date: 2025-11-12 03:44:48
Score: 0.5
Natty:
Report link

This is a very common issue when deploying a single-page app (SPA)

Create a vercel.json file in your root and add below code over there.

{
  "rewrites": [
    { "source": "/(.*)", "destination": "/index.html" }
  ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yug Jadvani

79817314

Date: 2025-11-12 03:43:47
Score: 1
Natty:
Report link

Note that all words of length 1 return 0 from freq(). Perhaps int res = arr[0]; ... if(i == 0) { res += arr[i + 1]; ...?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: chux

79817313

Date: 2025-11-12 03:43:47
Score: 0.5
Natty:
Report link

Programming an Android IPTV box launcher involves customizing the home interface that appears when the IPTV box starts. To do this, you’ll need some knowledge of Android development and launcher configuration. The process includes:

  1. Set up Android Studio – Install Android Studio on your computer and connect your IPTV box via USB debugging.

  2. Create or modify a launcher app – Develop a custom launcher using Android’s Intent system to open IPTV apps directly.

  3. Integrate IPTV features – Add shortcuts or widgets for streaming apps, live TV, and settings related to your IPTV provider.

  4. Test and deploy – Upload the launcher APK to your IPTV box and set it as the default home screen.

If you’re working with a streaming provider like Cle IPTV, you can design your launcher to integrate directly with their service. Cle IPTV offers stable streams and user-friendly access, making it easy to customize your launcher to connect instantly to live TV, movies, and sports channels.

By combining your custom launcher with a trusted service like Cle IPTV, you can create a smooth, branded, and professional IPTV experience for Android boxes.

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

79817305

Date: 2025-11-12 03:27:44
Score: 0.5
Natty:
Report link

What could explain such a sudden breakage?

You have updated to Docker version 29.0.0, which raised minimum API version to v1.44, which makes your currently in use version (1.32) no longer compatible.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • High reputation (-2):
Posted by: Andrew Savinykh

79817302

Date: 2025-11-12 03:22:42
Score: 2
Natty:
Report link

La función std::trunc() en C++ elimina la parte decimal de un número y lo redondea hacia cero. No usa un algoritmo único, ya que depende de la implementación del compilador y del hardware. En la mayoría de los procesadores modernos se ejecuta mediante una instrucción del CPU que realiza el truncado directamente; si no está disponible, la biblioteca lo hace por software usando funciones como modf() o manipulando los bits del número según el estándar IEEE 754.

Reasons:
  • Blacklisted phrase (1): está
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jhonatan Reyes

79817299

Date: 2025-11-12 03:21:42
Score: 0.5
Natty:
Report link

In Zod v4, using ISO Date:

z.iso.date()
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: DungGramer

79817283

Date: 2025-11-12 02:54:35
Score: 4
Natty:
Report link

I changed how outlines are created in the geometry shader.

void generateOutlineForTrianglec() {
    float overlap_factor = u_thickness + 1;
    
    for(int edge = 0; edge < 3; edge++) {
        int i0 = edge;
        int i1 = (edge + 1) % 3;
        
        vec4 v0 = gl_PositionIn[i0];
        vec4 v1 = gl_PositionIn[i1];
        
        vec4 edge_center = (v0 + v1) * 0.5;
        vec4 edge_vector = v1 - v0;
        
        vec4 extended_v0 = mix(edge_center, v0, overlap_factor);
        vec4 extended_v1 = mix(edge_center, v1, overlap_factor);
        
        vec2 edge_dir = normalize((extended_v1.xy / extended_v1.w) - (extended_v0.xy / extended_v0.w));
        vec2 edge_normal = vec2(-edge_dir.y, edge_dir.x);
        
        for(int i = 0; i < 4; i++) {
            vec4 pos;
            float offset;
            
            if(i < 2) {
                pos = extended_v0;
                offset = (i == 0 ? 0.5 : -0.5);
            } else {
                pos = extended_v1;
                offset = (i == 2 ? 0.5 : -0.5);
            }
            
            pos.xy += edge_normal * u_thickness * offset * pos.w;
            
            gl_Position = pos;
            fColor = vec4(0.0, 0.0, 1.0, 1.0);
            fTextureCoord = vTextureCoord[i0];
            EmitVertex();
        }
        EndPrimitive();
    }
}

but the intersections of each outline do not work well.

Is there a way to clean up the intersections in the outline?

zoom out

zoom in

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: asdbvvc

79817280

Date: 2025-11-12 02:39:33
Score: 3
Natty:
Report link

This also happens on Red Hat. It will recover in like 30 minutes even if you do nothing. Guess this is why aws sucks.

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

79817279

Date: 2025-11-12 02:37:32
Score: 1
Natty:
Report link

If HTMLWebpackPlugin isn’t injecting scripts, set inject: 'body' in the plugin config and ensure your HTML has proper <head> and <body> tags.
Also, check that your entry and output are correctly defined in webpack.config.js.MORE https://dev-dm2524.pantheonsite.io/

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

79817267

Date: 2025-11-12 01:29:18
Score: 0.5
Natty:
Report link

I can see you mentioned ACC Sheets API, and its API call was successful. https://developer.api.autodesk.com/construction/sheets/v1/projects/{project_id}/sheets

If so, you cannot use Data Management API to get the sheet versions, as this sheet is not managed by the Autodesk Docs. It's under the ACC Build's Sheets service.

According to our product help, please check the version sets instead and then get sheets by versionSetId.

curl -v 'https://developer.api.autodesk.com/construction/sheets/v1/projects/9ba6681e-1952-4d54-aac4-9de6d9858dd4/version-sets?limit=100&sort=issuanceDate desc' \
  -H 'Authorization: Bearer AuIPTf4KYLTYGVnOHQ0cuolwCW2a'

curl -v 'https://developer.api.autodesk.com/construction/sheets/v1/projects/9ba6681e-1952-4d54-aac4-9de6d9858dd4/sheets?currentOnly=true&filter[versionSetId]=7c2ecde0-2406-49f9-9199-50176848a0b7&filter[versionSetId]=7c2ecde0-2406-49f9-9199-50176848a0b7' \
  -H 'Authorization: Bearer AuIPTf4KYLTYGVnOHQ0cuolwCW2a'

Refs:

Reasons:
  • RegEx Blacklisted phrase (1.5): help, please
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Eason Kang

79817262

Date: 2025-11-12 01:16:15
Score: 4
Natty: 5
Report link

i just test my answer here, just avoid me, thanks so much

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khánh Duy

79817252

Date: 2025-11-12 00:57:11
Score: 3.5
Natty:
Report link

@r2evans approach 3 with the wrapper function looks very promising. For shiny I used approach 1 (more or less) but that doesn't work if the connection breaks while the query is executed. Thank you for your input,very much appreciated.

I was just wondering because an instable connection should be a "standard problem" - whenever i work remote with portable WiFi hotpost it happens quite frequently that connection says 'good bye' - didn't expect that it's neccessary to implement something by myself

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): appreciated
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: obsaditelnost

79817251

Date: 2025-11-12 00:56:10
Score: 0.5
Natty:
Report link

<script>

    const output = document.getElementById('output');

    const userInput = document.getElementById('userInput');

    let gameState = 0;

    function print(text, type = 'narration') {

        const p = document.createElement('p');

        p.className = 'message ' + type;

        p.innerHTML = text;

        output.appendChild(p);

        // Hacer scroll hasta abajo para ver el nuevo texto

        output.scrollTop = output.scrollHeight;

    }

    function startGame() {

        print("Te despiertas en una habitación oscura. No recuerdas cómo llegaste aquí.");

        print("1. \*\*Levantarte\*\* y buscar un interruptor.", 'action');

        print("2. Quedarte \*\*quieto\*\* y escuchar.", 'action');

        gameState = 1;

    }

    function processInput() {

        const input = userInput.value.trim();

        userInput.value = ''; // Limpiar el input

        if (gameState === 1) {

            if (input === '1') {

                print("Te levantas. Tientas la pared hasta que tus dedos encuentran un interruptor frío.", 'narration');

                print("Una luz tenue ilumina una puerta de metal. El juego termina aquí por ahora.", 'narration');

                gameState = 99; // Final

            } else if (input === '2') {

                print("Permaneces quieto. Solo escuchas el latido de tu propio corazón y un goteo constante.", 'narration');

                print("Has perdido mucho tiempo. Fin de la demo.", 'narration');

                gameState = 99; // Final

            } else {

                print("Opción no válida. Escribe 1 o 2.", 'action');

            }

        }

        if (gameState === 0) {

             startGame();

        }

        if (gameState === 99) {

             print("--- FIN DE LA DEMO ---", 'narration');

        }

    }

    // Iniciar el juego al cargar la página

    startGame();

    

    // Permite presionar Enter para enviar la entrada

    userInput.addEventListener('keyup', function(event) {

        if (event.key === 'Enter') {

            processInput();

        }

    });

\</script\>
Reasons:
  • Blacklisted phrase (1): cómo
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kristopher Pinto

79817249

Date: 2025-11-12 00:47:08
Score: 1
Natty:
Report link

If you intend to use it with Excel, I think it is better to convert to .xlsx instead of .csv to avoid incompatibility.

if(!require("xlsx")){
    install.packages("xlsx")
}
xlsx::write.xlsx(x = exampledf, file = "exampledf.xlsx", row.names = FALSE)

That should do the trick.

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

79817247

Date: 2025-11-12 00:41:07
Score: 5
Natty:
Report link

Thanks!

Also how can I fix this?:

>>> print(config["Desktop Entry"]["Exec"])

File "/usr/lib/python3.13/configparser.py", line 462, in _interpolate_some
  raise InterpolationSyntaxError(
  ...<2 lines>...
      "found: %r" % (rest,))
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%u'
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (1): how can I fix this
  • RegEx Blacklisted phrase (1.5): how can I fix this?
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: AlwaysNur

79817242

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

TLDR: View System properties, performance settings, uncheck second one from bottom

The button got moved on windows 11. Its actually in a better place now :D

Open start menu (press windows key)
View Advanced System Properties
Under Advanced under Performance click "Settings..."
Under the new window there should be a bunch of checkmarks. its the second one up from the bottom, uncheck it.

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

79817239

Date: 2025-11-12 00:14:01
Score: 3.5
Natty:
Report link

Come posso esserti utile oggi?483575استيراد قائمة البدء

خطأ في تحليل ملف XML.

السطر ٢، العمود ٥٤.

المتوقع: START_TAG {null}

قائمة البدء (الموضع: START_TAG <postacert type='posta-certificata'

الخطأ 'none'>@2:54 في java.io.InputStreamReader@46c8c02)

حسنًا

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: user31861060

79817233

Date: 2025-11-12 00:05:59
Score: 1.5
Natty:
Report link

In my case, the issue was resolved after I deleted the existing build on my simulator and rebuilt the app following the deletion and reinstallation of node_modules.

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

79817228

Date: 2025-11-12 00:00:57
Score: 3
Natty:
Report link

This just happened to me too. It really hurt seeing all of my files getting deleted one by one and even though I stopped it within the first 10 seconds it was already too late...

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: I'am best

79817213

Date: 2025-11-11 23:29:50
Score: 1.5
Natty:
Report link

Introducing an azure firewall is an expensive way to achieve your goal. If you can modify your requirement slightly, another way would be to use a small integration subnet to control the number of IP addresses available to the app. In this case, a /29 is the smallest possible and would give you 3 usable addresses. As long as you can set the SFTP side to allow inbound traffic from any of these three addresses you will be good.

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

79817195

Date: 2025-11-11 22:49:41
Score: 3
Natty:
Report link

android.aapt2Version=8.6.1-11315950

Adding the above line into gradle.properties works fine.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: H-S-So-So

79817194

Date: 2025-11-11 22:48:41
Score: 1.5
Natty:
Report link

I wondered about using backticks instead, which worked. Change the SELECT statement to:

SELECT CONCAT("select count(*) into @discard from `", TABLE_SCHEMA, "`.`", TABLE_NAME, "`")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: racitup

79817193

Date: 2025-11-11 22:46:40
Score: 3
Natty:
Report link

Ddshshddddhehehgegegdgsgdgdgshdhdhdhsgdhgehdgdgdhsgdhgehshdhdhdhdhhdhhdhshshwhehhshshdhshhdhdhsgehdhdhhdhshshgshdhdhdhdhdhdyysywydydydyyeyeys policellya100🎛️📲📲📲📲📲📲sjzhqhehqhwhshwhshehhwyehdywysdss

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Devon Breary

79817191

Date: 2025-11-11 22:40:38
Score: 0.5
Natty:
Report link

How about the :update / :up command? It's similar to the :write / :w command, but it doesn't actually write out the file if there were no changes made that need to be saved out.

(Kind of like the difference between :x and :wq ; if there are no changes to save, :x just quits without writing out the file, whereas :wq writes out the file regardless of whether there are any changes.)

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How
Posted by: J-L

79817181

Date: 2025-11-11 22:23:34
Score: 1.5
Natty:
Report link

So its resolved. Just wanted to leave this here in case anyone else stumbles upon a situation like this.

You can check https://community.atlassian.com/forums/Jira-questions/Assignee-set-to-unassigned-while-creating-ticket-through-the/qaq-p/1310631 for more details, but here's the basic:

Need to use 'assignee': {'id': JIRA_ASSIGNEE_ACCOUNT_ID}, instead of email. It needs the Jira Account ID of the user.

To get the account id:

  1. Go to your Jira site.
  2. Click on your profile picture.
  3. Click on Profile.
  4. Look at the URL in your browser's address bar. It will look like this: https://mycompanyname.atlassian.net/jira/people/123456:a1b2c3d4-e5f6-7890-g1h2-i3j4k5l6m7n8

"123456:a1b2c3d4-e5f6-7890-g1h2-i3j4k5l6m7n8" This is your account ID.

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

79817177

Date: 2025-11-11 22:15:31
Score: 1.5
Natty:
Report link

it's an open-ended question, there is no single "right answer", any ideas are welcome (i have a few down my sleeve, but it don't want to set thinking in any direction)

Reasons:
  • Blacklisted phrase (1): any ideas
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Trident D'Gao

79817176

Date: 2025-11-11 22:14:31
Score: 0.5
Natty:
Report link

You can add const check: Record<keyof A, true> = {x: true, y: true}; to make it:

function areEqual(one: A, another: A): boolean {
    const check: Record<keyof A, true> = {x: true, y: true};
    return one.x === another.x && one.y === another.y;
}  
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: proof-of-correctness

79817171

Date: 2025-11-11 22:04:29
Score: 2.5
Natty:
Report link

I am developing a python DataGridView with outstanding performance.

You can take a look here :

pyDataGridView

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

79817162

Date: 2025-11-11 21:55:25
Score: 2
Natty:
Report link

Hash Function will be your friend.

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

79817151

Date: 2025-11-11 21:46:23
Score: 2.5
Natty:
Report link

You can do this by building a native layer for the C# and consuming it with the JNI. You must also deploy the Mono runtime onto your device.

https://github.com/AaronRobinsonMSFT/DNNE/issues/179

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

79817148

Date: 2025-11-11 21:43:21
Score: 1
Natty:
Report link
def xor(x, y):
    return bytes(a^b for a,b in zip(x, y))

cipher = bytes.fromhex("0e0b213f26041e480b26217f27342e175d0e070a3c5b103e2526217f27342e175d0e077e263451150104")

print(xor(cipher, b"myXORkeymyXORkeymyXORkeymyXORkeymyXORkeymyXORkey"))

    

i was also stuck at this but i solve by repeat the key :)

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

79817144

Date: 2025-11-11 21:40:20
Score: 1
Natty:
Report link

You can do that with this order:

plot(as.dendrogram(hc_sbd_1), nodePar = list(lab.cex = 0.5, pch = NA))

If you also need to make the lines thiner, use this order:

plot(as.dendrogram(hc_sbd_1), nodePa r= list(lab.cex = 0.25, pch = NA), edgePar = list(lwd = 0.5))

I you also want to change the y axis, use these orders:

plot(as.dendrogram(hc_sbd_1), nodePar = list(lab.cex = 0.25, pch = NA), edgePar = list(lwd = 0.5), axes = F)

axis(2, lwd = 0.3, cex.axis = 0.3)

And, finally, if you have a very large number of elements in the dendrogram, use these orders (they wirthe the dendrogram as a pdf file; you can change it to EMF or other output you want):

par(cex = 0.5)

pdf("hc_sbd_1.pdf", width = 20, height = 20)

plot(as.dendrogram(hc_sbd_1), nodePar = list(lab.cex = 0.05, pch = NA), edgePar = list(lwd = 0.5), axes = F)

axis(2, lwd = 0.3, cex.axis = 0.3)

dev.off()

You can adapt these orders according to the size of the dendrogram. lab.cex always refer to the size of the characters and lwd the width of the dendrogram lines.

par(cex = 1)

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jaume B i G

79817138

Date: 2025-11-11 21:33:18
Score: 3
Natty:
Report link

I was investigating why arch linux also does not show this hint.
debian (and so also ubuntu) adds a custom patch set over openssh-portable which adds this nice hint

https://sources.debian.org/data/main/o/openssh/1:10.2p1-2/debian/patches/mention-ssh-keygen-on-keychange.patch

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

79817131

Date: 2025-11-11 21:26:16
Score: 2.5
Natty:
Report link

Hope I don't break any rules but I am developing a pure Python DataGridView with killer performance.

Take a look here :

pyDataGridView

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

79817125

Date: 2025-11-11 21:17:13
Score: 1
Natty:
Report link

The following solution ensures the pipeline is aborted only if not on master:

def isMasterBuild = env.BRANCH_NAME == 'master'

pipeline {
    agent any
    options {
        disableConcurrentBuilds(abortPrevious: !isMasterBuild)
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Wladimir Safonov

79817120

Date: 2025-11-11 21:11:11
Score: 4
Natty:
Report link

I stumbled across a tutorial on the internet which clarified things for me, and backed up what you said.
https://github.com/Basel-Dawoud/Recipes-Examples-BootlinTutorial?tab=readme-ov-file#src_uri

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

79817112

Date: 2025-11-11 21:05:09
Score: 1
Natty:
Report link
Just remove the runtime parameter:

@tool("foo_tool", description="test tool")
def foo_tool() -> Command:
    return Command(update={"called_tool": True})


This will run perfectly with the pre-built ToolNode.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: inevitable

79817111

Date: 2025-11-11 21:03:09
Score: 3
Natty:
Report link

Indeed! I off loaded all of the computation onto a web app script and only took information from the spreadsheet, instead of using formulas. It can now deal with multiple inputs from different users simultaneously.

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

79817106

Date: 2025-11-11 20:58:06
Score: 6.5 🚩
Natty: 5.5
Report link

could you please share the solution

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please share the solution
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eng.Aldhamdy

79817093

Date: 2025-11-11 20:41:01
Score: 4.5
Natty:
Report link

You release is so old and unsupported since 2019, that the official docs don't even mention the available Python packages for Version 12: Available Python versions - Ubuntu for Developers

Python 3 was added to Ubuntu only at version 14.10 - Python/3 - Ubuntu Wiki

Is there a good reason to remain on that version, considering hundreds of exploitable security vulnerabilites - Canonical Ubuntu Linux 12.04 security vulnerabilities, CVEs?

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

79817091

Date: 2025-11-11 20:32:59
Score: 2.5
Natty:
Report link

If you are getting an integrity error it's likely that your business has not passed the verification. That also means that your phone number should pass the display name check. You should try again until you clear the "in progress" status from the flow builder.

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

79817087

Date: 2025-11-11 20:25:58
Score: 3.5
Natty:
Report link

they are evil. do not drink the fruit punch at the cult.

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

79817081

Date: 2025-11-11 20:20:55
Score: 1
Natty:
Report link

If the values are all different then you could use this formula in B2 where your values are in A1:D1

=LET(r,A1:D1,r>=LARGE(r,2))

You could also do this with conditional formatting rather than formulas on the worksheet

....but what do you want to do if you have duplicate values?

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: barry houdini