Simon Boudrias
Simon Boudrias
@MazenSamehR okay for me, but I'd prefer not adding an extra dependency if we can save it. If we need one, let's make sure it's maintained by reputable community members.
Hi, I think this is a great idea and approach to this problem. It's also been requested fairly often, and so is definitively a handy addition to the core! All...
Interesting, `ctrl-O` doesn't work for me, but `ctrl-j` does. However when sending this key combination, Node detect is as an `enter` keypress - so looks like we couldn't catch it....
(Side note, I figured out why `yarn dev` launched in an infinite loop - and it's fixed on latest main. Basically when I moved to tshy, it generates temporary files...
Sorry for the slow cycles here, I've been under water the last 2 weeks. > Maybe one final thought - what about the down arrow? My concern is it's unfortunately...
Ah indeed! I've been lagging a bit on going ESM only due to how much support load it created the last time I did. Hopefully it'll be easier this time...
Thanks for the report, I tried adding UTs the synthetically reproduce the behaviour of IME inputs. Would you mind taking a look to see if that seems to properly reproduce...
New workspace API: https://vitest.dev/blog/vitest-3#inline-workspace
I like the concept/interface, I'd really prefer to eventually move out `rxjs` from `inquirer` and into a wrapper. Most people do not use the reactive interface, and `rxjs` is a...
Hey @tocha688, it's not fully clear what you're asking. Mind giving more details?