MrAnima

Results 4 issues of MrAnima

Given the following JS code: ```javascript let a = {}; a.foo = 123; var_dump(a.foo); ``` **js2php** transpiles it to: ```php $a = array(); $a->foo = 123; var_dump($a->foo); ``` But the...

**I expected** the chiseled obsidian to behave like the vanilla one, and thus, use it next to slimeblocks, but it ended up being pulled and retracted. **To reproduce**, simply put...

I'd be interested in getting the video as a NodeJS Buffer stream (or any kind of callbacks). Since I want to manipulate the video taken by the camera, saving 30...

Hey, I've been developing apps for this incredible mods lately, but I would really like the possibility to have access to a _Laptop_ instance in the _init_ method of an...

feature