Guillaume C. Marty
Guillaume C. Marty
This plugin crashes consistently when I use an emoji (calendar with codepoint 1F4C5 in my case).
Hi, I was wondering if anybody has developed a code mod to port klass classes to es2015 classes. AFAICT, the semantic of klass matches the one of es2015 classes. So...
The next big thing that LLJS Structs currently lack compared to C∕C++ are bit fields. A syntax similar to this snippet would be great: ``` struct BitFieldStruct { int x:...
Defining an array size from a constant or variable throws a `messageFormat is undefined` error: ``` const SIZE = 100; let int arr[SIZE]; struct ArrayStruct { int arr[SIZE]; }; ```...
This plugin is wonderful. It makes navmesh creation so easy! I wonder if it would be possible to expose the configuration settings as values to the `inspector-plugin-recast` attribute: ```html ```...
That'd be nice to disallow the swipe gesture to advance pages and rely on an explicit API to programmatically go to the next page. This would make it possible to...
...lly open when quickly opening after transitioning between apps with
...there is an incoming call
Hi, That would be great if we could specify a path and having the binary to detect unused var in all *.js files on this directory, recursively. We can use...