-
I don't know how to contact you, I have a question:
Can other languages (that their grammar exists in tree-sitter) be converted in a similar manner? Is tree-sitter's AST common to all languages, or i…
-
We're currently using Mbed Crypto 1.1.0 which exposed an old version of PSA Crypto API.
After the [interface work](https://github.com/parallaxsecond/parsec-interface-rs/issues/4) is done, we shoul…
-
-
This is the tracking issue for the behavior of unwinding through FFI functions.
There are two choices here: we can abort if unwinding occurs through an `extern "C"` boundary. We abort on beta 1.34 …
-
I think we are ready to begin this process and that this crate is in a state where we can start moving our respective wrappers to it. I do want to keep it at an `*-rc` version until after we've both m…
-
As @jdu noted on https://github.com/wellcometrust/policytool/issues/227, we'd do well to look into working directly from PDFs instead of the current PDF -> HTML -> BeautifulSoup route.
Scope for a …
-
Thank you for your awesome fuzzing tool.
I just implement fuzzilli in my ubuntu 18.04 (with swift 5.0, clang 6.0) system, but not successful. Following instructors are the steps I used, pls tell me…
-
utcfromtimestamp is a very common method.
I believe it should be part of the API.
-
Hello! I've been trying out a bunch of wrappers for raylib in different languages, so I've been playing around with some simple font rendering code that i've been porting around. So far, I think I lik…
-
The moment we start porting anything more involved than `utils`, we run into user-visible messages; #413 is an example of this. These messages are currently translated using gettext, which is the stan…