Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
-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 ...
Jobasha's user avatar
  • 23
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-...
SomeoneElse's user avatar
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.
L. Kvri's user avatar
  • 1,752
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 ...
patmin's user avatar
  • 147
-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 ...
Samtagon Gamer's user avatar
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 ...
Travis's user avatar
  • 1
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] ...
Lisandro Pereyra's user avatar
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 ...
A.G.'s user avatar
  • 43
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-...
David Avarage's user avatar
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, ...
David Avarage's user avatar
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 ...
David Avarage's user avatar
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 "...
Tom's user avatar
  • 3
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 ...
Ab Bennett's user avatar
  • 1,432
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 ...
user30910530's user avatar
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....
RandomSkinCreator's user avatar

15 30 50 per page
1
2 3 4 5
413