Newest Questions
24,158,438 questions
-2
votes
0
answers
8
views
Visual artifacts when exporting pie charts via ggplot ggsave
My partner has what I think is a very weird issue when saving pie charts from R via ggsave - basically, small additional marks are getting added at the centre of the graph where the various slices of ...
Advice
0
votes
0
replies
9
views
Does Gemini Enterprise GitHub connector search a private repo in real time or only the indexed Data Store?
I am testing Gemini Enterprise / AI Applications with the GitHub connector for a private GitHub repository.
My goal is to create a read-only search or review assistant for one private repository. I do ...
Tooling
0
votes
0
replies
8
views
Need a logger that does both terminal and file based logging
I am making a product data pipeline in python. But I need a good logger that logs on both terminal as well as file. There are default logging facilities in python, but they are only for files.
Colours ...
Advice
0
votes
0
replies
9
views
Disable pull/swipe down to refresh on android
Is there a terminal command or ADB or any possible way to disable or prevent pull/swipe down to refresh on Android?
I despise this feature and want it gone altogether. Some apps like Firefox browser ...
-2
votes
0
answers
20
views
How do I smoothen my Unity project's serial connection to Arduino?
I made a simple unity program that processes serial data from an Arduino (which is actually an ESP32 board with the Arduino core) and a potentiometer, and uses the data to affect a gameObject's ...
0
votes
0
answers
10
views
Angular Web Worker error after using Module Federation: importScripts not supported
I’m using Angular with ngx-build-plus and Webpack Module Federation.
I have a Web Worker like this:
const worker = new Worker(new URL('./model.worker.ts', import.meta.url));
Inside the worker, I ...
0
votes
0
answers
33
views
Number of branches reported by perf stat not equal to real number of test command
I test a simple program via perf stat
#include <cassert>
#include <cstddef>
#include <iostream>
int main(int argc, const char* argv[]) {
assert(argc == 3);
int64_t iters = ...
0
votes
0
answers
15
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
16
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, &...
-1
votes
1
answer
25
views
How does InkDes convert React components into email safe HTML, and why does the output break in email clients? [closed]
’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 ...
-3
votes
0
answers
37
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
1
replies
14
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
19
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
17
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
32
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 ...