Paul Rafferty
Paul Rafferty
If it's any help... I have the same issue. They Python version uses 'songid' first, and falls back ti 'id' if it does not find a songid. I guess the...
**Partial fix:** Change the owner of the container directory '/target' to node:node. However, the docker run command will still cause problems because it will create the ~/nativefier-apps directory as root!...
I'm posting [this workaround](https://github.com/raffraffraff/docker-remarkable) in any of the issues related to installing Remarkable. It's hacky but it works.
I'm posting [this workaround](https://github.com/raffraffraff/docker-remarkable) in any of the issues related to installing Remarkable. It's hacky but it works.
_Sigh_. This is why people have started using horrible solutions like Snap, AppImage, Flatpak: properly packaging applications is hard. For now, the easiest solution for me is to build a...
Looks like there was a minor update 5 months ago, but yeah... crickets. For what it's worth, I created a [project to build and run a Remarkable docker container](https://github.com/raffraffraff/docker-remarkable). It...
Edit 2: Ignore me. It exists! https://github.com/jacksontj/promxy/issues/88 and also, this would rock https://github.com/jacksontj/promxy/issues/41 There's another approach that might be useful (and possibly easier to add) and is similar to the...
FYI: I'm now use Trickster->Promxy->Thanos Query and find that the Thanos Sidecar's use of remote_read API might be an issue. I'm experimenting with the idea of taking Thanos Sidecar out...
I can't believe it's still such a pain to keep CI boxes clean in 2021. Things that would really help: * Add a `--dry-run` option to the prune command *...
Anecdote: I started to migrate our infrastructure to fully HA solution (clustered Redis, RabbitMQ and 3x sensu-api / sensu-server). I found that in some environments the RabbitMQ cluster was occasionally...