Dmitrii Kovanikov
Dmitrii Kovanikov
@hdhoang Thanks for writing the detailed implementation plan! The `${project}-v${version}` naming scheme is used in `hlint` as well (another CLI tool I use and would like to support) so it...
> Like @alainfrisch, I'd rather not add a "size" field to every node of a map or a set. That's quite a space overhead for such a minor feature. What...
Hey @martinhelmer 👋🏻 Happy to see your passion for contribution 🤗 Answering your questions, > for getting the actual interactive input, just use Data.Text.IO.getLine ? Yes, you can use this...
@martinhelmer > what if the answer is not parseable I suggest keeping asking in a loop. In the future, a more sophisticated and configurable approach can be implemented but from...
@martinhelmer Indeed, this can be closed 🆗 I usually put a line like the following one at the beginning of the PR description to automatically close the issue on the...
Hacktoberfest 2022 is over long time ago, so I'm closing this issue.
I'm closing this PR because: * The solution to multiple-choice API is still under design and I imagine there's lots of work to be done before that * It would...
@martinhelmer Thanks for finding the relevant `stack` issue and confirming that it works now! 🎉
@german1608 Thanks for the idea! I'm not sure this requires support from the plugin 🤔 You can use `` instead of `++` to append `NonEmpty` (which is the same number...