Lawrence Dunn
Lawrence Dunn
[requestSizeCheck](https://github.com/agrafix/Spock/blob/889b53096423b65b11823837b58f2a8813f838b4/Spock-core/src/Web/Spock/Internal/Wire.hs#L497) modifies a request to embed size-checking inside the `responseBody` instead of performing the check immediately. (And I presume this is on purpose.) My concern is the error handling suggests...
*Version*: Dune 2.4.0 *Issue*: I am confused about how to generate documentation *Suggestion*: Any of the following: 1. Explain that `dune build @doc` builds documentation for *packages* 2. Explain what...
I haven't been able to use the `snippets-latex` backend with any frontend due to a failing assertion. For example, based on the line [here](https://github.com/cpitclaudel/alectryon/blob/8a1f3054c97fc86d628413800cfef75577c43485/recipes/recipes.mk#L71), I think I should be able...
In `alectryon.el`, going from reST mode to Coq mode (or saving a file while opened in reST mode) does not handle tab characters that appear in `coq` blocks. Instead Alectryon...
The UPenn PL research group launched a new Hakyll site this year
I just solved an issue with my own Hakyll site where a superfluous closing tag (``) in a template caused Hakyll to silently move some closing `div` and `ul` tags...