arisudesu

Results 16 comments of arisudesu

Try binding to docker internal address then adding this address as an extra host for prometheus: Mine looks like: ```yml services: prometheus: container_name: prometheus build: prometheus extra_hosts: - 'wireguard-exporter:172.17.0.1' #...

Ran into this problem too. Decoded webp with alpha channel has damaged edges and colors. @chai2010 please can you look into? A simple test to load webp and encode it...

Why are you concerned about updating this library? Just migrate to another, the author has not shown interest in this project for a long time.

Is it really needed to do `guest-exec`? Mine works fine with `{"execute":"guest-shutdown"}`. I tested it with Windows 10 guest however, as I am not a BSD expert. I think that...

I think a better idea would be to leave the Rclone backend alone and instead add SSH support to the REST backend. See, the Rclone backend was actually added for...

I made a prototype on my fork to demonstrate the idea: https://github.com/arisudesu/restic/tree/feature/rest_over_ssh. Most of the code is copied from the rclone backend, with replacement to run ssh if the protocol...

I think I should've created a separate issue instead of posting in the comments. Then everything wouldn't be mixed up. The author suggests simplifying the work with `rclone:` if he...

Thanks, I subbed to these issues. It is a bit hard to discover them, since their titles are vague. However, the external LSP doesn't work for me too. Logs from...

Sure. My settings are: ```json "evenBetterToml.taplo.bundled": false, "evenBetterToml.taplo.path": "D:\\RUST\\cargo\\bin\\taplo.exe", "evenBetterToml.taplo.extraArgs": [] ``` and my taplo is here ``` > where taplo.exe D:\RUST\cargo\bin\taplo.exe > taplo.exe taplo 0.9.3 USAGE: taplo [OPTIONS] OPTIONS:...

I don't know what taplo is doing in normal conditions, but `taplo lsp` works and prints usage: ``` > taplo lsp taplo-lsp Language server operations USAGE: taplo lsp [OPTIONS] OPTIONS:...