Valentin Degenne
Valentin Degenne
@unional How can I use your types? Do you provide them in one package?
@unional Yes I see thanks for your work anyway, I moved on `@inquirer/prompts` and i'm satisfied with it for now
As a side note, this issue is even more significant because dialogs can usually be lazy loaded; Using the workaround above means that the code for `` will be loaded...
@alvaromontoro What is the status on this? It's been 1 year already. I don't think you need to "thoroughly review all the code" as it is just a TypeScript port...
@alvaromontoro If you are not sure about how this update will play out, you could accept the changes on a separator branch (e.g. `pre-typescript`) so your main branch remains unchanged....
@JumpLink By the way, it might help the review if you remove the `dist` directory from this PR. It's not recommended to stage production files in the repo, if you...
@JumpLink Ok I couldn't resist to make my own esm version https://www.npmjs.com/package/esm-gamecontroller.js If you are interested in making some changes, let's continue the work there! Have a good one.
@dansteingart I don't think there is a way implemented but you can implement it yourself such easily, e.g. ```javascript // time to wait before repeating key const repeatAfterMs = 1000...
@polisen Can you please re-open this issue? The bot closed it for inactivity but since then more people complained, including me. I'm having the same problem. I opened a [SOF...
I think it's the same problem as https://github.com/material-components/material-web/issues/4951 before. We could remove the chip right on the click event, and revert it if the user explicitly used `preventDefault` by attaching...