Assil Ksiksi
Assil Ksiksi
Ah ok, that makes sense. Damn, I never knew he designed a language before :open_mouth:
Panic in libnetwork during daemon start (panic: runtime error: index out of range [0] with length 0)
Thanks for creating this issue, @neersighted! So I haven't be able to reproduce the crash after multiple reboots, but it definitely did happen at least once after a reboot. I...
Refer to disassembly here: https://github.com/pret/pokegold
Thanks for reporting this issue! So it's probably the underlying `compose-go` library that's stripping out the `./` prefix. I think I like a mix of options (1) and (2): we...
@bLuka Sorry, I mistakenly ended up closing your PR while trying to update your fork's branch :/ I have a branch setup on this repo called `escape-chars` with your original...
Another good candidate for this feature: https://github.com/ente-io/ente/tree/main/server#getting-started
Basic implementation works. We can extend it as feature requests come in
Here is what I had to do: ``` # Change your path accordingly sudo sqlite3 /var/volumes/calibre-web/app.db SQLite version 3.45.3 2024-04-15 13:34:05 Enter ".help" for usage hints. sqlite> DELETE FROM archived_book;...
It should be supported. I will update the README. Please give it a try and let me know :) https://github.com/aksiksi/compose2nix/blob/659e84dfa077ded73d050e7c1ff68159a12c46dd/testdata/TestBasic.docker.nix#L138
Thanks for reporting! Do you mean [`--user`](https://docs.podman.io/en/latest/markdown/podman-run.1.html#user-u-user-group)? If so, it is already supported. As far as rootless support goes in general, yes, there does seem to be a blocker on...