6,185 questions
-1
votes
0
answers
18
views
Gerbera daemon ignores config file
I am running Gerbera upnp server as a daemon on Ubuntu 24.04.3 LTS.
I generated the config file at ~/.config/gerbera/config.xml with the provided config generator. Any changes to that config or the ...
0
votes
1
answer
42
views
How do you write a docker compose file so that it recognizes a Redis config file and a custom username/password
How do you write a docker compose file so that it recognizes a Redis config file and a custom username/password (I am trying to use an ACL file, see below) that is not hardcoded into the Redis-stack-...
Best practices
0
votes
0
replies
29
views
MilestoneSystems.VideoOS.Mobile.SDK NuGet how to set configuration for get frames via WebSocket to playing
MilestoneSystems.VideoOS.Mobile.SDK NuGet
How to set configuration for get frames via WebSocket to playing?
is there any limitations of the NuGet?
After 2:30 I receive a lot of frames which null.
0
votes
0
answers
41
views
FriendlyElec CM3588 configure GPIO/SPI
The CM3588 features a 40 pin GPIO connector, each pin being multiplexed to various functionalities. I whish to use a couple of them to connect a display via SPI. There are Python libraries out there ...
-2
votes
0
answers
15
views
Arch-hyprland boots only when plugged-in in dell lattitude 3400 [migrated]
I am using a dell latitude 3400 i installed arch- hyprland in it.
I firstly was not able to enter the bootable pendrive, whe i plugged in my laptop to charging it booted in my bootable pendrive i ...
0
votes
0
answers
66
views
New dbt Prehook Depreciation Syntax?
I have a prehook in the config section of my model. I don't want it to be part of the project yml, just in my model query itself. It's been working fine up until this week where I started getting ...
0
votes
1
answer
420
views
Nodemailer works locally but throws error "Connection timeout" on Railway
I am developing a project in Node.js and I need to send emails to my clients using Nodemailer. Locally, it works perfectly. When deploying to Railway, I get the following error:
[2025-09-01 16:00:00] ...
0
votes
0
answers
33
views
Prism 8 Register Types from .config File
With Prism 6.x and WPF using a bootstrapper to register types from a xaml config file was a matter of using
container.LoadConfiguration(<section name>);
How is this done using Prism 8 and a ...
2
votes
2
answers
95
views
How to hide files from find-file in emacs?
What I need to do is simple: I have A-f bound to find-file in emacs, but want to hide specific files that I do not care about. I have them hidden in dired already using this config:
(setq dired-omit-...
1
vote
1
answer
133
views
How to make emacs use tabs instead of windows
I am using (global-tab-bar-mode) in emacs, but almost all commands that have output (like shell commands) will split the current window and make another, ignoring tabs completely, which I do not want, ...
0
votes
1
answer
70
views
How to customise delimeters for C-backwards and C-forwards in emacs
I am configuring emacs, and would like to fix an issue with the Control Forwards, Control Backwards, Control backspace keybinds - since I am using CUA mode, these should take me backwards and forwards ...
0
votes
2
answers
61
views
Why does this substitution not work with HOCON
I am trying to use a HOCON config & the include keyword to be able to overwrite environment variables when running a java server locally. File structure looks like this
local.conf
include "...
0
votes
0
answers
47
views
airflow dag runs twice a day, 2nd one queues up five seconds after first run... dangerous behaviour
I am at my wits end with airflow running twice per day. it seems to decide to run a second dag run 5 seconds after the first. the first dag takes 4 hours or so and then it starts the 2nd one.
I have ...
0
votes
0
answers
24
views
Tailwind styling broken when components in monorepo package [duplicate]
I am trying to create a monorepo using astrojs, styled with tailwind.
Example file structure is
/root
./apps/main-site
./packages/site-1-components
My tailwind config was in the main-site and does ...
0
votes
1
answer
210
views
How do I fix oh-my-posh transient prompt not functioning with PSReadLine's AcceptLine()
I have added this snippet of code to my $Profile config:
Set-PSReadLineKeyHandler -Key Tab -ScriptBlock {
[Microsoft.PowerShell.PSConsoleReadLine]::NextHistory()
[Microsoft.PowerShell....