Dmitrii Kovanikov
Dmitrii Kovanikov
The part with testing hardcoded value is done in #54 and it works 👍
@arbus Am I understanding correctly that the main problem here is that you can't have data types like `Map MyEnum a` or `Set MyEnum` in Elm because enums in Elm...
@arbus Okay, in that case I propose to put this issue on hold and keep your branch. It contains useful code for this feature. I also think that using `Map...
@ShrykeWindgrace This is a known issue. In our code we always use `UTCTime` so it's a not a problem. But I understand that it might be desired to avoid redundant...
@ShrykeWindgrace Thanks for your work! It's very nice that you are trying to work on this issue 🙂We already use traversal of the generic tree (in the spirit of `generic-lens`)...
@vrom911 That's an excellent proposal! I like the idea of making this tool to support more platforms, especially if this can be done without much pain. And I also think...
I've run out of space locally when trying to produce a statically linked executable. My work can be found in this branch: * https://github.com/kowainik/hit-on/tree/chshersh/138-Try-producing-fully-static-binaries But in theory, it should work.
An alternative could be to use Docker and the `ghc-musl` repository: * https://github.com/utdemir/ghc-musl As a nice bonus point, the repo contains instructions for both `cabal` and `stack` and also supports...
Okay, Docker works smoothly and without any problems :+1: Looks like it's the way to go. Once we create a release, I will build a statically linked executable and upload...
@vrom911 I would like to create an alternative and use it. This way we will be sure that the dependency is lightweight. We can start from implementing the small subset...