Newest Questions

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

I’m planning to add custom block components to Tiptap—specifically callouts (info, success, warning, tip), and later cards and accordions. Since Markdown doesn’t natively support these kinds of blocks,...
Angel Developer's user avatar
-2 votes
0 answers
33 views

I'm recently working on a project that has an ESP32 as the client and Python FastAPI as the server. After the connection, there's an authentication process, which requires them to communicate using ...
知識日常 Know Scratcher's user avatar
0 votes
0 answers
18 views

I need to bypass Iran's internet censorship to send emails using R's emayili package. The standard gmail() function fails because the regime blocks the default SMTP protocol. My goal: Use local HTTP/...
a.sa.5969's user avatar
  • 152
0 votes
0 answers
9 views

I am trying to optimize a GEMM-like kernel using the MLIR Affine dialect. Inside my innermost loop (%arg5), I have a redundant affine.load and affine.store on %alloc. Despite running the -affine-...
Adwaid Suresh's user avatar
Tooling
0 votes
0 replies
3 views

How can I launch a macOS application I wrote in Delphi Embarcadero 13, with the drag-and-drop document icon (associated via Info.plist with myAPP)? Asking to Claude and ChatGPT seems to be a bit ...
NicoBlu's user avatar
  • 47
0 votes
0 answers
14 views

For playwright in our framework there is a utility for expect methods like isvisible(){ expect (locator) .tobevisible() } is it right to classify the errors coming out of playwright Example : if I ...
Sree's user avatar
  • 31
0 votes
0 answers
10 views

I've been developing a desktop app using the HID digital persona 4500 fingerprint scanner for user verification, the problem I have is the following, when I try to find a user in a large dataset the ...
Angel Estupiñan's user avatar
-2 votes
1 answer
15 views

I’m using Orval to generate API clients from Swagger in a React + TypeScript + Axios project. Architecture: Orval (Node, GitHub Actions) ↓ HTTPS Nginx (reverse proxy) ↓ HTTP ...
Arnav's user avatar
  • 52
0 votes
1 answer
26 views

My context I have implemented an equals(Object o) method for a speed object (Vitesse here) that when it faces a comparand being in m/s when it is itself in km/h (in example) puts the comparand in km/h ...
Marc Le Bihan's user avatar
-1 votes
0 answers
10 views

I am facing an issue with a SQL Server system stored procedure behaving differently between environments. The following query works as expected on a normal physical Windows machine: EXEC sp_columns_ex ...
Ajin Pradeep's user avatar
-2 votes
0 answers
22 views

I don't know how to convert Java string numbers to insert them into MySQL table. The field 'peso' in MySQL is declared as float. public void Conferma() { // Creo un oggetto Prodotto ...
Albert's user avatar
  • 1
-7 votes
0 answers
31 views

I am cramming for a test and I would need help with learning some different java searching and sorting algorithms. The ones I have to know are: Sorting: Insertion sort Merge sort Selection sort ...
aquafire24232's user avatar
-2 votes
1 answer
29 views

Python's re module is not working as expected. It doesn't match at all with the following pattern. Here is the python code tested on Ubuntu bash: python3 -c 'import re; print(re.findall(r"(Hello)?...
stackbiz's user avatar
  • 1,958
0 votes
0 answers
24 views

I'm trying to use React Testing Library with Jest and I'm not sure how to address it. I'm trying to test React components with Jest and RTL and I keep getting caught with erasableSyntaxOnly errors. ...
Se Joon Park's user avatar
0 votes
1 answer
31 views

Is this a bug with the sort command or am I using it wrong? For simplicity, suppose I'm sorting this data: year month 25 oct 26 jan 25 sep 24 nov Sort this table by first column (year): $ echo -e &...
broken.eggshell's user avatar

15 30 50 per page
1
2 3 4 5
1611697