Newest Questions

Filter by
Sorted by
Tagged with
Advice
0 votes
0 replies
2 views

I am using PowerBI desktop to publish some reports. As from my understanding it is not possible from CLI to perform a refresh of the data/schema, as well to export to pdf. How would you be able to ...
Yehiel Samson's user avatar
Tooling
0 votes
0 replies
22 views

Curious how teams handle UI automation as their applications grow. Many teams start with Selenium or Playwright, but over time the test suite grows and maintenance becomes challenging when the UI ...
Kirubakaran Loganathan's user avatar
0 votes
0 answers
19 views

I am trying to set up a CI pipeline in GitLab, for a Spring Boot project with Maven, which also installs npm. I have tried using docker exec locally to check if doing mvn install would work, and it is ...
coriuser's user avatar
1 vote
0 answers
16 views

I work on Application that has carrier privileges to install eSIM. I want to rename eSIM for which carrier privileges is granted. Using public Android API private fun updateNickname(subscriptionId: ...
Robertas Setkus's user avatar
Best practices
1 vote
2 replies
18 views

In C language, let's imagine a ".c" file where I have the following internal structure (that is, not declared in the associated ".h" file): #define CHUNK_SIZE 1024 struct _Chunk { ...
Morgana's user avatar
  • 398
Advice
0 votes
2 replies
18 views

I have tried to make a a function get_statistics to make a dictionary of the JSON persistence. I started doing it manually, but it wants me to do it automatically. Currently stuck making my code of ...
Karina Soltanian's user avatar
0 votes
0 answers
45 views

I'm trying to write an example demonstrating the usage of a custom pointer in a deleter in std::unique_ptr. Is the implementation of the FileHandler class as a NullablePointer correct, and what should ...
Dave Bowman's user avatar
-2 votes
0 answers
22 views

I am configuring SSH authentication with PAM and RADIUS OTP (RSA SecurID). The setup worked correctly with pam_radius_auth 1.4.0, but after upgrading to pam_radius_auth 3.0.0, the OTP entered for ...
Sushan Paudyal's user avatar
Advice
0 votes
1 replies
47 views

I’m 28, a Physics graduate, and for the last 2.5 years I’ve been working as a consultant in the supply chain space. Most of my day-to-day work is dealing with data and building visualisations in Power ...
Voy4g3r's user avatar
-4 votes
0 answers
29 views

How to change Instruction Pointer in Python in Visual Studio Code? Is it not possible to grab arrow on left side and drag to other place like in C# Visual Studio? I see it is possible to change code ...
jacek's user avatar
  • 1
0 votes
0 answers
26 views

Somewhat related to this question, ASP.NET Core OpenAPI/SwaggerUI XML root collections "XML example cannot be generated; root element name is undefined" I'm trying to look at using ...
ksja's user avatar
  • 53
0 votes
0 answers
23 views

I've been battling a persistent FirebaseError: Firebase: Error (auth/argument-error) for days while trying to implement Firebase Phone Authentication in my Next.js/React application. This occurs ...
beta programmers's user avatar
Best practices
0 votes
1 replies
45 views

I am implementing a financial MVC web app, in this moment I have 3 different projects:heirloom.api (controllers)heirloom.core (db interaction, libraries used by .api to interact with db)heirloom.web (...
samuele risso's user avatar
0 votes
0 answers
65 views

Code: typedef struct { const char fooString[16]; const int foo1; const int foo2; const int foo3; const int foo4; const int foo5; const int foo6; const int foo7; } Foo; ...
pere T's user avatar
  • 11
0 votes
1 answer
35 views

Context is bare-metal development on STM32H7 (Cortex M7) using arm-none-eabi_gcc v 10.2.1 I'm looking to the assembly code of a basic function void my_function(void) { my_sub_function(); } ...
Guillaume Petitjean's user avatar

15 30 50 per page
1
2 3 4 5
1611210