AgentM
AgentM
I closed the wrong ticket.
I am able to build now using `cabal new-build -w /opt/ghc/8.2.1/bin/ghc --allow-newer=distributed-process`. `distributed-process-async` was not updated alongside the other distributed-process modules, so I submitted a [pull request](https://github.com/haskell-distributed/distributed-process-async/pull/13).
With GHC 8.2.1, I am able to run new-build from scratch in 5.5 minutes, down from 20+ minutes in 8.0.1. This is likely due to 8.2.1 preferring the `gold` linker....
The relevant branch for this issue is "support_ghc_8.2".
Hi @diogob, this would indeed be a valuable contribution! I have put some minimal thought into the considerations needed for an authentication system, so I'll try to scrape them together...
What do you think? What sort of authentication did you have in mind?
Hm, does WebAuthn only work from within a web browser? I did some googling on it but don't fully understand the architecture. It would be nice to support the Haskell...
In addition to file-based export, this could be used, for example to better display inclusion dependencies ala #58.
Thanks for looking into this issue. The `RelationalMarkerExpr` is for trans-graph relational expressions. Normal relational expressions (with marker `()`) are executed against the HEAD of a branch of a transaction...
Invertible syntax is a cool idea, but I would be wary of those libraries considering that one hasn't been updated in years and the other is brand new. We have...