-
potentially worth documenting how to run as non-root users (related: https://github.com/caddyserver/caddy-docker/issues/104)?
I had to do:
```dockerfile
FROM wemakeservices/caddy-gen:latest
AR…
-
I struggled a bit to get the example running from the [README.md](README.md).
```bash
docker run -it --rm \
--volume $(pwd):/app:rw
ghcr.io/slok/kube-code-generator:v0.2.0 \
--apis-in ./a…
tkrop updated
3 months ago
-
Hello,
While setting up ssh for my machines, I noticed that it seems impossible to use cloudflared so that it will sign a short-lived certificate while using automated service credentials. So while…
-
# Feature Request #
Btrfs is a supported file system for Ignition, but currently lacks support for several extended features. One of those features is subvolume support, which is used extensively on …
-
I am experiencing a memory leak while running my application, which is to run an MMLU accuracy test on my Radeon 780M iGPU via DirectML.
Each inference adds tens-hundreds of megabytes to the total …
-
The `event_timestamp` field is now automatically added to message files during the download process. However, previously downloaded event files lack this timestamp. This task involves creating a scrip…
-
### Version
1.27.0
### What happened?
`panic: can't scan into dest[2]: cannot scan NULL into *string`
I receive this error because the result has nulls in it, but SQLC has generated an out…
-
### Describe the Bug
It's possible to have a column in a table that references a column that is *not* a primary key in another table, however Directus ignores the column being referenced and always u…
-
Hi,
I'm having an odd issue whereby the integration is occasionally disconnecting and reconnecting to the comelit mqtt broker. This is what I see in the logs:
```
2024-10-28 04:23:05.253 INFO …
-
in `data\HOI4D\lable_gen.py`:
```python
traj_dict = dict()
for traj_id in traj_idx:
msk_fp = os.path.join(args.anno_root, org_clip['index'], '2Dseg')
folde…