neben
neben
- [x] I have searched the [issues](https://github.com/brocaar/chirpstack-application-server/issues) of this repository and believe that this is not a duplicate. ## Summary The `device service` `GET` endpoint should be able to filter...
If GNU `sed` is installed, `flash` fails on MacOS: ``` Set hostname=foo sed: can't read : No such file or directory ``` This is a regression, the original issue is...
What is the effect of specifying `nchan_redis_pass` in `http` context? I assumed it would be set for all servers and locations using nchan, but it wasn't.
### The bug ``` root@5c2477992610:/usr/src/app# immich-admin reset-admin-password Detected CPU Cores: 4 TypeError: Cannot read properties of undefined (reading 'find') at mapUserAdmin (/usr/src/app/dist/dtos/user.dto.js:232:37) at CliService.resetAdminPassword (/usr/src/app/dist/services/cli.service.js:46:72) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async...
I've set the server timeout to 300 seconds (`--timeout 300`), but now I'm seeing the clients always disconnect after 240s. This looks like the initial [client timeout](https://github.com/NHAS/reverse_ssh/blob/b6f34052d4278f4aaff99dd5e96056457bcb7584/internal/client/client.go#L361). IIUC the server...
`borg` works in the current docker image, but not after `swupdate update`. ``` # docker run -it clearlinux bash Unable to find image 'clearlinux:latest' locally latest: Pulling from library/clearlinux fc1c4db2aede:...
The `mode` option of `tmpfs` volumes is ignored in swarm mode. compose.yaml: ```yaml volumes: - type: tmpfs target: /run tmpfs: size: 268435456 mode: 1777 ``` But in the resulting container...