Franklin Chen
Franklin Chen
Upon upgrade from Stackage LTS 6.x (corresponding to GHC 7.10.3) to 7.0 (corresponding to GHC 8.0.1), tests that used to succeed now fail. A sample repo is here: https://github.com/FranklinChen/should-not-typecheck-example ```...
I am reporting an important factual error in your blog post http://tomasp.net/blog/2019/software-engineering/ > The Gang of Four design patterns are a response to particular problems of Java. The chronology is...
It seems that this package is not yet listed as part of the most recent https://github.com/purescript/package-sets release https://github.com/purescript/package-sets/releases/download/psc-0.13.6-20200502/packages.dhall
Currently https://github.com/purescript/package-sets/releases/download/psc-0.13.8-20210226/packages.dhall is being used. It's probably time to update to 0.14.x, e.g. https://github.com/purescript/package-sets/releases/download/psc-0.14.4-20210919/packages.dhall as of now.
Because of announcement of hyper 0.11.0: http://seanmonstar.com/post/161786147642/hyper-v011
I had to add the following to generate javadoc with a UTF-8 charset in the generated HTML. I suggest that SBT simply default to UTF-8. ``` javacOptions in doc ++=...