endgame
endgame
@ryantrinkle If you know someone who is good at rewrite rules, this would get me the generic diffing I wanted, and the faster map operations that you wanted.
I see the same error as @parenthetical on https://github.com/reflex-frp/reflex-platform/commit/6c2636422a6c721e26481ac5901fb0d359922a90 The problem is also present on release/0.7.1.0 and release/0.7.0.0 for me. @ali-abrar can you reopen?
Is there any chance of pushing a metadata revision for the 0.6.1 release, allowing `haskell-src-exts < 1.22`? That would go a long way to fixing this. I think you'd be...
Nixpkgs seems to override haskell-src-exts in three places: `hlint`, `hoogle` and `lambdabot-plugins`. The reason it affects package coherence here is because of the reflex test suite that wants the codebase...
Alas, no: https://github.com/reflex-frp/reflex/blob/develop/test/hlint.hs
I think it would be. Seems like the right thing to do is make hilnt a `build-tool-depends`, and have the hlint test invoke hlint in a subprocess?
It looks like you do, but I haven't been in the C++ space for ages: https://cmake.org/cmake/help/latest/prop_tgt/SOVERSION.html
e.g.: https://github.com/qfpl/applied-fp-course/blob/master/src/Level01/README.md This is more of a comment for Sean and myself, because I think the way stack specifies build targets has changed slightly.
I feel that browser-based development environments accelerate the loss of control that we have over our own computing.
I'm now looking at this issue. I see two ways to decide whether a request is successful: 1. Classify response codes into `Informational | Success | Redirection | ClientError |...