Mikael Mello

Results 115 comments of Mikael Mello

That is a very good idea. In my opinion this should be a separate package that builds prompts via the public API only. What do you think? Also, would this...

That is so so awesome. Honestly I don't feel like I'm currently able to contribute a lot, never dove too deep on the proc-macro side of Rust although I always...

I think this would be a very valuable addition but as you must have encountered during implementation there is a lot of complexity when dealing with the filesystem. Specially when...

I have thought more about it and think this is a good common use-case where a good enough approach would be appreciated by the public target of inquire.

By entries I mean either files or directories (or anything else that might exist really). I envision this like Select/Multiselect prompts, but with better UX like allowing the user to...

A sane path might be to make filtering opt-in. I have no idea of the % of users that rely on the filtering being there by default to handle e.g....

I agree that TypeScript is a great addition to any JS codebase, and think that it is much better than the other alternatives. However I don't see a reason for...

hey @Kirgnition, unfortunately not. is there something specific you have in mind?

Hey @drahnr , sorry. for the long delay in getting back to you :) Have you tried a simple Text prompt with suggestions? I know that as an UX it...