Newest Questions
24,188,320 questions
0 votes
0 answers
16 views
How to implement Gtk 4 Rust file drag and drop?
I have been trying to implement a simple drag and drop application in Gtk 4 Rust but I am unable to implement a working version. I can see connect_accept getting triggered, but no matter the result, ...
-2 votes
0 answers
23 views
Whitesmith autoindentation of C/C++ code in VSCode
How can I get autoindentation to use Whitesmith style for C/C++ files in VSCode? I use Microsoft C/C++ Extension pack and clang-format. "Format Document" works ok with C/C++ files.
-1 votes
0 answers
16 views
Unique ID registers in HPS (ARM) side of Cyclone V
I need to uniquely identify individual devices at runtime from the HPS (ARM Cortex-A9) side. Does the HPS side of the Cyclone V SoC have any built-in unique ID registers, such as: - A hardware serial ...
-1 votes
0 answers
24 views
Why is there a space present on the left side of my div?
[Image Description: There a huge indent on the right side of the input labels] HTML: <div id="div-area"> <p id="title-div1">Find pages with...</p> ...
Advice
0 votes
0 replies
21 views
css/react/mui border radius like
Graphic designer designed this component that should display forms and messages like an auth form... I'm a bit confused on how should I code the top right border... I was thinking a simple border-...
0 votes
1 answer
25 views
Build Error in ReactPress - error TS6053: File 'src/*.ts' not found
I'm encountering an error when trying to run pnpm run dev in my ReactPress project (version 1.6.0). The build process fails during the build:config step with a TypeScript error stating that files in ...
0 votes
0 answers
21 views
Python BeautifulSoup - Extracting content blocks after specific subheadings within a larger section, ignoring document introduction
I am scraping the Dead by Daylight Fandom wiki (specifically TOME pages, e.g., https://deadbydaylight.fandom.com/wiki/Tome_1_-_Awakening) to extract memory logs. The goal is to extract the Memory ...
0 votes
0 answers
24 views
IHost does not release log file after Dispose()
I'm trying to read a log file that was written from a custom ILoggerProvider in a dotnet application: HostApplicationBuilder builder = Host.CreateApplicationBuilder(); builder.Logging.ClearProviders();...
-1 votes
0 answers
14 views
SSH connection to docker container when host is connected to a VPN [closed]
I am having an issue establishing a ssh connection to my docker container when the docker host is connected to a vpn (nordvpn). Here is what i have done : On my router : i have port forwarded an ssh ...
-1 votes
0 answers
22 views
Cannot read properties [closed]
Ocorreu um erro. Cannot read properties of null (reading 'endpoints') I'm having this error that appears in the section of my WordPress Widget. I've tried everything I could. I deactivated plugins, I ...
-1 votes
1 answer
21 views
Using Regex in Google sheets to extract a specific string [duplicate]
Using Regex in Google sheets, I need to extract "content1" in a separate cell (B1) from the 1st bracketed set without the brackets This entire string will appear in cell A1: [content1] [...
-1 votes
0 answers
12 views
suppress onnxruntime warnings
I have a node.js project doing speech-to-text transcription with the xenova/transformers models. My project shows a lot of warnings - how do I suppress the warnings to log only errors? I've tried ...
-1 votes
0 answers
16 views
Why my Alexa Devices shows unresponsive in app
I want to enable Alexa voice control for my smart home device. I was able to discover device. Now all devices are showing in Alexa app but all devices showing "Device is unresponsive". This ...
0 votes
1 answer
16 views
Getting clangd to work when compiling with MSVC
I'm using Windows 11, CMake, VSCodium, clangd 21.1.0 and Visual Studio 2022 Community. I can compile my project just fine but I don't know how to get clangd set up and working, I know that it's ...
Advice
0 votes
0 replies
15 views
Sparql with comunica from Wikidata
SELECT ?item ?itemLabel WHERE { ?item wdt:P31 wd:Q146. } I have this query, taken from Wikidata as an example. I save it in a file query.sparql. When I try to run the query from the console: ...