Max Graey

Results 152 issues of Max Graey

Add docs for updates introduced in #49 and #51

enhancement
help wanted

I have some investigation into code. Actually only for CollisionDetection test and found some issues. In my opinion. 1. jsCollisionDetection is wrong functionality. It shoud be: ```js function jsCollisionDetection(positions, radiuses,...

Hi DeMille. You did a great stuff with integration C/C++ and rust. What do you think add also [dcode's AssemblyScript](https://github.com/AssemblyScript/assemblyscript)?

Given that wasm4 is a rather very discrete system, it may not need access to a proper timer as suggested here: https://github.com/aduros/wasm4/pull/365 Instead of a timer, the vast majority of...

On recent bi-weekly meeting we talked about lint system. Currently we have very basic rules for ts-lint but first of all it only for internal usage and development process, secondary...

enhancement
help wanted
good first issue
tooling

See original proposal in this [comment](https://github.com/AssemblyScript/assemblyscript/pull/2352#discussion_r963046874) But instead `lock` / `unlock` perhaps better to use `save` / `restore` names ```ts // save prev flow const currFlow = this.currentFlow; currFlow.save(); //...

enhancement

+ Fix #2484 + Disallow `static` modifier for indexed sets and gets + Return type of overloaded logical operators limited to `bool` type only + Return type of overloaded indexed...

enhancement
compatibility