Brian
Brian
Any reason why multi-file renaming was only added to WebUI?
Can reproduce, not specific to `mouse` tho, the title of the issue should be amended, it also occurs when using the Windows button or activating the start menu in any...
I have, I fixed this issue by just changing the lines to ```nu alias z = __zoxide_z alias zi = __zoxide_zi ``` I had to use the file from the...
> using this kernel parameters in `/boot/refind_linux.conf` > > `rw root=PARTUUID=4178b813-afe7-475e-8c9d-73063b623044 rootfstype=btrfs rootflags=subvol=@ initrd=intel-ucode.img initrd=initramfs-%v.img nvidia-drm.modeset=1` > > and with booster > > `rw root=PARTUUID=4178b813-afe7-475e-8c9d-73063b623044 rootfstype=btrfs rootflags=subvol=@ initrd=intel-ucode.img initrd=booster-linux.img nvidia-drm.modeset=1...
^yep, openssl can't do it, know this firsthand. your best bet is to either do it yourself with something like rustls, or use boringssl, which definitely simplifies what you have...
Everything seems to work as intended now, ready to be merged
I don't see why it's a bad thing to support this, with that logic there's no point in having a native arm64 build, because Windows can just translate x64 instructions....
> How many apps support such microarchitectures now? If there're only one or two (less than ten?), then alternative versions should be used. If there're plenty of apps, of course...
@chawyehsu These microarchitectures have fallback, without any conditions
There's no condition on the fallback, the `arm64` fallback is conditional, I didn't say it to convince you, I just wanted to state that this is very different and shouldn't...