Matthias Fischmann
Matthias Fischmann
we could use this: https://mrkkrp.github.io/posts/the-identicon-package.html thanks @np!
when voting on comments, delegations should count. this should be configurable, like quorum vote delegation.
we have at least one remaining issue: https://github.com/liqd/aula/blob/ce2dbd74145807667f024325976ab3328be248cb/src/Frontend/Core.hs#L451 this page is used for both delegating on school level and on class level, and it grants access if the user can...
there is one in each topic, and it makes perfect sense to me to do the symmetrical thing for the idea space.
currently we have to run it on every end-point handler; it would be nicer to only have to call it once and trickle it down through the api to the...
https://ghc.haskell.org/trac/ghc/wiki/ExplicitCallStack/ImplicitLocations requires upgrade to ghc-8 i feel like we've had an issue about this, but i can't find it any more. (ah, perhaps there is one under liqd/thentos, haven't checked.)
Also mention haskell, servant, thentos? At least release/date/time is useful for users checking the staging system.
[irc] ``` 16:52 < npou> should the logout path be a POST only ? 16:52 < andorp> i don't think so 16:53 < andorp> It is a link on every...
Under Persistent, we have the module structure Action.Implementation.*, where \* is any implementation. I guess the equivalent here would be: - Action.Implementation -> Action.Implementation.Basic - Action.Dummy -> Action.Implementation.Dummy