Newest Questions
24,175,839 questions
0
votes
0
answers
6
views
How to send data to small screen LCD to show QR
Currently, I have new device
Try to connect it by cable A to C, when plugin it turn on the screen and that all.
Already search for information and test with Hercules app , it does open port to device ...
0
votes
0
answers
9
views
How to create a qnx vitrual machine target with type=qemu and arch=Aarch64le?
This is my first stackoverflow question. I want to emulate the QNX rtos/os with Aarch64le architecture for my QNX training in my college as i don't have a target devices like raspberry pi 4. I ...
1
vote
0
answers
35
views
Cannot iterate over tables in RMD
I am able to knit a HTML of a table from the following RMD file:
---
title: "rmd loop"
author: "abc"
date: "`r Sys.Date()`"
output: html_document
---
{r echo=FALSE}
...
0
votes
0
answers
15
views
Is it possible to get macOS window border radius using CGWindowListCopyWindowInfo on macOS Tahoe+
macOS Tahoe windows can have various border radii. I need a way to measure a given window's border radius in pixels.
Currently, I get a list of windows using CGWindowListCopyWindowInfo and process it ...
-1
votes
1
answer
36
views
Extract dictionary key values from every level into rows in dataframe with different structure on each level
How do I extract dictionary key values from every level into a dataframe? I used pd.json_normalize but it doesn't suit my needs since it puts the previous keys as prefixes. This is what I tried
import ...
-1
votes
0
answers
17
views
Having trouble of making AI motion-matching like a player(Like Doing Traversal Actions)
First, I'll summarize what I've created so far.
This is my AIController Blueprint which tells when the game starts, I set it to look towards the player and move.
enter image description here
and this ...
1
vote
0
answers
14
views
Is there a method for identifying the original query associated with a cursor in Redshift?
We have a large redshift deployment (64 nodes at ra3.16xl) that we are trying to optimize and downsize. Part of the problem is that we have a huge proliferation of tables and adhoc queries that are ...
-1
votes
0
answers
12
views
virtualxid lock during reindex operation
I am trying to do reindex concurrently on a table, but when I see pg_stat_activtity it shows in Lock state with Virtualxid as wait_event. Its tableA on which the reindex is being performed, but the ...
-3
votes
0
answers
33
views
MySQL extension causes the active connection to be displayed at the top of my web page [closed]
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
15
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
8
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
16
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
1
answer
15
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
1
vote
10
replies
37
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 ...
4
votes
1
answer
33
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 ...
-9
votes
0
answers
34
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 ...
1
vote
0
answers
20
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
18
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
11
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 ...
-6
votes
0
answers
32
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, ...
-1
votes
0
answers
26
views
LinkedIn Member Data Portability API returns snapshot_failed (HTTP 500) since 04.02.2026 [closed]
We have successfully integrated the LinkedIn Member Data Portability API and, starting today, all snapshot requests fail with the following error:
"error": "snapshot_failed",
...
-3
votes
0
answers
23
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.
...
0
votes
0
answers
17
views
EF Core migrations do not generate AspNetUserPasskeys table when using custom IdentityDbContext .NET 10
I'm starting a new project with Blazor and authentication using .NET 10. I want to move my DbContext to a separate library. The DbContext has an additional parameter in its constructor:
public class ...
-6
votes
0
answers
34
views
XML Wiki Translation (Fandom) Locally [closed]
I have a massive MediaWiki xml dump to translate to Spanish, 70,000+ lines. How do I go about this on MacOS locally, without rate limits. I only really know web programming and don't want to pay for ...
0
votes
0
answers
11
views
Way to decrypt with Jasypt spring.cloud.aws.credentials.access-key, spring.cloud.aws.credentials.secret-key before calling AWS parameter store?
Is there a way to have Jasypt encrypted variables in my application.yml file for spring.cloud.aws.credentials.access-key, spring.cloud.aws.credentials.secret-key set to an ENC() value and decrypt them ...
Advice
0
votes
0
replies
7
views
In Gosu Typelists, what does the > and < operators compare on?
Out of curiosity, and because it is possible in Gosu if you were to use the less than and greater than operators (<, >) on two typecodes, what is compared to return the result?
Given :
<...
-1
votes
0
answers
18
views
x86_64 OSdev: Double Fault (v=08) with RSP=0 on first interrupt
I'm developing a 64-bit kernel. Paging (2MB identity mapping) and IDT (at 0x100000) seem to be loaded correctly. However, as soon as sti is executed or a timer interrupt fires, the CPU triggers a ...
0
votes
0
answers
34
views
Vite not building Tailwind v4 CSS
I have a Svelte project that for a long time I used Tailwind v3 for, that I'm using Vite to build and Vercel to deploy. Then at some point I upgraded a bunch of packages, including upgrading Tailwind ...
-1
votes
0
answers
19
views
Oracle KMS Sign API ignores messageType DIGEST - always hashes input
The KMS Sign API (POST /20180608/sign) ignores the messageType=DIGEST parameter and always hashes the input message, producing a double-hash when a pre-computed digest is provided.
Reproduction:
1. ...
0
votes
0
answers
18
views
Label at the specific UNIX timestamp not on the same bar between different charts
This is my test script
//@version=6
indicator("Time Loc Test", overlay = true)
unix = 1769990400000
var lb = label(na)
if barstate.islast and na(lb)
lb := label.new(unix, 0, xloc = ...
-3
votes
0
answers
21
views
Set environmental variable with the results from sed [duplicate]
I am using Git Bash and launching ssh-pageant to talk to Windows Pageant. Window pageant holds my ssh keys. I have configured Windows ssh to use pageant following the instructions given in the PuTTY ...
Advice
0
votes
0
replies
11
views
How to retrieve async_context created by cyw43_arch_init
I am trying to write a C++ application for the Raspberry Pi Pico 2 W. This application needs to utilize both wifi and the LED status light. (Blink the LED while waiting for WiFi connection to ...
Advice
1
vote
0
replies
22
views
How Can I Be A GDE (Web Dev/AI)?
My overview: I am learning Python's framework, Django for web development. I want to be a GDE (Google Developer Expert) but I don't know what to do, the processes. All I want to do now is buy some &...
1
vote
1
answer
37
views
How to substitute %{REQUEST_FILENAME} with only the domain relevant address?
We have .htaccess on a domain that had moved servers from an Apache/2.4.66 (cPanel) server to an Apache/2.4.62 (AlmaLinux) server:
Within one website with .htaccess we have the following:
RewriteCond %...
-3
votes
0
answers
29
views
Intermittent spike (~14k) of BIM 360 webhook notifications on a single day [closed]
We are seeing intermittent, unexplained spikes in BIM 360 webhook notifications, where ~10k–14k file-related events are received within a single day, with otherwise normal traffic before and after. ...
-3
votes
0
answers
42
views
[Oracle][SQL] Optimisation [closed]
I'm working on Oracle 19 and I need to sort a 70GB table.
I have unlimited parallelism.
What would be the optimal values to optimize this sort?
in terms of parallelism
in terms of database ...
1
vote
1
answer
34
views
UnsafeAccessor not updating private field when targeting a struct in .NET 8
I'm trying out the new UnsafeAccessor attribute in .NET 8 to get to some internal state of a third-party library for a unit test helper.
The library uses a internal struct inside itself to store some ...
2
votes
0
answers
27
views
Shelve sqlite3.OperationalError: disk I/O error
This is Fedora 43. Python 3.14
I can create and retrieve a shelf in a command line with no errors:
#!/usr/bin/env python
import shelve
shelf = shelve.open('/tmp/my_shelf', flag='c', writeback=True)
...
Advice
1
vote
0
replies
19
views
How to check if 1000+ Twitter users have tweeted a specific keyword without using the paid API?
I have a list of 1,000 Twitter handles and I need to check if each user has tweeted a specific keyword at least once.
Since the Twitter API Free tier no longer allows reading user timelines or ...
Advice
0
votes
0
replies
13
views
How to reference a Spring property in @PreAuthorize
I have a Spring controller with a method that should only be callable by users having a certain authority. I've secured the method with `@PreAuthorized`:
@PreAuthorized("hasAuthority('The_Group')&...
-5
votes
0
answers
29
views
Black screen after booting into Kali Linux virtual machine on macOS [closed]
I use a program called UTM on macOS to run an ARM version of Kali Linux in a virtual machine. I’ve use the virtual machine for quite a while, would update it weekly, and everything was fine.
To ...
0
votes
0
answers
16
views
Customize Autofac to implement strict scalar cardinality enforcement a la MEF
Problem Statement
Suppose we have interface ISomeFeature and it so happens that it has 2 implementations registered in the scope of the same application - SomeFeatureX and SomeFeatureY.
When the ...
0
votes
0
answers
30
views
How to sort a listing in Quarto by author's last name
I am using Quarto for a website. I have a page listing people (similar to a department website listing all faculty), which I am doing via a listing. The YAML heading looks like this:
---
title: "...
0
votes
0
answers
21
views
Android - Google Pixel - Digital Key not working on Firebase version
We implemented Digital Key in our app, and it's working fine when the app is published through any of the Google Play Console methods, including Internal Testing.
We are using Google Play App Signing, ...
-1
votes
0
answers
69
views
Delay in the first API consumption [closed]
I have an API running Spring Boot 3.4.5 and Java 21. The problem is that the first API call takes 5 to 6 seconds to respond, and if the API is left unused for a long time, it also takes 5 to 6 seconds ...
-3
votes
0
answers
38
views
How to fetch within python script written opinions of all family members of a national patent application? [closed]
I want to fetch within a python script all negative written opinions from all family members of an Israeli patent application, along with their corresponding set of claims. I consulted Gemini and ...
-5
votes
0
answers
31
views
Fail to install nvidia driver on Kali with run file but packages not present. Black screen with system drivers [closed]
I have some recurring issues with Kali (last kernel) and my nvidia graphic card.
For example, the header of the windows (of all applications) is not displayed. I can't close the windows (only with the ...
0
votes
1
answer
32
views
How to align form labels in SwiftUI form on macOS?
Using the following code:
import SwiftUI
struct TestView: View {
@State var color: Color = Color.white
@State var fontSize: Double = 16.0
var body: some View {
Form {
...
0
votes
1
answer
32
views
Create CSR, get certificate from CA, install it with private key
Here I create a CSR:
var cspParams = new CspParameters { Flags = CspProviderFlags.UseMachineKeyStore };
using (var rsa = new RSACryptoServiceProvider(2048, cspParams))
{
var csr = new ...