xieve
xieve
I believe I might be seeing the same issue. I'm running `wezterm 20240203-110809-5046fc22` inside WSLg (NixOS) directly/without using the remote multiplexing feature. Copy works, paste does not. Select text ‣...
> Could this approach be used to handle periodic snapshotting with VSS snapshots? Currently I'm using task scheduler to run with enough permissions to create snapshots, but that means I...
> > > Could this approach be used to handle periodic snapshotting with VSS snapshots? Currently I'm using task scheduler to run with enough permissions to create snapshots, but that...
My current workaround is a file called `alias.sh` in the base folder containing this: ```bash DIR=$(pwd) packwiz () { pushd "$DIR/src/" command packwiz $@ popd } ``` and then I...
Edit: This is caused by nixos/nixpkgs#344002 ~~Not sure if this is the same issue or not, for me, `DisableOnStylus` does not work *at all*.~~ ~~~~ ~~Here, I first started drawing...
I also cannot find documentation on how to generate such a bcrypt hash, which is apparently stored as a hex string (#293) Edit: I thought that this should work, but...
Tested on Windows 10 with a boot drive SSD and a data HDD, working just fine. Thank you for your contribution, I hope to see this upstream soon :)
[Workaround](https://github.com/packwiz/packwiz/issues/264#issuecomment-1838656268)
IMO it'd be great if you could have side-scrollable widget rows, where all widgets are the same customizable height and can have individual customizable widths
[I hacked together an experimental extension](https://gitlab.com/xieve/no-history-containers) that tries to do this with the existing APIs. It does actually delete just the visits, not entire history entries like Temporary Containers. It's...