Newest Questions
24,148,540 questions
-1
votes
0
answers
12
views
DELPHI IDE Issue "no code formatting possible"
I have a strange issue with a recent installation of DELPHI 13.
The functions "Format Source" and "Refactor" are disabled. What happened to my installation? Where can I fix ...
Advice
0
votes
0
replies
21
views
Which one is best coding language
Since I am in undergraduate and in btech engineering computer science I am in first year so in second year I want to choose best programming language that has worth now a days, I heard about python , ...
Best practices
0
votes
0
replies
13
views
Achieving Atomic Ingestion for a 70-100 GB Daily Stream Using PyArrow and MinIO
The Architecture
I'm designing the ingestion (Bronze) layer of a data pipeline. The data source provides A daily bulk update delivered as a massive ZIP file, reaching up to 70-100 GB per day.
To save ...
0
votes
0
answers
22
views
CopyQ CLI client commands (add/eval/copy) fail silently on Windows when multiple instances are running
I use CopyQ on Windows 11.
I try to run CopyQ in PowerShell, for example:
copyq eval "1+1"
or:
copyq copy "text"
but nothing happens. There is no error message, and my clipboard ...
Advice
0
votes
1
replies
20
views
In-depth advice on how to install and use TensorFlow and PyTorch libs in any deep learning program in VS Code and Pycharm
I am using a 2019 16-inch MacBook Pro with Intel Core i9 (x86_64 architecture), with detailed specs as under:
Intel Core I9-9980HK
64GB DDR4 RAM
2TB SSD
8GB Radeon Pro 5500M
And I'm struggling to set ...
-1
votes
0
answers
21
views
CoreDNS resolution does not work for Docker container
I am trying out CoreDNS in a Docker Compose environment:
The Docker Compose file consists of two images, CoreDNS as the DNS server and Ubuntu as client to make use of the DNS server.
I have provided ...
-5
votes
0
answers
27
views
When I start the game there is a light on the plane and player [closed]
I started to make a game and made it mobile on the build preferences and got a code from one guy on YouTube but the problem is something about Unity because plane and the player is the source of the ...
-1
votes
0
answers
24
views
Transitioning from 10+ Years of Oracle PL/SQL to Data Engineering â Is It Realistic? [closed]
I have 10+ years of experience in Oracle PL/SQL, SQL performance tuning, and database development. Iâve always enjoyed working with databases much more than Java.
My goal is to transition into a Data ...
Best practices
0
votes
0
replies
16
views
I need to poll a live Microsoft Excel sheet once evey minute or two
I have looked into many available options, But not able to choose one method, I have a proxy running in a closed server. I need to trigger actions based on the data from the Excel. Whatever I choose I ...
Tooling
1
vote
1
replies
17
views
Need recommendation for a CRM with API access and if possible, capability to design IVR
I'm looking for a CRM platform for a hospitality business (Chain of resorts) with a team of 10â20 people. We handle guest communication across WhatsApp, email, and phone calls, and I want to ...
0
votes
0
answers
22
views
FileWriter writes the file in nbcode folder in .vscode instead of the res folder in my code's parent folder
My problem is that my FileWriter is creating the file in the nbcode folder in .vscode, I have a Testing folder which have res and src folder in it, my code is in the src folder and I want it to save ...
-1
votes
0
answers
35
views
How to resize Form and a button but keep the button square
I have a form with a button which has a background image 98*98. As the height of the form increases I want the buttons height to increase as well but I want the button to remain a square to keep the ...
0
votes
0
answers
40
views
Why does getSingleOrNull() return a non-nullable type in Drift when checking if a user exists?
According to the database structure, email cannot be null. I want to write a function that checks whether a user with that email already exists, but I'm getting an error
Future<bool> isEmEx(...
0
votes
0
answers
25
views
AutoCAD 2027 .NET: Ribbon initialization via ComponentManager causes infinite loop after document load
I am trying to initialize a custom Ribbon tab in an AutoCAD 2027 .NET plugin.
I followed a common pattern where the Ribbon is either created immediately (if available) or via the ComponentManager....
Best practices
0
votes
0
replies
19
views
Ktor, KotliQuery and transaction handling
At work, my team inherited several Ktor applications. The codebase is structured similarly to a typical Spring Boot application, with KotliQuery used for the database layer.
The main issue is that ...