Fred Helmesjö

Results 44 comments of Fred Helmesjö

I see. In my case I'm just wrapping up `glaze` to do serialization/deserialization, and if something fails (however it can fail) I return my own `parse_error` consisting of `error_code` and...

Might change it to `>cout` & `>cerr`. Important thing is to keep the `>`/`

Possibly (partially) related: #7044

Yep, that's true. Though: > POSIX-compliance. Nu intentionally optimizes for a pleasant experience over matching how commandline programs work in a POSIX-compliant way. **_It's important to be able to interop...

# According to Chat GPT: > The POSIX compatibility layer in MSYS2 provides equivalents for many common WINAPI functions. Some of the WINAPI functions that are commonly considered part of...

> I understand what you're saying but you installed the windows version of nushell and it's behaving like a windows version of nushell with drive:\path functionality. The only way to...

Awesome, and thanks for the writeup. I can't promise anything in the near future, but we'll definitely benefit from having a single dependency (`glaze`) for our different formats (currently `json`...

Don't know what that is but no, there is no process running with that name.

Sure: ``` .shell powershell # Reload whkd configuration # alt + o : taskkill /f /im whkd.exe && start /b whkd # if shell is cmd alt + o :...