darix
darix
#### Your system information * Steam Runtime Version: system wide installed version 0.20210126.0 - steam version what ever ships with the latest linux steam beta * Distribution (e.g. Ubuntu 18.04):...
To make it easier for people to run lua scripts it might be an idea to provide native packages (deb,rpm) for the lua scripts They could live e.g. in `$(prefix)/share/darktable/scripts`....
having all permissions bits set to 0 should be rarely a valid case. rpmlint should warn packagers if they forgot to set the mode. and in combination with systemd-tmpfiles it...
my pgbouncer.ini without comments: ``` [databases] * = host=::1 port=6432 auth_user=pgbouncer pool_size=100 [pgbouncer] logfile = /var/log/pgbouncer/pgbouncer.log pidfile = /var/run/pgbouncer/pgbouncer.pid listen_addr = ::1, 127.0.0.1, 172.16.16.2 listen_port = 5432 client_tls_sslmode=allow client_tls_sslmode=allow client_tls_ca_file=/etc/ssl/ca-bundle.pem...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
irssi already has the concept of having multiple items in a window with a key bind to toggle between them. for static resources i could set this up with "/query...
### Describe the bug with a clear and concise description of what the bug is. ``` CGO_ENABLED=0 \ go build -trimpath -mod=vendor -buildmode=pie -tags 'netgo osusergo static_build kvformat' '-ldflags=-s -w...
**Describe the bug** trying to build with `-DBUILD_UPDATE_MODULE:BOOL=OFF ` **To Reproduce** Steps to reproduce the behavior: 1. `cmake -DBUILD_UPDATE_MODULE:BOOL=OFF` 2. `invalid new-expression of abstract class type 'mu::update::UpdateServiceStub'` ``` [ 19s]...
Makes it easier for packagers to pick it up.
It would make adapting for packagers easier.