Pieter Goetschalckx
Pieter Goetschalckx
As discussed in #78, [section 4.2](https://httpwg.org/specs/rfc7541.html#maximum.table.size) can be interpreted in different ways. But even if you interpret it in the most restrictive way (all table size updates MUST occur at...
I tested Yojson on the test cases of https://github.com/nst/JSONTestSuite: ``` CRASH n_array_extra_comma.json CRASH n_array_incomplete_invalid_value.json CRASH n_array_number_and_comma.json CRASH n_object_pi_in_key_and_trailing_comma.json CRASH n_object_trailing_comma.json CRASH n_object_with_single_string.json CRASH n_structure_end_array.json CRASH n_structure_lone-invalid-utf-8.json CRASH n_structure_open_array_apostrophe.json CRASH n_structure_open_array_comma.json...
Fixes #152. 
This is a first attempt to replace the internal hpack library by [ocaml-hpack](https://github.com/314eter/ocaml-hpack). Most of the changes are superficial, except for the header table size handling, which was not implemented...
In Linter API v1, the `range` was not required in the Message type. This was useful for errors belonging to a file, but with no specific position. In v2, `Message.location.position`...
This is an experiment that probably needs more discussion before it can be merged. It would be a solution for 314eter/atom-ocaml-merlin#27. The problem is that the only way to display...
Since #694 the less compiler runs in the source directory, and creates a temporary file to save stdout. In our setup, the source directory is not writable, so this doesn't...
Wthout `fileTypes`, the `firstLineMatch` is never tested and the grammar is never used.