Dmitrii Kovanikov

Results 365 comments of Dmitrii Kovanikov

@qnikst Thanks for this extremely valuable comment and your investigation!

@cronokirby The functions that require documentation improvements are here: * https://github.com/kowainik/typerep-map/blob/master/src/Data/TypeRepMap/Internal.hs The same should be done for `TMap` module: * https://github.com/kowainik/typerep-map/blob/master/src/Data/TMap.hs You can see example of how asymptotic specified in...

Hi @0xd34df00d! Did you have time to work on this? Let us know if you stuck on something and need some further details or clarifications :slightly_smiling_face:

@0xd34df00d Hmm, indeed, I can see how this can be challenging. No worries then! :slightly_smiling_face:

@ChrisPenner Thanks for working on this! I believe, only a few functions will require O-notation annotations after your awesome work :muscle: Haddock supports LaTeX, and I'd love to have O-notations...

@v217 Could you elaborate more on your question? I'm not sure I understand it completely...

@v217 Thanks for the clarification! I see what do you mean now. This happens because we're using `callCommand` function from the `process` library here: * https://github.com/kowainik/shellmet/blob/d701862693c52a9aa1e3a0d563780d00dbebb052/src/Shellmet.hs#L39-L41 This command constructs a...

Ah, I've also been looking at `shh` and I like the library. Looks like it handles pipes quite nice. Unfortunately, `shh` works only on Unix system, and for our purposes,...

Hi @sras, thanks for your interest in `colourista`. Before going directly to the implementation, I would like to tell vision about the subject. The fact that you print something to...

Okay, I was thinking about the interface and here is the proposed solution: - [ ] Remove the `cliEnvSettingsRequiredTools :: [Tool cmd]` field from the `CliEnvSettings` options - [ ]...