Newest Questions
24,158,432 questions
0
votes
0
answers
2
views
Remove bokeh logo from holoviews Layout
I tried to figure out how to remove the bokeh logo from a hv.Layout, since it is possible for a single plot or overlay, but not a layout (see example below).
import holoviews as hv
import panel as pn
...
0
votes
0
answers
3
views
Weird invalid signature exception on second try
I do have version 3.0.4 (at avalonia app):
_sparkle = new SparkleUpdater(
"https://storage.example.org/appcast.xml",
new Ed25519Checker(NetSparkleUpdater.Enums.SecurityMode.Strict, &...
0
votes
0
answers
4
views
How does InkDes convert React components into email safe HTML, and why does the output break in email clients?
’ve been going through the InkDes documentation and started using it to build email templates with its React-style components (like <Body>, <Section>, <Text>, etc.).
From what I ...
-1
votes
0
answers
20
views
Need help rounding corners [closed]
Original code found here. I can't get this to round the corners.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" ...
Advice
0
votes
0
replies
8
views
Does WPA Supplicant have built-in X.509 certificate generation?
I am evaluating whether WPA Supplicant can generate X.509 certificates (self-sign CA or issuing child certificates) by itself, or if it only loads existing certificates.
The official documentation ...
-1
votes
0
answers
12
views
Android HAL silences ALL AudioRecord sources during active calls — is session ownership the only solution?
I'm building ScamAlert Pro, an Android app that detects scam calls in real time using on-device AI (Moonshine STT). The concept is proven — transcription, keyword detection, and overlay alerts all ...
0
votes
0
answers
11
views
Build failing after AGP update to 9.2.0
After I update project from AGP 9.1.1 to 9.2.0 latest version I start receiving following errors on build:
Multiple build operations failed.
Could not resolve all files for configuration ':common:...
Best practices
0
votes
2
replies
24
views
Spring Microservice or Spring Modulith .... When?
I am working on a new application and I have a question related to the microservice vs modulith.
I have related functionalities and am thinking to have them into a single modlith rather than having a ...
-4
votes
0
answers
60
views
How to Fix Common Build and Runtime Errors in My OS Project [closed]
I am developing a custom OS project called IROS and encountering multiple build, toolchain, and runtime issues on Windows.
Project Link
IROS Repository: IROS
Context
The project involves:
Low-level ...
Advice
0
votes
1
replies
34
views
Preparing context and rules files for parent, and context and rules files for children of a multi-repositories & multi-programming languages project
Context
I'm creating a multi-repository and multi-programming language project.
Named beaufort in my Gitlab, it has sub modules projects (having wind names). Each one dedicated to a different language....
-6
votes
0
answers
53
views
Claude Code failing to accurately parse and implement UI designs from Claude Design [closed]
I am developing a React Native (Expo) mobile application using NativeWind 4.x. For my UI/UX, I am using Claude Design to generate high-fidelity previews.
The Issue: When I try to bridge the gap ...
Best practices
1
vote
2
replies
28
views
Performance of deleting multiple rows in batch
I am having table which is growing vertically, so on every form save there is insert on one row per field. So, if there are 100 fields , 100 rows are insert. Form is dynamic, so that's why that way of ...
0
votes
0
answers
34
views
scroll driven image sequence animation only plays first animation
I want to put 'multiple scroll driven image sequence animations' on the same page. I tried many times but I cannot get the solution.
Whatever I tried, only the top one is working, but the others are ...
Best practices
0
votes
1
replies
17
views
pip install oracledb takes ~9 minutes on Alpine (musl) because no musllinux wheel, how to avoid building from source in Docker?
I'm building a Django app inside a Docker image based on python:3.13-alpine3.23 as part of a GitLab CI pipeline.
After replacing cx-Oracle==8.3.0 with oracledb==3.4.2 in requirements.txt, the pip ...
Advice
0
votes
0
replies
23
views
Team radio clips unavailable via the end-point of F1
I've been working on a personal project and wanted access to the team radio clips of all the drivers for the project.
I was able to find and access them via the https://livetiming.formula1.com/static/ ...