Newest Questions
24,182,956 questions
-3
votes
0
answers
42
views
APatch android kernel [closed]
I am trying to install overlayfs module with an APatch kernel, but i get this error.
APatch is read only.
i decide to look at partitions which may not be properly mounted,
mount -o rw,remount / //...
Best practices
0
votes
0
replies
47
views
How to pass large arbitrary data to opengl shader
I have an array of simulation states that I want to pass to a fragment shader. In this scenario each state element should result in a pixel on the screen.
In order to decide what the color of the ...
-3
votes
1
answer
52
views
Propagating logging.logger from module to single log file
I have a python project with this structure:
Project-Root/
|-- script.py
|-- utils/
| |-- utils.py
| |-- init.py
My script.py looks like this - I import logging, setup an output file, import a ...
-6
votes
0
answers
61
views
Merge official repo into custom while adding any missing lines from official but keeping any lines from custom that exist but differ
I have two repos named official and custom.
I need to merge the official repo into custom while adding any missing lines from official but keeping any lines from custom that exist but differ.
The goal ...
-4
votes
0
answers
71
views
issue with randint errors while trying to create a random key generator [closed]
I am currently trying to create a program to generate random one time use keys for fun, and am currently writing the code to generate random indices. However, I keep getting this error when trying to ...
1
vote
1
answer
44
views
How to implement a strict Content Security Policy with nonce using Apache and Angular (20.3) SSR?
I have spent the entire morning trying to implement a strict Content Security Policy (CSP) using nonces with Apache and Angular 20.3 SSR.
On the Apache side, I am able to generate a nonce correctly ...
-4
votes
1
answer
78
views
How should ACKs be handled for a 10 byte packet traveling across communication hops, starting from a JS client (BLE → UART → MCU → UART → BLE) [closed]
Architecture:
React/Ionic → BLE → ESP32 → UART → PIC16F (authoritative ACK)
→ UART → ESP32 → BLE → React/Ionic
Problem:
I currently use exponential backoff for most commands, which has been reliable ...
-5
votes
0
answers
58
views
Which YouTube video properties get deleted if not specified in an update request?
I am using the YouTube Data API v3's Videos.update endpoint to update a video. My intention is to update the video title while leaving all other video information untouched. The documentation notes:
...
-1
votes
0
answers
55
views
WPF C# thermal printer job stuck in print queue after app is idle/minimized, works only after app restart
Question
I have a C# WPF desktop application that prints invoices to a thermal printer using the Custom Print Queue (ESC/POS–style printing).
Issue:
If the application is idle or minimized for ~10 ...
0
votes
1
answer
64
views
R Code to recognize speaker turns in verbatim records with inconsistent formatting
I am trying to perform text analysis on large character strings that include multiple different speakers. I need to create a dataframe of 2 columns, speaker and turn, which have the person speaking ...
-5
votes
0
answers
46
views
Upgrading Server Mongo DB Version 7.0.3 because of critical vulnerability [closed]
I'm using Maui app in version 9, in VS 2026 , last update.
I'm using Mongo DB on Windows: with this app as follow:
Server: version 7.0.3.
Client (compass): version 1.42.2
There is vulnerability in ...
0
votes
0
answers
50
views
Git issues with Azure DevOps Server (TFS 2018) using Visual Studio 2022 – Pull Request UI problems, deleted branches, and permissions
I’m working with Azure DevOps Server (TFS 2018, on-prem) and Visual Studio 2022, using Git repositories hosted on TFS.
I’m facing several issues that make Git hard to use reliably in this setup, ...
-4
votes
0
answers
26
views
MySQL data base intitalization is failing [duplicate]
This is the log I get for database initialization failure
Beginning configuration step: Writing configuration file
Saving my.ini configuration file...
Saved my.ini configuration file.
Ended ...
0
votes
0
answers
32
views
WooCommerce custom category pagination using "catalog"
On a site designed almost 10 years ago, a custom rewrite enables the use of the word "catalog" as both shop and category base. I can also set "catalog" as the custom product ...
-9
votes
1
answer
60
views
N8N + Telegram: How to send inline keyboard with all available time slots in a single message for salon booking? [closed]
I'm building a Telegram bot with n8n for a hair salon booking system.
**Goal:**
1. Read available time slots from Google Calendar
2. Send ONE Telegram message with inline keyboard buttons
3. Customer ...