Darren Schroeder

Results 2076 comments of Darren Schroeder

`into glob` sounds interesting. i'm looking forward to playing with it a bit.

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. ![image](https://github.com/nushell/nushell/assets/343840/7e114fd0-b043-4c26-a832-fe445592f454) 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...