Marcos Boggia

Results 3 issues of Marcos Boggia

The following piece of code is valid but it is parsed incorrectly: ```javascript class Docstring { /** DOCSTRING */ foo1() { return; } /*** WEIRD DOCSTRING ***/ foo2() { return;...

bug

Hi! I would like to know if it is possible and how to add a prebuilt mqtt library i downloaded (paho mqtt for C made by Eclipse) using Parrot SDK...

Using the current API I'm not able to use -c configurations when I use fetch and pull. For example: ``` ...> Git.fetch(repo, ["-c", "credential.helper="]) ...> {:error, %Git.Error{ message: "error: unknown...