Newest Questions
24,222,702 questions
0
votes
0
answers
3
views
How to recover files after Grub lost linux particion when i created a new partition via windows | grub rescue | dual boot | recover data
Grub lost linux particion when i created a new partition via windows
I had a dual boot with windows/arch, and i decided to create a new disk for my windows, i left arch, grubed into windows, created a ...
0
votes
0
answers
8
views
How do you get Bluetooth permissions for Android 11?
I am trying to do Bluetooth discovery (scan for nearby devices) on an Android 11 'phone, but some permissions are consistently denied.
I know that this question has been asked many times before, and I ...
0
votes
0
answers
10
views
My docker compose container is serving the nginx default html instead of my angular app
I have made a MEAN stack application and want to containerize it using docker for publishing on azure app services. To do so i created 3 service, the client, the server and the nginx for handling the ...
0
votes
0
answers
4
views
Where to find Karpenter logs?
I'm trying to debug some EKS Karpenter scaling errors. The very first step on the Karpenter troubleshooting guide is to enable debug logs:
https://karpenter.sh/docs/troubleshooting/#enable-debug-...
0
votes
0
answers
6
views
How to reduce the size of App clip for React native project
I'm trying to add a Clip app to exciting React Native project. But unfortunately the size of it is too big due to dependencies of the main app. I've already added only necessary native dependencies in ...
0
votes
0
answers
5
views
All video players freeze on playback, same files work on other Macs
System Details:
Model: MacBook Pro (Retina, 15-inch, Mid 2015)
Graphics: Intel Iris Pro 1536 MB
macOS: [Include your current macOS version]
Problem Description:
I'm experiencing a strange video ...
-1
votes
0
answers
10
views
How to fix Hermes PhaseScriptExecution error when using Swift in React Native?
I'm working on a React Native project and getting a Hermes-related error: Command PhaseScriptExecution failed with a nonzero exit code. I'm trying to compile it with Swift
0
votes
0
answers
12
views
No output from xmlstarlet, yet XPATH exists inside web inspector
System Info
alinuxchap@libertus-desktop:~ $ uname -a
Linux libertus-desktop 6.12.25+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.25-1+rpt1 (2025-04-30) aarch64 GNU/Linux
alinuxchap@libertus-desktop:~ $ ...
0
votes
1
answer
15
views
How to make the gap not covered by the gradient. Or maybe there are some other ways to achieve this result?
I'm trying to apply a single background gradient to a grid of cards (statistic blocks) in React using Tailwind CSS. The goal is to have the gradient visible only on the cards, while the gaps between ...
0
votes
0
answers
4
views
Can't seem to make Vault search for matching role from JWT claims
I'm having a problem with the community version of Vault (v1.20.0).
My understanding is that if I set up a JWT auth method, Vault will search all of the roles to find one that matches the claims ... ...
0
votes
0
answers
23
views
Looking for a better way to parse address string
I have a dict of addresses and I need to parse each address for the town, state, and zip code. And of course each address entry is not uniform.
Most are the "standard" format of street ...
0
votes
0
answers
4
views
How to safely transfer file handle ownership in async functions with try-finally?
I am building an http server in NodeJS and the book I'm following has this suggestion on resource management:
In the serveStaticFile() function, after constructing the BodyReader and before returning, ...
0
votes
0
answers
10
views
SavedStateHandle is not work in compose Multiplatform
That's my ViewModel; I use koin for di. How can I access my value in view model? I am working on compose multiplatform
always trackingName is null
class TrackingDetailViewModel(
private val ...
0
votes
0
answers
17
views
How to name a wrapper library that wraps a single library?
I am writing a game engine with an abstraction layer that allows different external libraries to be used as backends for graphics, sound, input, physics, etc.
For each of these backends I have a ...
-1
votes
0
answers
9
views
MySQL Workbench- Why does my COUNT() func change results when I join the third table?
Before I join the third table, my number of products quantities is correct, but as soon as I JOIN the third table, the number of products changes to an incorrect COUNT. I tried different joins but ...