Veronika Romashkina
Veronika Romashkina
We need to have the following endpoint to test: - [ ] One public endpoint - [ ] Login endpoint (which is already there, just need to structure better) -...
For the Windows section, I see https://github.com/fairy-tale-agi-solutions/haskell-editor-setup#install-the-haskell-tool-stack , but not installation instructions for the Cabal tool.
Yes, exactly. I still think that this could be extremely useful :slightly_smiling_face: Some people prefer to align as you mentioned: ```haskell module Foo ( bar , baz ) where ```...
Thanks a lot, merged! ❤️
Oh, that's a good idea! However, we should decide on the builder we choose. Even in the `chronos` library they have 2 different `Builder` types.
Yes, sounds great! I don't think that `chronos` would be the most controversial, we can always implement what we need in `co-log` and propose to add it to the `chronos`...
As a addition to the issue here is detailed info about completion in `optparse-applicative`: https://github.com/pcapriotti/optparse-applicative/wiki/Bash-Completion It says that by default, options and commands are always completed, but arguments completion should...
I'm interested in implementing this Builder. But at first let me check if I am getting the issue right. I will need to rewrite `Foundation.String.Builder` module for generalized builder which...
Hey @basile-henry , thanks for the report! We are supporting the *current* version of the TOML specs — TOML-0.5.0. What you are talking about are unreleased changes in the master...
I had some issues with understanding the valid specs (opened the issue in TOML), so I think this issue is a bit trickier than it could look. Needs to be...