Dmitrii Kovanikov

Results 365 comments of Dmitrii Kovanikov

@vrom911 Awesome idea! I think the `Slist.NonEmpty` module would be a great place for this data type 🙂 The `:|` constructor is taken by the `NonEmpty`, unfortunatately. But maybe we...

Is it possible to add SSL support to `smpt-mail` package? I discovered the following Reddit post and SSL support was requested 5 years ago: * https://www.reddit.com/r/haskell/comments/14vwvs/smtpemail_package_makes_sending_email_a_oneliner/ Apparently, the person who...

@andrey-komarov @vrom911 Same for me. I added your line just after this one: https://github.com/serokell/log-warper/blob/5783fde3f8cca225e146d08173584dacfe67ed3b/examples/Playground.hs#L25 And I can see this character in my terminal. I tested with ``` $ stack exec...

@andrey-komarov Btw, this might help you: ```haskell mapM_ (`hSetEncoding` utf8) [stdin, stdout, stderr] ```

@avieth Just to be sure: when log rotation happens currently file `node.log` is renamed to `node.log.0` and new logs are written in file `node.log`. What you want is to keep...

Would be nice to have such monad transformer in `log-warper-core`.

Maybe `fast-logger` can be used as logging backend for `log-warper`. But @int-index has some doubts that `fast-logger` is a proper choice.

@mkscrg This should be fixed in latest `stack` version. `stack ghci` command works without problems for me with `base-noprelude`.

@thumphries I'm voting for boxy rendering. I like the new output!

@thumphries Ping. Could this be merged or there's anything else to finish?