Florian
Florian
@mortzu the merge conflict is fixed
A restart of the oxidized service should resolve this error.
Hey, I opened merge request #2501 which adds the virtual system feature.
For anyone interested, I have published a nightly container build of excalidraw . The newest v0.12.0 excalidraw tag is also published on Docker Hub & GitHub.
Hi @ad1992 I rebased my branch. The tagging improvements would give users more opportunities to choose a version instead of latest or the commit hash. I use the tags functionality...
> Is there a way of getting the current working directory when a taskfile in another dir is invoked with `-t`? > > e.g. a variable that would return `/home/foo`...
> Hi - I am new to Oxidized and just setting this up. How do I apply this VSX 'fix' please? Is it a case of creating a file called...
> There’s [this](https://github.com/rwxd/wallabag2readwise). Seems to work alright, if you slow down the request rate to match the API’s limits. I've added the Readwise rate limiting to this tool. If somebody...
> super cool, thanks :) In the docs you already showed how to check if autorestic is running, do we want to add that check into the code itself? That...
For those who build their own image, here's a quick workaround to handle the "Attribute 'host_name' could not be set" error: ```diff diff --git a/webhook/hook.go b/webhook/hook.go index c84d5c2..2f32b94 100644 ---...