Daniel Riedl

Results 15 comments of Daniel Riedl

is there maybe another way of dealing with `logstash-keystore`? Do we really need a JVM for creating secret files? (ruby implementation?)

BIG +1 I'm using gluetun together with home-assistant in a truenas (truecharts) app-deployment. It is connecting to my dad's router (it runs the WireGuard server), where he has a dynamic...

I do confirm, that I have the same exact issue @LarsMichelsen .

What is left to merge this PR? The test you mentioned @archseer ?

I introduced prettier in our project to have common code formatting and now my colleagues are mad, because we have that weird constructor formatting 🚶‍♂️

> I would absolutely love to have this. I've been using Helix as my main editor for several months. Having a GUI with the same ergonomics would be fantastic. I'm...

heck yeah, +1 for amend.

+1. I am doing KV lookups with kafka messages and it trashes my error-logs in loki.

Hi @Rajendra08, where did you get the link between both CVEs and the `influxdb1-client`? Both of them do report a vulnerability in the InfluxDB itself, but not in the client....

I use a alias and a env variable: My `.zshrc`: ```bash #GitHub alias ghe='GH_HOST=ourgithub.enterprise.com gh' export GH_ENTERPRISE_TOKEN="$(cat $HOME/.git_token_enterprise)" ``` so by calling `gh` i refer to github.com and with `ghe`...