clover caruso

Results 232 comments of clover caruso

this is a crash in debug. i'm going to add a better error in a pr but: ![image](https://github.com/oven-sh/bun/assets/24465214/01c09521-0f69-4e3a-9588-b9365fe2cfae)

this reminds me of an issue that renamed a function incorrectly, causing infinite recursion. could not find it. i suspect that is happening here. note that my assignment currently means...

> The opposite should be the default. Comments should be preserved by default, and removed only when instructed to be removed. I agree with this, we are on the same...

yes, this is a bug in bun that will be fixed in the linked PR

it was unreverted in https://github.com/oven-sh/bun/pull/18686 and should work. i no longer maintain the code in bun so i'm not sure about what could've changed since.

next blocker i think is worker `argv` which i could probably do pretty easily

bun internally should be adding the \\?\ prefix.

another existing tool https://github.com/crate-ci/typos. i've used it on a personal project as a ci step, and additionally in my editor at all times. the only false positives i had was...

on our work repo with the current latest tsgo i am able to use the command `-b -w` to work, but after rebasing my work on master, it hits this...

thanks for the reproduction. it happens instantly for me. i've seen `convertReplacingInvalidSequences` floating around in a lot of other stack traces but i didnt have a good repro.