Dmitrii Kovanikov

Results 365 comments of Dmitrii Kovanikov

Hi @jrp2014, thanks for using our package and providing your feedback! We appreciate you find it useful :blush: I'm going to provide comment for each of your concerns separately: 1....

@yigitozkavci Sure, this is still an issue. Well, more like a feature. TODO is removed from a code because we convert TODOs in code to GitHub issues. You can reproduce...

@kahlil29 Yes, it's actually @vrom911 who contributed this patch the GHC and now this function is reexported in GHC 8.6.1, so we can use it! But I propose to think...

I didn't know trailing commas are supported in `build-depends`! I've been using leading commas all the time (I prefer them more anyway): ```cabal build-depends: , ansi-terminal ^>= 0.11 , directory...

Hay @Surya-Sastry 👋🏻 I'm glad you enjoyed the course content! 🤗 There's no need to assign anyone to the issue. The course can be passed by multiple people who wants...

@AbbeyIT Yes! 🙌🏻 The only thing you need to do to satisfy the Hacktoberfest rules is to add the `hacktoberfest` topic to your fork. And then, any PRs to your...

Hi @initial-mockingbird 👋🏻 Thanks for your contribution! Could you implement #14 in a separate PR to follow the "one PR per one issue" recommendation? Also, the decision on how to...

@initial-mockingbird Thanks for putting so much time into the design specification! I'll need some time to think if it's possible to come up with a simpler design 🤔 Another few...

Iris focuses only on CLI, not TUI. So TUI-inspired interfaces are out of scope for this project. And we won't benefit from `ncurses` either. > And then we can expose...

@lillycat332 Do I understand correctly that #91 should be closed (currently it doesn't pass the CI) and this one should be merged instead?