Dmitrii Kovanikov

Results 365 comments of Dmitrii Kovanikov

A solution for #46 fixes the problem for me, so I'm happy to close this as a duplicate.

Oops, didn't notice this PR and started implemented an addition of `Config` to this library myself just now 😅 * https://github.com/chshersh/minttea/commit/5916a9a456d8782a22cc5c39276dcfae78919758 @leostera Do you have any plans for finishing this...

@leostera Agree with the idea of having a config 👍🏻 I can try experimenting with these ideas in my Mint Tea fork to see if they actually work for me...

Okay, since most bardaq and svalka is polished, here I will describe more detailed way to cleanup dependencies: - [x] `optparse-applicative` and `parsec` can be removed by moving `fromParsec` function...

Looks like `WrappedM` type class can be removed as well. It's not really needed. And we can replace `lens` with `microlens`.