Arianna Masciolini

Results 19 comments of Arianna Masciolini

Great! I made you a collaborator on my fork so you can push there directly, if that works better.

Thank you all for your help! @simonefalcini I think to coordinate you could create issues on my fork saying what you are about to do or doing, so we avoid...

UPDATE: [Here](https://github.com/harisont/covid-19/issues/2) you can find an open issue where you can comment what you are working on, so that we all know.

I would like to add a tip: if you install pandoc (especially if just for this project, but once you install it you will probably want to have it forever...

In case you need the same in Haskell, I'm not great at regex but trial and error led me to something that does the job: ```json { "languageId": "haskell", "includeRegExpList":...

That's the way I usually play, especially if with rainbows. I'd love such a feature and could probably help implementing it, but I guess for someone familiar with the codebase...

Thank you! I might come back with further question as I make these changes but everything seems clear for now.

I'm not sure how to do the last thing. I understand why I should use `NewString` instead of `NewStringUTF`, but I do not know how to get from let's say...

Question for @krangelov: I'm working on some abstract syntax methods of the `PGF` class, specifically `getStartCat` and `getCategories`, and looking at the old bindings I noticed that they return respectively...

Similarly, shouldn0t the input of `getFunctionsByCat` be a `Type`?