Newest Questions
24,158,418 questions
0
votes
0
answers
9
views
How to develop the APO driver for USB audio devices in Windows?
I'm currently developing the APO driver for my USB audio device without drivers, but I have no idea where to start. Currently, I am making modifications based on the Windows-driver-samples/audio/...
Best practices
0
votes
0
replies
8
views
In Django, where to define user
For a site where users host discussions communicate with each other like on X(twitter), using Django, where should i define a user; in the forms.py, models.py or views.py file. This site will work ...
0
votes
0
answers
7
views
swiftui state based view switching isn't switching
I must be missing something obvious. When the @Observable class var changes, the @State var doesn't.
@Observable class AuthService {
var userSession : String = ""
// later after ...
Best practices
0
votes
0
replies
16
views
looking for embedded webrtc solution for ip camera?
I’m looking to implement WebRTC on low-end IP cameras with P2P support. Anybody else thinking about this? Any good resources or reliable, stable solutions out there?
realtime: video and audio delay ...
-2
votes
0
answers
15
views
Issue with SharePoint Access Due to Discontinuation of Basic Authentication
I created an application in VB.NET where it will get information from Sharepoint list. with the recent discontinuation of Basic Auth, I can no longer get information from Sharepoint. do you have any ...
-2
votes
0
answers
25
views
The script doesn't work for the owner but works fine for me
So I have a problem in roblox studio where I clone a nameplate to the head of the player, but it doesn't show the nameplate for the owner, but it completely works fine for me. On the test experience, ...
1
vote
1
answer
25
views
Child div getting wider than parent on CSS grid, with content queries
I'm designing a personal static webpage and I don't have experience regarding HTML and CSS other than messing with them a bit, but trying to find information on best practices made me decide on using ...
0
votes
0
answers
21
views
How to get rid of “vec_is_vector() is defunct” error in mutate() function in R?
How do I get the mutate function, from the dplyr package, to work when R says I have input problems due to vec_is_vector being defunct?
I’ve recently updated R and noticed that some of my old code no ...
-1
votes
0
answers
15
views
Why pvs,vgs and lvs commands do not detecting NVMe partition on my Ubuntu [closed]
I am trying to set up LVM on a new NVMe drive, but the pvs command returns no output (or does not show the specific device). I have confirmed the device is visible to the kernel via lsblk.
System ...
1
vote
0
answers
19
views
Can Core Data avoid index rebuild when adding a new attribute during lightweight migration?
I’m investigating Core Data lightweight migration behavior with SQLite and ran into a performance issue.
Scenario:
Model V1: EntityA has one fetchIndex
Model V2: EntityA adds a new optional ...
0
votes
0
answers
17
views
Resetting audio graph? (Reconnecting after disconnecting audio nodes)
I have code that looks like (pseudocode)
source.connect(lowpass)
lowpass.connect(highpass)
highpass.connect(destination)
I have a function which I thought should properly reset the audio graph;
...
-1
votes
0
answers
7
views
gcc configure options —enable-host-shared vs CFLAGS
I’m on Ubuntu 24.04 and I’ve found that I need to recompile gcc/gfortan to use position independent code to compile the code of another library (not publicly available).
I’ve found that:
../gcc/...
-1
votes
1
answer
29
views
TypeError: 'NoneType' object is not subscriptable? [duplicate]
The code is
print(score.sort(reverse=True)[:3])
And it makes an error
TypeError: 'NoneType' object is not subscriptable
What is the problem?
-3
votes
0
answers
16
views
YouTube blocks requests (Sign in to confirm you're not a bot) when using yt-dlp / YoutubeExplode on Azure
I'm building a backend service deployed on Microsoft Azure that fetches YouTube subtitles.
It works perfectly in local development, but after deployment to Azure, I consistently get:
"Sign in to ...
-1
votes
0
answers
23
views
How to add 2nd VLAN attachment spoke to a GCP hub [closed]
I have set up Network Connectivity Center (NCC) with hub-and-spoke (mesh topology) in one of my GCP projects. I have one VLAN attachment spoke and two VPN spokes connected to the same hub, 2 cloud ...