Zoey Hewll

Results 55 comments of Zoey Hewll

I really appreciate the thorough response! I don't have answers yet, just thoughts for now. - Regarding proc-macros, I have next to no experience, so I can't comment directly. -...

Not sure if any of those would be worth implementing, but here are some commands in `vim` that take counts, that do not in `helix`: - Counts with `i`/`I`/`a`/`A`, cause...

Possible improvement to counts on transposition: #2478

Oh I'm glad this isn't some other phantom issue on my work PC; though unfortunately WSL is out of the picture in my case. I'm glad there's a workaround, and...

Just tested, this is a viable workaround for both this issue and #4194

Noting for anyone who implements this for the C# backend (possibly me), the [F# language spec](https://fsharp.org/specs/language-spec/) has a section on the compiled form of F#'s own discriminated unions in other...

I was also able to reproduce this on linux (Mint). I did some experimentation and identified 2 cases that I can reproduce consistently, and 2 cases that consistently do nothing....

Tested today in nushell, after grabbing the latest master with the fixes for nushell/nushell#9166. Here's a summary of my findings. In both cases below, I'm using `P` to represent the...

> Thanks for the testing @Zoybean, so it seems we still have a problem where previous program output gets overwritten by prompt/buffer components. I should clarify that since the aforementioned...

You should be able to use the spread operator (`...`), replacing `$o` with `...$o`, like so: ``` > let o = ["path" "name" "size" "hash"] > 'test.nu,test.nu,67 B,55E7A8C5CCFC2016D70A4E6696573806053C41ACF497E31CD70B478D19F5F999EF150B6AA352969C167E0DB6D45E4FB431E2C52B29EBA8E82993111B26A31703' | split...