mf59816

Results 11 comments of mf59816

Hi there, any update on future plans? Just curious; I don't have any requirements (yet). thanks-

I'm fisx on trello. Thanks. :-)

see also #129. perhaps there is nonce functionality in cryptonite as well?

make sense, but no (-: 1. crypto-random, the dependency of nonce, is going to be replaced by cryptonite, so the thing to do would be to make nonce depend on...

more thoughts: - timing attacks will be much less accurate with this. in the case where there is only one time value and it never times out, there is no...

Using `HashMap` may be a good countermeasure, but I would like to come up with a more rigorous approach that covers everything we can think of plus those things we...

1. also store `UserId` with old data, and allow the previous owner to re-use data (but nobody else). 2. email is less problematic: (1) we (if only sometimes) have email...

not so easy, appearently: 1. http://augustss.blogspot.de/2014/04/haskell-error-reporting-with-locations.html 2. https://wiki.haskell.org/Debugging#Stack_trace 3. ?

Perhaps we should wait for 7.12: 1. https://ghc.haskell.org/trac/ghc/wiki/ExplicitCallStack/ImplicitLocations 2. https://ghc.haskell.org/trac/ghc/ticket/9049

Good idea. (Note though that the `yaml` package also reads json, but toml probably has advantages over both.) I would implement this thusly: 1. find a good-enough toml parser lib....