Dmitrii Kovanikov

Results 365 comments of Dmitrii Kovanikov

Hi @vaclavsvejcar, Yes, you understood my question correctly 👍🏻 I'm thinking that maybe `headroom` can give access to the previous copyright so in my `.headroom.yaml` I can write something like...

Hi @vaclavsvejcar, No need to apologise! OSS can be very demanding 😞 Headroom is already improving my workflow by a great deal! I realized that my suggested solution doesn't really...

Nice and convenient solution for **Question 2**: implement the following orphan instance in the test modules ```haskell instance (Eq msg, m ~ PureLogger msg) => Eq (LogAction m msg) ```...

The same applies to `-XTypeApplications`. `hlint` doesn't work without these settings as well. It would be really nice to have this feature implemented!

@sigrlami Nothing stops me from doing so 🙂 However, it's more convenient if the library provides this feature out-of-the-box, so people don't need to deal with manual compilation. Of course,...

Agree with @identicalsnowflake and @vrom911. Probably you should use `markdown-unlit` package and make your `README.md` be literate haskell file. This helps in keeping documentation up-to-date.

@dmjio That would be really nice to have! Any progress on this? #15 is merged to `master` as I can see. In our code we're using `signedRequest` function from `s3-signer-0.3.0.0`...

@dmjio I wonder whether @identicalsnowflake has already an implementation of this? 🤔 If not, do you think that this should be a part of `s3-signer` library itself or separate library?...

@identicalsnowflake Could you give an example code of request you sign? And what exactly do you send to the JS client in order to communicate properly? I just see a...

Agree with @dmjio. I don't think it worth it to have extra dependency just to avoid small number of `liftIO` usages.