hardfault
hardfault
I faced same problem, it seems like it is specific to some Files, converted the file to wav and converted back to mp3 resolved this issue
I can reproduce this error, but I am running `0.83.0`
> My guess is this is because nushell doesn't handle just a date or just a time. I believe a date or time must be a datetime with timezone. I...
I made myself small script for this, hopefully its useful for somebody ```nu def retry [ --dur(-d): duration = 2sec, # time between retries command: closure, # command to run...
This feature is recently removed [in this release](https://www.nushell.sh/blog/2023-03-14-nushell_0_77.html#reworked-aliases-breaking-changes-kubouch), now alias can't have pipes in it. alternative would be to define a function like ``` def nn [] { $env.HOME |...
there is also [osc52](https://crates.io/crates/osc52) tool which can be used to copy from remote, but it works only outside of zellij, Not sure whats going on here(Honestly i just heard about...
> I get the nvim philosophy - ours is similar :) > > How about using something like https://github.com/ojroques/nvim-osc52 then? this works, just make sure to comment out `copy_command` and...