Cyprien Quilici
Cyprien Quilici
When closing/re-opening a markdown tab, the subscription was not re-written. This means that the old callback was called with the old buffer that had been destroyed. The ToC was not...
Hi, First, thanks for sharing this theme, I quite like it. Unfortunately, last update makes sublime bug. Since last update of the package (v2.1.2), I have encountered high CPU usage...
There was a vulnerability on a dependency, seeing that almost all dependencies could use a bump I upgraded them all in the process. The tests pass on my machine, let's...
# This PR is an attempt to add Deno support, see issue #315 I strongly suggest to read the commits separately as there is a lot of boilerplate code modifications....
Hi guys, Do you have any plans to add compatibility for [deno](https://deno.land/)? I'd really like to try implementing my CLI scripts with Deno and without a good arguments parser and...
My previous contribution (massive libs upgrade) broke the forms due to media-typer's removal of support for form parameters (see [1.0.0's release note](https://github.com/jshttp/media-typer/blob/master/HISTORY.md#100--2018-10-20). This went unnoticed because it was not tested....
Hi, I'm using Mochawesome to generate reports on CI, thanks a lot for developing it! Unfortunately, I have stumbled upon a CSP issue that gives me headaches. ## The issue...
Hi, I haven't found a way to serialize a YAML object in this format: ```yaml 200: Whatever 61aa22c3-31a4-4d03-8d0c-27f2687533b2: Whatever, again ``` It always gets serialized as: ```yaml "200": Whatever "61aa22c3-31a4-4d03-8d0c-27f2687533b2":...
### Affects: [1.0.0](https://github.com/raml-org/raml-java-parser/tree/1.0.0) ### Issue I'd expect to be able to specialize an extended data type's property into a narrower type but can't manage to do that. ### [Spec pointer](https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/#object-type-specialization)...
(affects version 0.8.12) I tried parsing two multi-file definitions with the same instance of `RamlDocumentBuilder` and the second failed to resolve includes. ``` java RamlDocumentBuilder builder = new RamlDocumentBuilder(); //...