Newest Questions
24,180,262 questions
0
votes
0
answers
9
views
Make playwright msedge screenshots stable and platform independent
Since playwright 1.54 and around msedge 140 I am having trouble keeping the screenshots of msedge stable between runs on the same machine, and between runs on different machines (WSL vs. Ubuntu). I ...
0
votes
0
answers
4
views
Rust, outputting data from results of compartmental ode model
I'm learning Rust and have a (apparently) working example compartmental ode model using the "pharmsol" crate to solve the ode's. A lot of the workings of the pharmsol crate are still a black ...
Advice
0
votes
0
replies
4
views
increase in file size after extracting one image from a datacube
I am working with datacubes, and trying to write method that applies processes on the datacube. I created a datacube using xarray and then wrote a method to save a single raster from the cube. But i ...
-2
votes
0
answers
12
views
الذكاء الاصطناعي لم يُرجع JSON صالح [closed]
سويت تقرير بالذكاء الاصطناعي في البدايه اشتغل التقرير تمام ثم ما عاد اشتعل وظهر لي :
الذكاء الاصطناعي لم يُرجع JSON صالح
0
votes
0
answers
12
views
month manipulation in power query
I am trying to create a plot, but since there are days in the following month, the plot shows the same week in 2 months (which I do wanna avoid).
So I would like to create a CustomMonth where if the ...
0
votes
0
answers
15
views
Unity OnGUI label not staying centered above GameObject when viewed from different distances
I want to display an HP indicator that persists above a GameObject. I'm using `OnGUI like this:
void OnGUI()
{
if (group == null) return;
Vector3 screenPos = Camera.main....
Advice
0
votes
1
replies
6
views
Optimizing Selenium-based web crawler with inconsistent page load times
I wrote a Python script using Selenium to crawl several IEC webpages and detect changes in published documents.
The pages are dynamically rendered and protected by CloudFront.
The script works ...
-2
votes
0
answers
50
views
stream().map and ReferencePipeline.java
I am learning java right now and I have came across to streams. I don't like learning by heart so I searched for answer and explanations but found nowhere. I just want to know how Stream works ...
-4
votes
0
answers
38
views
Single SPA Angular 19/20 [closed]
We are about to begin developing new pages as part of a Single SPA project.
Our pages will be built using Angular 19 or 20.
Do you have an approximate release date for the Single SPA version for ...
Best practices
1
vote
0
replies
14
views
How to handle Moment.js, GSAP, jQuery UI, and Bootstrap in PrestaShop without breaking updates?
I’m working on a PrestaShop site (version 8.2.3, latest in the 8.x branch) and noticed that some JavaScript libraries are flagged as outdated or vulnerable by security scans. Specifically:
Moment.js: ...
-3
votes
0
answers
63
views
Does anybody know the exact storage limits or a workaround for running large datasets on Google Colab T4 instances? [closed]
I am attempting to work with the NIH Chest X-ray 14 dataset (~42GB compressed). On a standard T4 instance, Colab provides approximately 74GB of disk space. However, I run out of space immediately ...
Advice
1
vote
0
replies
26
views
How to implement online runner for JavaScript?
How to implement online runner/debugger for JavaScript (and other languages)? e.g., when a specific function is executed, the HTML will show execution step line by line dynamically, and output each ...
-1
votes
0
answers
38
views
Error:connect ECONNREFUSED 127.0.0.1:8000 [closed]
I want to deploy my Ollama-DeepSeek R1-based project of a text summarizer using the FastAPI. But when I tested the URL link of uvicorn, Postman showed these errors.
As it's my 1st time using the FAST ...
1
vote
0
answers
16
views
Is it acceptable for Application Command Handlers to depend on Symfony framework interfaces in a CQRS / Hexagonal architecture?
I’m implementing CQRS with a hexagonal architecture in a Symfony application.
I have Application-layer command handlers that need to dispatch domain events (e.g., when an order is paid). Currently, I ...
0
votes
1
answer
59
views
Strange stack trace from memory profile
I'm profiling the memory of a large C++ service using address sanitizer, specifically its __sanitizer_print_memory_profile function. After calling this function, I look at the printed allocation ...