Jon Rouleau

Results 8 comments of Jon Rouleau

The cursor is rendered by your terminal, not node or this module. You'll find that even popular GNU/Linux progress bars, `wget`, `pv` etc., don't hide the cursor either. Though you...

@gaborcsardi I'd tried escape codes, but couldn't get them working. Don't know what I was doing wrong because now they're working fine. Good call. @aashrairavooru 4. Use ANSI escape codes....

I have encountered this issue in production where a component is getting stuck on the screen when it receives a store update during its out transition. Here is a repl...

It's been a couple months since I looked at this, but IIRC, at least for the example above, it's related to how transitions are tied into the `if` blocks and...

I can't explain why the breakpoints were changing the behaviour. Some weird low level browser implementation stuff I presume. I think `if` blocks need to know when their parents are...

Naming the argument options like `--only`/`--ignore` may be more intuitive and human-friendly

@protist This script is effectively the same as runnning `bluetoothctl connect ` for every paired+trusted device either as a oneshot with `bluetooth-autoconnect` or whenever an adapter powers on with `bluetooth-autoconnect...

This has been fixed in `[email protected]`. `prettier-plugin-multiline-arrays` should be placed in the plugins array before `prettier-plugin-tailwindcss`