Newest Questions
24,148,495 questions
0
votes
0
answers
2
views
Migrating CRM data via API vs full database export ("data cut") — how to capture complete history when the API only exposes recent records?
I'm migrating an estate-agency CRM's data from a SaaS source system into our own PostgreSQL-based system. The source vendor offers two extraction methods:
1. REST API — free, but appears to only ...
-1
votes
1
answer
17
views
Is Socket.Send() allowed to mutate the passed IList<ArraySegment<byte>>?
Gather-style send calls like Send(IList<ArraySegment<Byte>>) take an IList<T> instead of an IReadOnlyList<T>. Is this a specification error or is the send call really allowed ...
Tooling
0
votes
0
replies
8
views
How can I read a CSV file, sum the “Betrag” column, count rows, and group totals by tenant?
I have a CSV file exported from Excel. It contains at least these two columns:
Betrag (numeric amounts)
tenant (string identifier)
I want to:
Read the CSV file
Calculate the total sum of the ...
Advice
0
votes
1
replies
13
views
Are front-ported studio monitors better than rear-ported ones for compact spaces?
I'm setting up a compact home studio where my desk is positioned close to the wall, leaving only about 15–20 cm of space behind my studio monitors. I'm trying to decide between front-ported and rear-...
Advice
0
votes
1
replies
11
views
How can I reduce bass distortion when using studio monitors in a small room?
I'm setting up a small home studio (around 10 × 12 ft) and I'm experiencing noticeable bass distortion and boomy low frequencies when using my powered studio monitors. The speakers are placed on a ...
Advice
0
votes
2
replies
29
views
how to code a car shape of a f1 car moving on a track like f1 circuit
I want to code a F1 car moving on a F1 track and i want the track sectors/corners to be labeled , and there should be a start/finish line and the car should do 19 laps and there should be a counter ...
-1
votes
0
answers
10
views
Debugging two web applications running in the same local Tomcat server (IntelliJ)
Is it possible to remote debug a web application which was deployed to a local Tomcat instance by checking the option "Deploy applications configured in the same Tomcat instance" of the run ...
Best practices
0
votes
2
replies
23
views
Angular 20 (2026): Is this a good feature-based project structure large-scale enterprise application?tandalone components, lazy loading, route-based
Angular 20 (2026): Is this a good feature-based project structure for a large-scale enterprise application?
I'm building a large-scale Angular 20 enterprise application in 2026 using standalone ...
-1
votes
1
answer
33
views
Ensure az devops CLI commands only use permissions associated with Personal Access Token, not Azure account
I want to connect to Azure DevOps from a Cursor agent, to read user stories. At work we're forbidden from using MCP servers, so we have to use the Azure CLI to get the user stories from Azure DevOps. ...
3
votes
0
answers
23
views
Composite index appears unused when executing TQL queries through the GridDB Python client
I have a Collection container containing approximately 8 million rows.
Each row contains:
deviceId
timestamp
temperature
status
To speed up time-range queries for a specific device I created a ...
Tooling
0
votes
4
replies
55
views
HTML to PDF Converter
I have been looking for html to pdf converter, which is non chromium, can run in azure function consumption plan, having ability to handle complex CSS. Should support basic RTL and should be cost ...
Advice
0
votes
6
replies
41
views
I need an ARXIV endorsement. I was the anon poster on Terrance Tao's blog for 3n+1
I knew because I worked out every path in base 16
4#+1 goes up
4#+3 goes down
But if you got to 16# and look at the 4#+3 cases and work them all the way to end of information.
16#+3 only does down
16#+...
0
votes
1
answer
26
views
Snakemake workflow intermittently hangs on fastp after many hours, but fastp runs normally outside Snakemake
I'm running a Snakemake RNA-seq pipeline (FastQC → fastp → STAR → samtools → Salmon) inside Docker on Ubuntu 22.04.
The workflow runs correctly for many hours, but eventually one or more fastp jobs ...
Advice
0
votes
0
replies
22
views
MongoDB schema design for a documentation search engine
i am working on my psrfron project that is dev-serch or for that i desing the data so enyone can plece rewier my data base
Here is the architecture for my developer documentation crawler and data ...
-6
votes
0
answers
54
views
CSS bug where the first class I declare gets ignored [closed]
as you can see when I have the empty fakeClass my dealToolbar spaces out the two buttons. I've also tried switching spots and putting the left toolbar (which has the red background) first and it seems ...