Newest Questions
24,189,622 questions
- Bountied 11
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
6
views
Passing parameter std::shared_ptr<DerivedClass> as std::shared_ptr<BaseClass>
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
Entity Framework/Linq Get Last Record From List With Condition
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
How to use javascript to add an image to a div on click
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
How can I get sub ressources of Kubernetes API Versions
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 am trying to fetch voip token from apple in react native but cannot seem to do so, I am building on xcode cloud as my mac is quite old. xcode is 15
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
What are the preferred patterns or best practices for endpoints with optional authentication with Litestar framework?
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 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
Learning sources and strategies for CoreWars8086 [closed]
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
Gitlab show result from multiple pipelines on Merge Request page
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
Segments too short for OpenSmile feature processing
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
How to fix IIS Express profile error in visual studio 2022?
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
Enforce probe order for device tree overlay fragments
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
Laravel Fortify ignores custom guard for 2fa
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
Spring throws UnknownContentTypeException for empty json object property
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
The link with the parameter goes to the node in vis.js
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?...