clover caruso
clover caruso
TODO: investigate what `chcp 65001` does and how we can detect and apply this fix on WSL fix was found by @Lawlzer
This would be interesting. Though for this exact proposal I would like multi() to be a part of select(), as like an object that has options. An alternative API for...
note that we cannot use prompts directly as it will have issues when you call log functions while the prompt is visible. this is a small edge case that my...
[see the above commit, or `packages/paperdave-logger/src/stdin.ts`] here's an interesting function i wrote, only works on bun as of now. it reads one character from stdin and returns immediatly. no enter...
that's cool, maybe i can mod it to do the specific tasks i wanted. but i got alot of other things to get done first.
I'm a bit skeptical to add instructions for winget. I've had situations in the past where `winget` isn't even provided on windows, and sometimes using it on a fresh install...
i made some small edits, rolling with the winget instructions as-is thank you for the pr.
The watcher code is currently process-wide (restarting almost everything on change). I have some code to make the watcher a bit more configurable in #14025, so I think that PR...
> As your PR has been already merged, do you have an opinion if it's realistic to see this issue fixed in near future or at least see some other...
for Bun.build, the biggest hurdle is just making the programatic interface for recieving watch events. i like kravetsone's proposal of an async iterator the most. in the meantime, i am...