Newest Questions

Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
5 views

My data is structured that almost all rows of my response variable are equal to one value. This is because I am examining observation data, and almost all (93)% observations are in one location. I am ...
Besibott's user avatar
0 votes
0 answers
6 views

I'm new to supabase and pgAdmin. I've created a database in Supabase free trail. I want a back-up on my local windows machine and installed Postgresql with pgAdmin. Used pg_dump to export the schema ...
Orange Juice Jones's user avatar
0 votes
0 answers
9 views

In my Ada program I tried to read a string of a maximum of 100 character from a keyboard. The Put_Line statements are meant for debugging. I found that the routine could not find a End_of_Line (Line ...
ldries46's user avatar
1 vote
2 answers
30 views

I want to connect via SSH to a server in a GitLab CI pipeline job. I have this in my pipeline: reset_database: stage: .pre image: kroniak/ssh-client:latest resource_group: portal_test_vm_lock ...
k0pernikus's user avatar
  • 67.8k
Best practices
1 vote
3 replies
56 views

I am working on a Python package with a backend in C++. I am wondering what the best practices concerning tests are. Should I test functions in C++, in Python or both? And why? Thanks in advance for ...
nico_so's user avatar
  • 167
1 vote
0 answers
24 views

I am testing a Temporal workflow locally using the Python SDK, and I can consistently reproduce a delay between activities. My setup: Temporal server running in Docker very constrained local ...
Janvi Chokshi's user avatar
Best practices
0 votes
0 replies
15 views

I’m working on Dynamics 365 implementations where multiple systems are involved (ERP, external services, reporting tools), and I’m trying to define a clean architecture upfront. The main challenges I ...
Shahul Hameed's user avatar
0 votes
0 answers
19 views

I am running Django tests inside GitLab CI and trying to switch between SQLite (for local/test) and PostgreSQL (for production). My settings structure looks like this: settings/_init_.py: import os ...
fluxio's user avatar
  • 1
-2 votes
0 answers
30 views

I try to import torch library in Python, file extension of Python is .ipynb. however I got the following error: OSError: \[WinError 1114\] A dynamic link library (DLL) initialization routine failed. ...
ZoZoZo's user avatar
  • 7
-6 votes
0 answers
34 views

I am building an application using the MERN stack (MongoDB, Express, React, Node.js). Requirement: Business and bank detail fields should be dynamically configurable based on country-specific ...
osizdevtm2 demo's user avatar
Tooling
0 votes
0 replies
14 views

We are working with Delphi XE7 on an application and we need to read and write data to excel. We have been using HotXLS to export the data but cannot get round to have it read the excel data. We are ...
Eli Kihara's user avatar
0 votes
0 answers
17 views

Using the pdf merge command from pdf-cli yields an error as soon as I try to merge more than three files. For the following example, I used the merge function as depicted in the docs. pdf merge -o ...
teapotcritic's user avatar
0 votes
0 answers
11 views

In recent version of Eclipse IDE for Java EE Developers, MacOS introduced new "improvement": Type first double quote (dq), second dq, press left arrow. Expected result: I have 2 double ...
user1194528's user avatar
Advice
0 votes
0 replies
8 views

I already know that you can use AndroidView in compose to achieve this goal, but what I'm thinking is how to wrap the interface so that the calling object of the interface is composable. Like this: ...
user24538401's user avatar
Best practices
1 vote
6 replies
40 views

I have a numeric value that increments on the client-side based on user actions in the browser. At certain checkpoints I send this value to my Spring Boot backend (Angular frontend). The backend uses ...
Abdelouahed Abbad's user avatar

15 30 50 per page
1
2 3 4 5
1611103