Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
9 views

I have ensured that pdfservices-sdk is installed in my current environment, and it is running on Python 3.14.3. The first two modules are being found and the rest are not. from adobe.pdfservices....
Sophia's user avatar
  • 1
-1 votes
0 answers
17 views

I have a Spring Boot application that scans uploaded image files using ClamAV before storing them. The scan is performed by streaming the file bytes to the ClamAV daemon using the INSTREAM command via ...
Surya Teja Chavali's user avatar
Tooling
0 votes
1 replies
12 views

There are always arguments about what dec gives the most accurate prices while trading some say Jupiter while others say titan, How can I programmatically compare DEX prices against Pyth Network price ...
Dera.sol's user avatar
Best practices
0 votes
0 replies
10 views

I am an adjunct teaching a human physiology lab and the style of my exams is a station-based practical where physical specimens/models are placed in front of the student and 3-5 questions are asked ...
Daniel Nemeth's user avatar
Best practices
0 votes
0 replies
8 views

When VMSS scales out and creates a new VM instance (VM3), it is based on an older base image. The other two VMs (VM1, VM2) already have the latest code deployed via the Release Pipeline. VM3 boots up →...
Muhammad Usman Shamshad's user avatar
0 votes
0 answers
9 views

I have 2 input files as below File1: AST BDT CFT EDT FRT File2: T.ABC.TXT.***.EF.TAXSE.IWS.WISHS ...
Angel's user avatar
  • 9
Advice
0 votes
0 replies
11 views

I am designing the database for a student social network web application as part of a university project. I created a UML class diagram that includes entities such as users, publications, comments, ...
Doussan Benkerrou's user avatar
-1 votes
0 answers
12 views

Been using Playwright / JavaScript for years and never had any problems using the debugger in VS Code. Recently with same project on same machine, debugger stopped working. Also doesnt work with fresh ...
discombobulated's user avatar
Best practices
0 votes
0 replies
23 views

I need to load a series of API responses into one object because the item limit in the API is less than the total items. Currently I'm reading the response into a json string and reurning it once. ...
DavidxDavid's user avatar
0 votes
0 answers
8 views

I'm deploying a Node.js web application on a Linux server using Nginx as a reverse proxy. The application works correctly when I start it manually, but after restarting the server or redeploying the ...
gentmind's user avatar
-1 votes
0 answers
21 views

In the company where I work, some developers use Windows while others use MacBooks with Apple Silicon. We develop a web application using React on the frontend, and we run npm run build so that Flask (...
PauloBessa's user avatar
0 votes
0 answers
18 views

I have an Asp.Net web app that works perfectly on my windows 11 laptop - either through the source code using visual studio or the published code using IIS. When I try to run either on my Ubuntu ...
Colin Aitken's user avatar
-1 votes
1 answer
12 views

I'm setting up logging to two targets, console and a log file, as structlog's documentation suggests as final approach in this section: def configure_logging(verbosity: int, config: LogOptions): ...
funky-future's user avatar
  • 4,084
0 votes
0 answers
35 views

In C++, pointers and optional's can both be used as the condition expression in an if statement: auto *ptr = get_ptr(); if (ptr) { std::cout << "Yay, can use ptr!\n"; } else { ...
einpoklum's user avatar
  • 139k
Best practices
3 votes
1 replies
33 views

I am currently developing an AI-driven fashion recommendation system, specifically focusing on a "Multi-modal Context-Aware Decision Model." A critical component of my recommendation engine ...
王振宇's user avatar

15 30 50 per page
1
2 3 4 5
1611206