Mark

Results 5 issues of Mark

One more whilst you're on a roll :) I revisited one of the scripts that's now working. Ran it through valgrind and getting 32,000bytes lost with 100 iterations. On more...

bug

If i do something like the following: ```php class MyV8 extends V8Js { function foo($payload) { echo $payload['name']; // nope :-( echo $payload->name; // this is ok. } } $v8...

enhancement

**Describe the bug** If you have a class (e.g. `Dog`) that extends an abstract (e.g. `AbstractAnimal`), and that abstract has a method (e.g. `makeSound`) then when you refer to this...

Hey It's probably time to consider creating a new release, as we're a little behind despite having added some little features and fixes since these: Release: Version 2.1.1 (June 19)...

Hey! Do you still play with this or have any interest any longer? I’ve got a semi-deciphered dump of data from plotting pixels using the “Design” feature in the app,...