Matthias Fischmann

Results 138 issues of Matthias Fischmann

This would allow to move the randomness out of the `ActionState` type. Motivated by #451, where it would suggest a more elegant implementation of `mkAudioSolution`.

http://spacebug.com/tableless_secure_one_time_password/ may be a substitute for 1. pseudonyms (we don't have those yet) 1. session tokens 1. other things using this as session tokens would also solve the problem that...

Modules: `thentos-core/src/Servant/Missing.hs`, `thentos-tests/test/Servant/MissingSpec.hs`, introduced in #351. There are at least these options: 1. https://github.com/haskell-servant/servant/servant-digestive-functors 2. https://github.com/haskell-servant/servant-digestive-functors 3. https://github.com/liqd/servant-digestive-functors

Write one or two tests for the existing purescript functions. Define a simple way to call the test suite (doesn't have to be integrated with the backend tests via selenium...

The `Makefile` (on top level, not inside the packages) has a rule `%.packunused` that lists all unused dependencies in a cabal file. However, it only looks at the modules listed...

1. create realistic figures for maximum number of offline / online users. 2. improve on that. for the latter, we probably should start profiling for the low-hanging fruits. I'm sure...

`2015-06-29-mf-csv-ftp-prototype` (WARNING: I just rebased this branch!) contains relevant code. We may need this for our september deadline. Assume the following: Adhocracy backend is running in production and has an...

Issue #174 must be done before this. Just like with `ThentosError` and `DB`, a library user needs to be able to extend the configuration. some preliminary thoughts (copied from an...

as @np has just noted while working on liqd/thentos, configifier does not offer a good way to write class instances for config types. turning on `-XTypeSynonymInstances` is a good solution,...