datamuc
datamuc
> Verify Font Installation: Ensure the font is correctly installed on your system and accessible. Other applications don't have a problem accessing them > Clear Terminal Cache: Clear any cache...
> This issue was previously reported in [#17987](https://github.com/microsoft/terminal/issues/17987) and has subsequently been fixed. We're just waiting to release it now, hopefully soon! /dup [#17987](https://github.com/microsoft/terminal/issues/17987) Are you sure? The Video looks...
https://github.com/prometheus/blackbox_exporter/blob/3dd5dfeaabc630ca0c2ec722a07f9755159ae0dd/prober/http.go#L331 that logic is false, i think it should be: ``` if !module.HTTP.SkipResolvePhaseWithProxy || (module.HTTP.HTTPClientConfig.ProxyConfig.ProxyURL.URL == nil && !module.HTTP.HTTPClientConfig.ProxyConfig.ProxyFromEnvironment) { ```
Duplicate of #1204
That particular thing is not covered by #1204
If you load resources from a third party, this third party is able to track users. And I just don't want to deal with the implications from that.
> Would be great if it would be more generic. So we can use "5 days ago","2 months ago", ... how long is a month? :) there is already https://github.com/ConSol-Monitoring/snclient/blob/bdcf854a19cf50c0744620bb15e81b2289ef3c21/pkg/utils/utils.go#L50...
Hi @hagen1778 thanks for the chat today at OSMC. Here are my thoughts: I was talking about this tool: https://restic.net/ So basically what this would need is a proper source...
I have a shell script now, it runs every hour now, I also tested restores, it works quite well. ```bash #!/bin/bash set -exu dataDir=/srv/victoria resticDir=/srv/victoria/restic json=$(curl -s http://127.0.0.3:8428/snapshot/create) snapshot=$( jq...