Matthias Fischmann
Matthias Fischmann
metoo. fairphone2, most recent lineageos, most recent version of open note scanner from f-droid. just tried everything from scratch. for me it crashes before the camera gets a chance to...
(See also, at least from the title: #95)
Note: #34, #36 are mutually exlusive. It makes only sense to merge at most one and close the other.
On second thought, I doubt `commandExecute` would work, because it does not provide access to the model. Anyway it would have been a weird confusion between testable post-condition and semantics.
meanwhile i'll just copy&paste this until it's released, thanks a lot! also, do we want to provide `type ApplicationM m = Request -> (Response -> IO ResponseReceived) -> m ResponseReceived`?...
not sure about the title of the older question; if somebody has a better idea... @np: answer and context to first question missing. thanks! (-:
also we should make a list of good resources: - spj's skills matter talk - kmett's boston meetup marathon - ...? - reading material?
questions from #342: ``` [...] ("email" .: (email & prelens emailAddress %%~ DF.optionalText)) [...] "email" -> pure [TextInput $ email ^. _Just . re emailAddress] [...] ("desc" .: ((topic ^....
[copied from https://github.com/liqd/aula/pull/360#discussion_r59679339] instead of ``` haskell maybe "" id pw ``` you can write: ``` haskell pw ^. _Just ``` This works because when ^. is applied to a...
[irc] ``` 14:57 < npou> fisx_: anyOf is like any but instead of working directly on the containers it applies a lens first ```