Matthias Fischmann

Results 189 comments of Matthias Fischmann

let's be more radical about doing stuff only if it has a user story!

Since ghc-7.10.2, there is a solution: - https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/other-type-extensions.html#implicit-parameters - https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/other-type-extensions.html#special-implicit-params ``` haskell {-# LANGUAGE ImplicitParams #-} import GHC.Stack f :: String f = show (?loc :: CallStack) ``` The down...

also: `hoauth2` is used for client side in thentos-adhocracy. the next step after github integration may be to replace the relevant parts of the helloworld demo with oauth2, both on...

discussion is still ongoing, but very slowly. the next steps: - come up with a tiny-configifier version similar to http://www.well-typed.com/blog/2015/11/implementing-a-minimal-version-of-haskell-servant/ - decide that there are advantages of this approach over...

For what it's worth, we enable CPP in the file itself only, and decided to only run ormolu on files not matching `/{-# LANGUAGE CPP/ #-}`. The resulting cleanup lead...

> [...] Is that your reasoning? Yes, thanks for the much better explanation. > In addition I'm puzzled whether masking any async exception until `ghci` is terminated would be of...

do you have links to the format specs, and to the hslice parts i need to touch?

[this one](https://www.3dflow.net/)? or probably [this one](https://www.3dflowengine.com/), more specifically? but i can't find anything about file format specs. can you flesh this out a little more? also... why? docs are 20%...

Interesting. How did this work before? And are there any call sides that need to be re-aligned with this change?