Robert Grosse
Robert Grosse
@KOLANICH @janmm14 @QwertyYtPl @samczsun @lab313ru @Dmunch04 I've been thinking about doing a complete ground-up redesign and modernization of Krakatau, but I'm not sure if there is enough interest to justify...
I noticed that your tool is outputting legacy Jasmin/Krakatau syntax. I would recommend updating to the new Krakatau syntax introduced last December, so that it is more reliable and can...
Are sum types supported? If so, would it be possible to document the syntax used in the demo?
I'm trying to use a web assembly (wasm) module, but wasm modules must be served with the content type `application/wasm`, and when running `bundle exec jekyll serve` to test the...
Hi, I am considering changing Enjarify from Python to Rust, which would require compiling a static binary. Do you think this is something you could handle? Any thoughts would be...
Lalrpop used to support LALR generation as well as LR, but this was removed following the switch to lane tables. However, the readme claims that it is still possible to...
Currently, we have some types using quick_xml and serde to parse XML, which works well. However, we want to also serialize them back to XML, and the XML that quick_xml...
After upgrading to 2.5.0, I'm getting build errors on Android like this: ``` [CONTEXT] stderr: error[E0531]: cannot find tuple struct or tuple variant `GenericSIMD128` in this scope [CONTEXT] --> third-party/rust/vendor/memchr-2.5.0/src/memmem/mod.rs:885:13...
It looks like you are currently depending on git2 v0.14. v0.15 fixes a [segfault while iterating over config entries](https://github.com/rust-lang/git2-rs/issues/836), so it might be a good idea to upgrade.
This is the same as https://github.com/Saulis/iron-data-table/pull/165 except that it also applies the variables to data-table-checkbox, which is required in order to make the table work when multiSelect is enabled. The...