Newest Questions

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

Is it possible in C++17 to somehow pass a parameter std::shared_ptr of type "derived class" as std::shared_ptr of type "base class"? Example: class BaseClass { ... }; class ...
0 votes
0 answers
4 views

I have a list of records, by multiple UserID's. TableID UserID Status ------------------------ 1 3 3 2 4 3 3 3 4 4 4 3 5 5 4 6 ...
0 votes
0 answers
5 views

I have a group project, and we are making a game of chess. I used to be fairly good with HTML and JavaScript, but I am a bit rusty now. I am trying to make it so when you click on a square, the image ...
0 votes
0 answers
9 views

I started to maintain a Argo Workflow instance for our company. Today I ran into the problem, that some users are not allowed to access the logs of a step (technically a pod). So I added a role with ...
0 votes
0 answers
16 views

I’m trying to implement VoIP push notifications in my React Native app using react-native-voip-push-notification. Regular push notifications (FCM & Apple notifications) are working, but the VoIP ...
0 votes
0 answers
16 views

I am trying to define endpoints in a Litestar application in which authentication is optional, but am failing to understand how this can be accomplished with the JWTAuth security backend. With an ...
0 votes
0 answers
21 views

I try Google Android Studio Narwhal Feature Drop | 2025年1月3日 Canary 2 with a new feature Journey,I signed in Google account ,and gernered and add Gemini API key,but run the journey.xml ,will happen ...
0 votes
0 answers
24 views

I'm going to take part in a competition like CoreWars8086. I know basic assembly, but I need sources to prepare to this specific type of contest. I did'n find a lot of information in the Internet and ...
Best practices
0 votes
0 replies
10 views

We aare developing new features for our code which we use merge requests in Gitlab to a release branch where all features are collected. When doing the actual release we do a MR from release branch to ...
0 votes
0 answers
12 views

I am currently working on creating a time series of feature vectors from video input with consistent capture at 30 fps, ignoring the fps of the input video. I have decided to use PyAV to split the ...
0 votes
0 answers
17 views

I am trying to run my .NET project in Visual Studio, but whenever I start the application—whether using Debug or Run—I get an error popup saying: "This project doesn't know how to run the profile with ...
Advice
0 votes
0 replies
15 views

I am building a dto for a display using an Ilitek 9806e controller and a Goodix Gt911 touch controller. These two components share a single reset line, so this reset line should only be asserted once ...
0 votes
0 answers
16 views

I have a Laravel 12 with 2 guards "web" and "admin", the admin guard has its own user table "admins" (privacy concerns). We have 2 Models "User" and "Admin&...
0 votes
1 answer
12 views

I'm working with 2 component with Spring MVC that shares a REST API protocol. The server gives this answer: { "id":1, "alerts": {} } Both shares the same class to map this ...
0 votes
0 answers
12 views

I use vis. How do I make it so that when clicking on a link with a parameter, I get to a specific node, while it is highlighted, scaled and centered on the screen. for example, the link yourpage.html?...

15 30 50 per page
1
2 3 4 5
...
1612642