Darren Schroeder
Darren Schroeder
`into glob` sounds interesting. i'm looking forward to playing with it a bit.
go for it, if you think it's ready.
Must be OS dependent because it works fine on MacOS.
I've seen this double file explorer thing reported before for Linux. I assume it's a bug in the code.
You mean like `0x[deadbeef]`? We also support `0b[101010]` and `0o[1234]`
in your "patching" example, `bytes replace` wants to use `0x[123]` format for matching/replacing bytes. you can also do `"hello world" | into binary` to get the binary data.
I'm moving this to nushell since it's not really about our documentation.
I'm not sure. You'd have to look at the code. https://github.com/nushell/nushell/blob/main/crates/nu-command/src/conversions/into/binary.rs
@ayax79 I'm not sure what I did but the shell is in a weird state now and I can't start nushell.  I'm kind of wondering if there should be...
Suggestions from chats with other people. - I'd try spawning a fresh EngineState on restart. That might help. - Can we return to the EngineState before they ran the last...