ascheel

Results 5 issues of ascheel

Free space on the destination filesystem is not calculated properly if an LVM setup is in use. The logic used is 'df -k $DEST' which in my case is: df...

todohighlight.exclude option doesn't seem to recognize settings.json. Screenshot shows what I mean. I don't want the highlight text highlighted in the settings file, just the raw text. ![image](https://github.com/jgclark/vscode-todo-highlight/assets/4150160/ec274ccb-e7ff-4506-8331-eecb6cb3fb12)

Sanitize URLs that contain user and password combinations since this output can show up in logging. The alternative is to silence ALL output. It may need to be sanitized in...

### Is there an existing issue for this? - [X] I have searched the existing issues (open and closed), and could not find an existing issue ### What keywords did...

enhancement
feature request

Timeouts are adhered to when connecting directly to a server. Once a proxy is introduced, the timeout seems to be ignored. ``` package main import ( "fmt" "os" "time" "github.com/appleboy/easyssh-proxy"...