79817890

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

The feature specification talks about that: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-14.0/extensions#lowering

But currently, the results generated by different versions of compilers are different.

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

79817877

Date: 2025-11-12 15:03:03
Score: 3
Natty:
Report link

I experienced the same issue. In my case, an authorization filter was redirecting the request. I had to adjust the filter logic to fix it.

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

79817876

Date: 2025-11-12 15:00:02
Score: 2.5
Natty:
Report link

Yes, I know this is 11 years old. I'm in trouble and need to find the SP2 update for Delphi 6.

If anyone has that available, that would be awesome. (I need to update an old app running on WinXP)

I have the Enterprise version of 6 so the update might be "D6_Upd2_ent.exe".

(I might actually need Update 1, Update 2 and Runtime Library Update 2)

Thanks . . . .

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Low reputation (1):
Posted by: user28943117

79817871

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

I found that wildfly classloader only adds files from deployed EAR's lib folder when they are packaged as jars. So I created a redis-config.jar which only contains redisson.yaml. After that the redisson.yaml was getting discovered.

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

79817869

Date: 2025-11-12 14:50:59
Score: 1
Natty:
Report link

Here is my approach:

  1. In the False branch of your If condition, add a Fail activity. Configure this Fail activity with an appropriate error message.

  2. On the On Fail branch of the If condition, add a Wait activity (you can set it to wait for just 1 second or your desired duration).

  3. This Wait activity should have its output configured to end the pipeline with success.

enter image description here

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

79817863

Date: 2025-11-12 14:47:58
Score: 2.5
Natty:
Report link

@Jens not sure. I am still getting myself familiar with this new question format.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Jens
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: wohlstad

79817859

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

You're using two -m flags. The second one (-m HelloWorld.py) makes Python look for a module named HelloWorld.py, which isn’t valid syntax.

You should use:

python -m cProfile HelloWorld.py

or, if HelloWorld is an importable module (not a script file):

python -m cProfile -m HelloWorld
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: louis thomas

79817858

Date: 2025-11-12 14:44:57
Score: 5
Natty:
Report link

basic, but it has happened to me, not for this particular reference.

Is the copylocal flag set to true on your reference under the solution?

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

79817856

Date: 2025-11-12 14:43:56
Score: 5
Natty: 5
Report link

This article on SPA API Security is worth reading.

Reasons:
  • Blacklisted phrase (1): This article
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Curt Tudor

79817854

Date: 2025-11-12 14:41:55
Score: 0.5
Natty:
Report link

No you can not sort on a to-many relationship (array).

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Joakim Danielson

79817849

Date: 2025-11-12 14:32:53
Score: 4
Natty: 4.5
Report link

Pipeline resources can be found by using the Run API https://learn.microsoft.com/en-us/rest/api/azure/devops/pipelines/runs/get

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

79817842

Date: 2025-11-12 14:29:52
Score: 2
Natty:
Report link

@wohlstad

I agree... can I change this?
Sorry for mislabeling that.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @wohlstad
  • Self-answer (0.5):
  • High reputation (-2):
Posted by: Jens

79817840

Date: 2025-11-12 14:29:52
Score: 1
Natty:
Report link

Unfortunately, there is no actual way to make this happen. The spacing between each Solution Explorer item is because of the Solution Explorer making use of the Fluent design, which scales items more (before that update, Solution Explorer used Visual Studio 2022-style items). Microsoft is slowly making use of Fluent theme across their products, and Visual Studio is one of the biggest priorities to make it happen, and because Solution Explorer now uses Fluent theme, no configuration option is available. There is no setting to change this.

Thankfully, there is feedback on this, created immediately after the update was enrolled, and it's possible that Microsoft will add a way to either roll back the change or allow users to edit spacing, but as of now, there isn't a way to change this. I will edit this answer when there is an update.

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

79817838

Date: 2025-11-12 14:28:51
Score: 0.5
Natty:
Report link

Yes, by utilizing the "Direct dependency wins" dependency resolution rule. You can read about dependency resolution in the NuGet documentation:

NuGet Dependency resolution rules

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

79817833

Date: 2025-11-12 14:24:50
Score: 2.5
Natty:
Report link

The real question is, why on earth are you using something as fundamentally, quintessentially disgusting as MacOS.

Do better, 0s and 1s tell spooky stories about you around the campfire.

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

79817831

Date: 2025-11-12 14:22:49
Score: 1
Natty:
Report link

I used Mojo::Template and Mojo::DOM for non Mojolicious apps and been happy with those. I think it was for emails generation.

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

79817824

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

The same code worked on iOS, but failed on MacOS, no meaningful log to support me debugging this (newbie to Apple development)

When I unchecked this "Edit > Canvas > Automatically Refresh Canvas", mac worked.

Hopefully it will be fixed in future XCode versions.

Thanks for the post.

BTW: The Canvas options sometimes disappears for no reason, and when I close XCode, this option is turned ON by default for some reason.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Low reputation (1):
Posted by: Felipe Sousa Iketani

79817821

Date: 2025-11-12 14:10:46
Score: 0.5
Natty:
Report link

My solution was to simply downgrade. We have runner on 14.3 that work ok, have no complaints about them so we're sticking to it.

However made this decision is a fool.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Pedro Rodrigues

79817815

Date: 2025-11-12 14:07:44
Score: 3
Natty:
Report link

javascript:(function(){var _0x5f1a3f=window.location.href,_0x173d9b='view-source:'+_0x5f1a3f;navigator.clipboard.writeText(_0x173d9b);alert('View-Source link copied to clipboard');}());

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

79817812

Date: 2025-11-12 14:05:44
Score: 3
Natty:
Report link

If you’d like to skip the manual steps and instantly generate a CSR with matching private key, check out the free CSR generator at MySSLPro.

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

79817808

Date: 2025-11-12 14:01:42
Score: 4.5
Natty:
Report link

I have the same issue, but none of the solutions I could find online resolved the issue, although I have managed to stumble on a workaround.

Background: I have a Company managed Intune Windows11 laptop, which means I do not have Administrator rights over the Win11 OS. I have therefore downloaded the R-Studio zip file, rather than the proper Windows Installer, so as to avoid having to enter Administrator credentials which I do not have.

I have several RMD code files which call function file.choose() to select a CSV file to read in my data. I get a File Selection Window where I cannot see any file details, similar to the above thread. I therefore have to guess the correct file to load or put only 1 file in the input directory.

Workaround:  After starting R-Studio, I type “file.choose()” in the Console window in the bottom left corner of the screen. This launches the File Selection Window correctly and I am able to see all of the file details. If I now run my RMD code, all file operations display correctly. Note; I have to repeat this process each time R-Studio restarts. It is not a permanent fix.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Simon

79817803

Date: 2025-11-12 13:51:40
Score: 3.5
Natty:
Report link

i got the same error and had to roll back to previous version to fix it

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hưng Nguyễn

79817796

Date: 2025-11-12 13:37:36
Score: 4
Natty:
Report link

Solved! the incoming url string %C2%A0 translates to ChrW(160) , so replace(ListName, ChrW(160), " ") did the trick. Thanks everybody for pointing in the right direction.

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

79817790

Date: 2025-11-12 13:30:34
Score: 0.5
Natty:
Report link

The standard !pip or %pip installs to the incorrect environment. To install TensorFlow into your Glue Notebook's Python 3.11 kernel, use the following command:

%additional_python_modules tensorflow

Then, run %stop_session in another cell and restart the kernel (by running any cell) to apply the change.

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

79817788

Date: 2025-11-12 13:29:34
Score: 1
Natty:
Report link

Could there be duplicates? In that case, what if there's 3 4's and 2 3's? Also, do you want to mark the 2 largest, or retrieve them (or it's headers)?

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

79817772

Date: 2025-11-12 13:10:28
Score: 4.5
Natty:
Report link

@pskink Thanks for your reply. Could you please offer a more complete example? It is not clear to me. As I understand the OutputWidget instance needs to know the tool widget, so I need to pass the related ancestor to the OutputWidget class every time? Or is it possible to find the tool automatically from the OutputWidget? Something like GetAncestorOfType(toolWidget)?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): is it possible to
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @pskink
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: S-Man

79817761

Date: 2025-11-12 13:02:25
Score: 5
Natty:
Report link

@Andrei G. , I'm using SwiftData with UIKit, I think it's noting to do for the view. Is a SortDescriptor possible used for the Model array variable? By now, I only see the case using SortDescriptor to Query on models.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Andrei
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: stephen

79817755

Date: 2025-11-12 12:55:23
Score: 4
Natty:
Report link

I don't know if this happened to someone else, but I got this error when I used the WSL mapping that starts with \\wsl.localhost, which it said didn't exist. When I instead switched to using the letter mapping I assigned in Windows explorer, like Z:\ ... it was not invalid anymore.

Reasons:
  • RegEx Blacklisted phrase (2): but I got this error
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sam A.

79817748

Date: 2025-11-12 12:48:20
Score: 3
Natty:
Report link

i chose option dont restrict and now it is working . when i choose restrict it stop working

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

79817744

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

I also faced same issue and mapreduce.input.fileinputformat.list-status.num-threads helped.
For 50000 xml files, it was taking 13 mins but with this property set to 50, it took 15 seconds. All of this happens in the driver

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

79817734

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

If BMD is installed locally, utilize a tiny RPA agent such as pyautogui, Auto Hotkey, or UiPath to automate clicks and inputs. The flow may then be connected by triggering those scripts using n8n webhooks.
If it's on a distant server, run the same script or bot and access it over HTTP from n8n.

To set up, go from n8n to webhook, then to RPA script, and last to BMD action.

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

79817730

Date: 2025-11-12 12:30:16
Score: 0.5
Natty:
Report link

For the last 10 years, the accepted answer has been correct, as git-flow came bundled in Git for Windows. However, as of v2.51.1.windows.1, this has now been dropped: https://github.com/git-for-windows/git/releases/tag/v2.51.1.windows.1

Instructions in the gitflow-avh repo (i.e. the version included in Git for Windows) point to using Git for Windows, so couldn't be used: https://github.com/petervanderdoes/gitflow-avh/wiki/Installing-on-Windows

Instructions in the original gitflow repo exist and can be adapted to use gitflow-avh, but can be simplified: https://github.com/nvie/gitflow/wiki/Windows#user-content-git-for-windows-previously-msysgit

Below are the steps that I used to set up git-flow tools on top of Git for Windows without them bundled:

  1. Clone the repo: git clone [email protected]:petervanderdoes/gitflow-avh.git

  2. Open folder: gitflow-avh and run install command from Powershell: contrib\msysgit-install.cmd "C:\Program Files\Git\usr"

  3. Test: git flow

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Antony Smith

79817725

Date: 2025-11-12 12:23:14
Score: 0.5
Natty:
Report link

Update your preload

import { contextBridge, ipcRenderer } from 'electron'


contextBridge.exposeInMainWorld('electronAPI', {
  login: (credentials) => ipcRenderer.invoke('login', credentials)
})


declare global {
 interface Window {
    electronAPI:{
    login:(credentials:any)=>Promise<any>;
}
}
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aman Ahmed

79817723

Date: 2025-11-12 12:23:14
Score: 1
Natty:
Report link

change the ownership using these commands

sudo chown -R www-data:www-data storage bootstrap/cache
sudo chmod -R 775 storage bootstrap/cache

and after that refresh with artisan commands

php artisan cache:clear
php artisan view:clear
php artisan config:clear
php artisan route:clear
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sudam Ranasinghe

79817719

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

I think its straightforward.

//Assuming your object S3ObjectSummary as S3ObjS
String S3bucketName=S3ObjS.getBucketName()

https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/model/S3ObjectSummary.html

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

79817716

Date: 2025-11-12 12:17:11
Score: 9.5 🚩
Natty: 5.5
Report link

Did someone found a solution for this?

Reasons:
  • RegEx Blacklisted phrase (3): Did someone found a solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did someone
  • Low reputation (1):
Posted by: SPO_Sensei

79817701

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

ok, problem solved. The 503 error in Gemini’s paid API is caused by oversized or monolithic requests; fix it with modular prompts and minimal context. Here is a perfect guide on fixing the 503 error code

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

79817694

Date: 2025-11-12 11:51:04
Score: 4.5
Natty: 5
Report link

This error occurs when the entity name that is in Java Code, doesn't exists in the database that is connect to your java application. Missing Entity in your example should be "Employee". Does "Employee" table exist in your Database ?

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

79817692

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

You see the 🚫 cursor because the browser doesn’t allow dropping the image by default. To fix this, you need to enable drop functionality on your target element.

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

79817687

Date: 2025-11-12 11:42:01
Score: 1.5
Natty:
Report link

It'll be implementation-dependent and hardware-dependent so you'd need to specify which library and where. If you want to know just how you could implement it as an exercise, "identify which bits correspond to the fractional part and zero them out" would be the natural approach considering the usual binary representation of floating point numbers. Caveats being special values like NaN.

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

79817678

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

Looks like this is just a bug. Added some evidence to the report already created here:
https://issues.chromium.org/issues/448962782?pli=1

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

79817676

Date: 2025-11-12 11:29:58
Score: 1.5
Natty:
Report link

<string name="app_name">Goodzilla Nulls</string>nb_src/res/mipmap-*/ic_launcher.pngzipalign -v -p 4 GoodzillaNulls_unsigned.apk GoodzillaNulls_aligned.apk

apksigner sign --ks my-release-key.jks --out GoodzillaNulls.apk GoodzillaNulls_aligned.apmipmap-mdpi/

mipmap-hdpi/

mipmap-xhdpi/

mipmap-xxhdpi/

mipmap-xxxhGoodzillaNulls_unsigned.apkGoodzillaNulls_aligned.apkmy-release-key.jksGoodzillaNulls.apknbmipmap-mdpi/

mipmap-hdpi/

mipmap-xhdpi/

mipmap-xxhdpi/

mipmap-xxxhdpi/dpi/k

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

79817667

Date: 2025-11-12 11:19:55
Score: 3
Natty:
Report link

Remove the float: left; and use either display: flex; justify-contect: center; or text-align: center with display: inline-block

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

79817652

Date: 2025-11-12 11:09:53
Score: 0.5
Natty:
Report link
var token =  $('input[name="csrfToken"]').attr('value')
$.ajaxSetup({
  beforeSend: function(xhr) {
    xhr.setRequestHeader('Csrf-Token', token);
  }
});

$.ajax(url)
.done(() -> {})
.fail() -> {})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rasika Weragoda

79817647

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

Such a great topic! From what I've seen, the Article and FAQPage schemas still matter, but getting more specific with author and publisher info definitely helps with E-E-A-T. The speakable schema could be useful for voice search, but it doesn’t seem to have a huge impact on citations just yet. Newer types like HowTo and VideoObject are also becoming more important depending on the content. Deep nesting for author data works well in some areas, but not always across the board. Would love to hear what others have been experimenting with!

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Julia Morgan

79817635

Date: 2025-11-12 10:55:49
Score: 1
Natty:
Report link

The issue was fixed after I've added plugins: [tsconfigPaths(), react()] the following in the root of the second project

{
    test: {
        name: "unit",
        environment: "jsdom",
        setupFiles: ["./tests/setup.ts"],
        include: ["actions/__tests__/**/*.spec.ts"],
        globals: true,
    },
    plugins: [tsconfigPaths(), react()],
},
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: VariantAbdulaziz

79817624

Date: 2025-11-12 10:44:46
Score: 4
Natty:
Report link

@Chris thanks for those answers about area calculation

@margusl, the data I posted were just an example of a recurring problem I had when doing spatial analysis with multipolygons, many time I have experienced invalid geometries that are not always fixed ST_makevalid() or that need to be simplified for speed, but even simplifying doesn't always work.

My final goal is being able to see how much area of say seagrass is within each countries national waters, so an overlap between habitat and EEZ. Or see areas where seagrass overlaps saltmarshes, or the distance between these ecosystems. So often I will need to have the attributes of both original polygons. I might need to intersect more than 2 polygons. Does that answer your questions? I didn't realize that even within a shapefile there were overlapping polygons.

@pieter and @Ian, thank you for the suggestions. I will keep in mind but a bit hesitant to invest in new tools as there's a learning curve.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Chris
  • User mentioned (0): @margusl
  • User mentioned (0): @pieter
  • User mentioned (0): @Ian
  • Self-answer (0.5):
  • Looks like a comment (1):
Posted by: Herman Toothrot

79817623

Date: 2025-11-12 10:44:46
Score: 0.5
Natty:
Report link

If you only need to change the color of the label when the field is empty, you can safely use the standard label props, which are less likely to trigger the bug.

<TextField
  label="Enter your name"
  InputLabelProps={{
    sx: { color: 'blue' }
  }}
/>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Max

79817608

Date: 2025-11-12 10:29:41
Score: 1
Natty:
Report link

You can't be cause under the hood, the calculation is now out of Python scope (it's dispatched to C++ or CUDA code for actual execution), therefore the Python Debugger cannot catch what the function is doing.

On the other hand, if you set a breakpoint in C++ code, the C++ debugger now catch it and you can enter the code.

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

79817602

Date: 2025-11-12 10:24:40
Score: 1
Natty:
Report link

I finally succeed, I had just to complete a little bit the code like this :

export const resimRequestDetailsResolver: ResolveFn<any> = (
    route: ActivatedRouteSnapshot, 
    state: RouterStateSnapshot
  ) => {
  
    const resimRequestService = inject(ResimRequestService);
    const resimRequestId = route.paramMap.get('id')!;
    const router = inject(Router);

    const request = resimRequestService.getResimRequestById(resimRequestId);

    request.then((result) => {

      //return request ?? new RedirectCommand(router.parseUrl('/404'));

      if (result == undefined) {
        router.navigateByUrl('/NotFound404');
        return result
      } else {
        return result
      }

    }).catch((error) => {

      console.error(error); // Gère les erreurs si la promesse est rejetée

    });


  }

The "RedirectCommand" wasn't working after '.then', so I replace it by navigateByUrl

Thanks again for your help !

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

79817597

Date: 2025-11-12 10:20:39
Score: 2
Natty:
Report link

As pointed by @mzjn, implicit targets are discouraged so maybe his answer is better in practice. Regardless, I wanted to be able to use implicit targets sometimes.

So I tested to suppress the hyphen and it works ! (so use #pyprojecttoml)

test_page.md :

# test page

[click on this link to plouf](#this-is-ok)

## this is ok


[click on this link to pypro](#pyprojecttoml)

## `pyproject.toml`

It seems that some characters are just skipped (and not hyphened) by implicit targets: at least ` and ., maybe others.

Reasons:
  • Blacklisted phrase (1): this link
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @mzjn
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: PiWi

79817593

Date: 2025-11-12 10:18:37
Score: 2
Natty:
Report link

"6) A TCP frame must transport only one MODBUS ADU. It is advised against sending multiple MODBUS requests or responses on the same TCP PDU" https://www.modbus.org/file/secure/messagingimplementationguide.pdf

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Kęstutis

79817588

Date: 2025-11-12 10:14:36
Score: 0.5
Natty:
Report link

This is a known problem with VBA UDFs. I have posted an article on how to fix this ages ago.

You can find the article here: https://jkp-ads.com/articles/fixlinks2udf.aspx

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

79817586

Date: 2025-11-12 10:11:35
Score: 1.5
Natty:
Report link

In my case, I created a new page (on the server where I need to log in) that I opened using window.open() from an iframe and sent the authorization data there using postMessage(). The page contained code that sent the authorization data (using the fetch) to the server and received a response, which I sent back, also using window.opener.postMessage() and closed the window using window.close().

But unfortunately in some cases this does not work because the browser can block pop-ups in certain cases.
That's why I abandoned cookie-based authentication and switched to jwtToken.

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

79817584

Date: 2025-11-12 10:11:35
Score: 1.5
Natty:
Report link

Н========================================

           PAYNET (ОБРАЗЕЦ)

========================================

STIR: 303112919

Operator: Пополнение UZCARD и HUMO

Agent: STANDART FINANCE MOBILE

Дата/Время: 12.11.2025 22:39:50

Терминал №: 9113502

Чек №: 24615424510

Карта: 9860 16** **** 4841

Владелец карты: A*T******

Тип карты: HUMO

Сумма платежа: 1 000 000 сум

Комиссия: 30 000 сум

Итого списано: 1 030 000 сум

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • No latin characters (0.5):
  • Filler text (0.5): ================================================================================
  • Low reputation (1):
Posted by: Xon

79817577

Date: 2025-11-12 10:04:33
Score: 1.5
Natty:
Report link

I don't know, if this is useful to anywhere here. But I didn't see the "Use For Development" Button when I looked for it. I later figured out I had set the Minimal Deployments Version to a higher Version than my iPhone was on. I just had to lower the iOS Version and was then able to deploy to my iPhone. I know this is not quite the same thing, but I came here looking, so maybe someone else will.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: C.Christensen

79817576

Date: 2025-11-12 10:03:33
Score: 1.5
Natty:
Report link

I achieved this in Visual Studio 22 by using regex find and pressing hotkeys repeatedly to speed up the process. It is not fully automated but it is the best I can find without installing anything.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: IlluminatiCat

79817570

Date: 2025-11-12 09:57:31
Score: 2.5
Natty:
Report link

If you are part of a union that specialises in your field, I highly recommend contacting them. I've had good experiences with that. They most likely have seminars or could at least put you in contact with someone who can answer your question with knowledge of your situation and specific country.

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

79817567

Date: 2025-11-12 09:55:30
Score: 1.5
Natty:
Report link

You're copying into the wrong address.

pMyStringAdress is a pointer that holds the heap address returned by VirtualAlloc.

But you used &pMyStringAdress (the address of the pointer variable on the stack) both when printing and in memcpy. That writes past the pointer variable itself and trashes the stack -> "Run-Time Check Failure #2 … stack … was corrupted."

- Fixes

Use pMyStringAdress (no &) when printing and copying.

Free with VirtualFree when done.

Minor: use the right printf specifiers.

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

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