shybyte

Results 5 issues of shybyte

Is compiling to Webassembly supported? I have found the file https://github.com/deltaphc/raylib-rs/blob/master/samples/Web.toml, copied it to my own project, installed https://github.com/koute/cargo-web and executed `cargo web build`. It started compiling but stopped with...

Many useful LanguageTool rules are written in Java and not in the XML rule format (e.g. the [A-Vs-AN rule](https://github.com/languagetool-org/languagetool/blob/master/languagetool-language-modules/en/src/main/java/org/languagetool/rules/en/AvsAnRule.java) which is kind of essential for me, because I always forget...

## Context Odin: dev-2022-02-nightly:a04d849e OS: Ubuntu 18.04.6 LTS, Linux 4.15.0-166-generic CPU: Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz RAM: 31935 MiB ## Expected Behavior `./odin run examples/all/all_vendor.odin` should not output any...

stale

Some libraries like [material-ui](http://www.material-ui.com) require to add components as properties to another react component. JSX Example (See [live/complete](http://www.material-ui.com/#/components/dialog)): ```jsx render() { const actions = [ , , ]; return (...

When I add velocity-coverage to the example app and run it I just get this repeated error in the log: ``` => Started proxy. => Started MongoDB. I20140816-14:06:00.265(2)? Jasmine-Unit is...