whi-tw

Results 23 comments of whi-tw

I've done a workaround which may help people: https://gist.github.com/whi-tw/30878179fffd9b994cc978beb894bd9b > /opt/utm-resolution-fix/watch-and-fix.sh ```bash #!/usr/bin/env bash journalctl -fu spice-vdagentd -g 'invalid message size for VDAgentMonitorsConfig' -n0 |\ while read line; do echo...

> Frankly speaking I think this should be opened upstream on Ubuntu, I'll check launchpad and open bug there. Agreed, although I'm facing this problem on Parrot, so it may...

> Thanks. > Frankly speaking I think this should be opened upstream on Ubuntu, I'll check launchpad and open bug there. @rsmogura did you ever find anything on launchpad?

This has been achieved nicely in [99designs/aws-vault](https://github.com/99designs/aws-vault/tree/master/contrib/completions) for `bash`,`zsh` and `fish`. Their implementation uses a switch on `--` - all completion after that sequence is handed off back to the...

No, sorry, not that. The ask is that `rye run -- py` would return the same completion options as if you just typed `py` on the cli. This would mean...

I've written a number of CLI apps which do this, using the patterns in the scripts I linked here: https://github.com/mitsuhiko/rye/issues/213#issuecomment-1561176097 - do you not think those would work in the...

oooh, valid point 🤦🏻‍♂️ I had my head in "general-task-runner" mode, not "we're running commands in a very specific environment" mode. completely misread this: > The issue is that the...

I also wanted to find a way to remove the path prefix. My use case is slightly different - I'm creating a zfs snapshot (`fs@$(date +%s)`) and wanted to back...

Ah excellent, others with the same questions! I started work porting this, but realised that for what I wanted, it was overkill, so I'm using the actual lua library via...

Hmm yeah - that doesn’t look right at all! You should have something that looks more like [this](https://github.com/tnwhitwell/hugo-startpage-theme/tree/gh-pages)! The base directory my [demo](https://tnwhitwell.github.io/hugo-startpage-theme/) is built from is [here](https://github.com/tnwhitwell/hugo-startpage-theme/tree/master/exampleSite) - this...