Tom Raganowicz

Results 44 comments of Tom Raganowicz

I would love to try out kops on Hetzner Cloud. Is this something in progress or ditched?

Does it actually mean that the remote control needs to be placed in a direct visibility with the internal unit, so the IR can work when 'iFeel' is used?

Thanks @tlhunter, I've eventually figured this out on my own, but wasn't sure how to add datasource properly, it took me a while. It would be great if: "Using the...

Facing the same problem. I've got one specific host which shouldn't start the one of the docker containers for given service. Yeah, maybe my `docker-composer.yml` approach is not the best,...

I think that below part of the Android setup (https://pub.dev/packages/audio_service#android-setup) should come with a huge disclaimer, as below code: ``` ... ``` really breaks things which rely on external plugins.

In my case, if `--in-pod 1` I am getting: ``` Aug 14 06:22:21 nginx1-fsn podman[4568]: Error: no containers in pod 9bbe6d6dd4f4801b5e5db35581a951aa2c2a33ca712120e176a8e60a507081e4 have no dependencies,> ``` from: `systemctl --user enable --now...

Still present bug, but @matthewrice345 saved the day, thanks !

SeaweedFS could potentially utilize the format which is used by the Zenko S3 Cloudserver: https://s3-server.readthedocs.io/en/latest/ARCHITECTURE.html#implementation-of-bucket-versioning-in-metadata > Implementation of Bucket Versioning in Metadata > > As mentioned above, each version of...

Potentially these regexes could be used: https://davidwells.io/snippets/regex-match-markdown-links ``` /* Match only links that are fully qualified with https */ const fullLinkOnlyRegex = /^\[([\w\s\d]+)\]\((https?:\/\/[\w\d./?=#]+)\)$/ /* Match full links and relative paths...

> I think if the crypt remote were to be improved, that the current design should be kept as legacycrypt or something to that effect Technically the `crypt` cmd could...