TheVeryDarkness

Results 10 issues of TheVeryDarkness

I'm working to add some codes to pest to support generating statically typed syntax tree in my [fork](https://github.com/theverydarkness/pest), and I'm going to make a pull request after fixing all bugs...

enhancement
generator

### Summary I've run out of the memory (the field `mem` in Interpreter) when generating interface with wasm-bindgen (called from wasm-pack) for my project. Maybe my project is too big?...

question

The release name `0.12.2` is in env.Z3_VERSION and may be changed to `z3-0.12.2` if expected. Uploaded files in my fork is in [0.12.2](https://github.com/TheVeryDarkness/z3.rs/releases/tag/0.12.2). I didn't attach a SHA256 or other...

test/lint/ci

I've written some codes for generating Concrete Syntax Tree from Pest grammar. Maybe [that repository](https://github.com/theverydarkness/pest-typed) can be merged into some repository under [pest-parser](https://github.com/pest-parser) in the future if appreciated. Examples can...

Add a system property for jre, so that System.out always uses UTF-8 encoding.

I add a declaration %type tokens... to specify the type of those tokens. And I make some little changes to the type annotations in some sources.

Hello! I'm using bencher in Github Actions for one of my repos in Rust, and I'm using adapter `rust_criterion`, but I found bencher works well on macos-latest and linux-latest, but...

bug
adapter

### Problem Hello, thanks for providing `mdbook` with MathJax support! I noticed an issue with rendering formulas in MathJax versions prior to `2.7.5`. Alphabetic characters in formulas are not rendered...

C-enhancement

Hello! Thanks for your great contribution! I've noticed that `id` format of theme buttons in default `index.hbs` has changed from `{theme}` to `mdbook-theme-{theme}` since 0.5.0: ``` Auto Light Rust Coal...