Newest Questions
24,175,833 questions
-1
votes
0
answers
19
views
MySQL extension causes the active connection to be displayed at the top of my web page
I am using the mySQL database client extension. Suddenly today, the active database connection is displayed at the top of my web page. This only happens in my development environment, not in the ...
0
votes
0
answers
9
views
Is @WebMvcTest annotation missing from spring-boot-starter-test:4.0.2 and require explicit spring-boot-starter-webmvc-test:4.0.2 dependency?
My initial assumption is that since Spring Boot @WebMvcTest annotation is so common, it should automatically get pulled in via org.springframework.boot:spring-boot-starter-test dependency. However, it ...
Best practices
0
votes
0
replies
6
views
Handling audio interruptions that begin, but do not end
In Apple's Audio Session Programming Guide, there's a section, Observing Audio Interruptions [archive], that says:
Note: There is no guarantee that a begin interruption will have a corresponding end ...
0
votes
0
answers
9
views
How to find children of each node using git log
I am currently working on GitGarden, a CLI tool that draws your repos as plants. I want the branching/forking of Github repos to be mimicked in my program, like how trees branch off in real life. To ...
0
votes
0
answers
10
views
x:Name works differently than Name
Let's take an example from here "BindingGroup.Items Property"
If you replace Name="bindingGroup" with x:Name=bindingGroup" in the example, then only one object will be ...
Advice
0
votes
7
replies
19
views
Need to display plaintext passwords to teacher for 2nd grader accounts
I'm working on an amplify website which has 2 cognito account types, a teacher and students created by this teacher. These are 2nd graders who often forget passwords/have to have teacher look them up ...
3
votes
1
answer
22
views
Grafana log details not showing anymore
As of 2/05/2026, I have noticed that the Grafana log details no longer show on the panel, and I don't even know what's wrong with it. I had it setup normally and my ASP.NET Core app was emitting logs ...
-7
votes
0
answers
27
views
Preciso ativar o Windows 11 pro [closed]
Necessito ativar a licença do Windows 11 pro, mas não tenho nenhuma licença, é possível fazer essa ativação legalmente, ou necessita de algum programa específico, não tenho licença registrada, que ...
0
votes
0
answers
11
views
Firebase deployment fails with "Changing from an HTTPS function to a background triggered function is not allowed" on a new, non-HTTPS function
I am completely blocked trying to deploy a new Cloud Function to my Firebase project (work-scheduler-8525d). I am trying to deploy a simple, 2nd Gen background-triggered function that responds to a ...
0
votes
0
answers
13
views
Keycloak cookie_not_found Error in Authentication Iframe
I'm implementing a 3D Secure (3DS) authentication flow using Keycloak in an iframe. The authentication fails with cookie_not_found error because modern browsers in private block third-party cookies in ...
Advice
0
votes
0
replies
7
views
GoRouter, PaveView, GoNamed, force page refresh
I am using PageView to create a bottom navigation widget, with 3 pages. I use GoRouter for route navigation. I know how to refresh a page when I call pop, but hoping someone can tell me the best ...
Advice
0
votes
1
replies
9
views
What's the fastest and most reliable way to aggregate ipv4 addresses into CIDRs in Go?
I have an array of ipv4 addresses (over 750k addresses).These IPs have so long been stored in hash:ip ipset of Linux through the Go application.
I want to reduce this to shortest (if that's a good ...
-4
votes
0
answers
25
views
Seeking Guidance on Implementing Real-Time Voice Interaction in Python for Onboarding Assistant Prototype [closed]
I'm working on a prototype for a voice-enabled assistant as part of my Applied Research I course project. The goal is to create a conversational system that collects user profile data (e.g., name, ...
0
votes
0
answers
19
views
LinkedIn Member Data Portability API returns snapshot_failed (HTTP 500) since 04.02.2026
We have successfully integrated the LinkedIn Member Data Portability API and, starting today, all snapshot requests fail with the following error:
"error": "snapshot_failed",
...
-2
votes
0
answers
19
views
LinkedIn learning API integration with CORTEX XSIAM [closed]
I just got a requirement where we need to ingest two types of LinkedIn learning reports
”Learner summary and learning details reports “ with XSIAM in its automation & feed integration section.
...