Robin Schneider

Results 10 comments of Robin Schneider

Sorry for the delay, I switched jobs and it took awhile until I could start deploying Vector. Can you reopen and rename to "vector and tcp sink are unable to...

https://github.com/go-task/task/issues/548#issuecomment-900637214 > Also, ideally, the task itself would be checksummed somehow, so that if I change the commands it will re-run. #455 already exists where this is discussed.

I just found another nice workaround. Just use `--grafana.url`. Then Grafana will handle basic auth. PromLens even says this in the logs: ``` promlens_1 | 2023/01/31 18:27:46 Proxying to Grafana...

This is not related to pre-commit. This can be tested with `cz bump --no-verify`. In my case, this bug was triggered by my global git config that had `tag.gpgsign =...

I should have mentioned that I already considered commit hashes but I found them unusable with GitBook because it really needs to be rendered. Example: https://github.com/antonbabenko/terraform-best-practices/blob/f8650d231ec7ac5b2f957ec78f079776c97fb42b/naming.md It just looks very...

For me copier takes 5.5 seconds when updating from a template stored in a remote git repo vs. 0.7 seconds when the template is checked out locally. I still think...

nb_inventory also matches against VMs so naming the inventory variable `device_id` can be misleading. Maybe: ```yaml compose: # https://github.com/netbox-community/ansible_modules/issues/954 netbox_object_id: id ```

I cannot easily do that for company policy reasons. Otherwise I would have done that.

I just checked, https://grapheneos.org/releases#2025081300 includes Seedvault that was rebased to include all commits [currently](https://github.com/seedvault-app/seedvault/commit/c863695cd6489d04b0ccbcd8159004029ef83108).

#1312 was merged so it looks like this can be closed as solved, @rkearsley?