Gonzalo Diethelm
Gonzalo Diethelm
If you add this after the `"selector": "source.zig",` line, Sublime 4 is capable of parsing each of the errors and jumping to the line containing it: ``` "file_regex": "^\\s*([^:]+):(\\d+):(\\d+):\\s*(.*)$", ```
This library, as all your work, looks awesome! I am pretty sure it should be possible to add a function `readNextKey()` so that it would return the "logical key" that...
I created a Perl binding for the library; it lives here: https://github.com/gonzus/Parser-GraphQL-XS Can you add a pointer to it in your list of bindings / implementation languages? Thanks!
Given a JSON object `j` containing something like ```json {"schema": {"foo": true}} ``` it would be great to be able to say ```C int enabled = 0; char* cptr =...
I ran the tests with `MAKE=make ./parser_tests` and got this: ``` 17c17 < :161: syntax error after 'RightButton) ) { --- > :161: syntax error after 'LeftButton || button ==...
* Get rid of a large list of includes in file d.h, and add only the needed H files in each C file. * Remove unused functions and defines. *...
Anybody has a pointer to what one would consider the simplest possible example of an nghttp2-based client? I'm thinking of something that doesn't even use SSL or an event loop,...
I would kindly request to add some details to the README for this module: * Is this module still useful? If not, could it be marked (in the README) as...