Firas al-Khalil
Firas al-Khalil
There's a bug with `at_exit` handler. If you put `SimpleCov.result.format!` at the end of the script, the report will get generated. Moreover, if you debug the same script (using `rdbg`)...
Hey @tenderlove I just did an re-implementation of the whole bindings from scratch since this one looks dead. I'm planning on forking this repo then importing everything on top of...
Hello, is this the right place for these kinds of PRs?
Hello @aryx, I fixed the test-suite, it was working in the initial submission and got broken with a rebase which I didn't check. All green now. The windows failure in...
Hello, I faced a similar issue. Is there any progress on this bug? Here's how I reproduced it: ```c #include #include #include typedef TSLanguage *(tree_sitter_lang)(void); TSLanguage *get(const char *lang, const...
> I had no idea that eslint works in the browser. They don't advertise it :) And their doc, like almost all JS projects nowadays, assume you're writing JS with...
Yes my editor did not understanding the JS environment. They're all indentation issues. Everything fixed, tests are passing, and I forced pushed this branch for you to review. Cheers.
No problem at all. But I didn't get your comment: > Can you deploy this in a personal repository (branch) of yours for easier testing from my end? It's already...
I renamed the `webpack` step to `build` because you may want to use another tool in the future, so now it's tooling agnostic. I also rebased, then added the requested...
> @stackmystack Sorry it took us so long. Are you still interested in maintaining this Pull Request and bringing it to completion? Hello @mozfreddyb, I am on vacation, and will...