Stefan Siegl

Results 30 comments of Stefan Siegl

I'm myself no longer using this to be honest, and I don't have much time spare right now. Hence I won't be able to do it soonish. So if anyone...

So my current playground setup looks like this ... excerpt from `package.json`: ```json { ... "devDependencies": { "@types/aws-lambda": "0.0.18", "@types/node": "^8.0.47", "aws-sdk": "^2.141.0", "serverless": "^1.23.0", "serverless-plugin-typescript": "^1.1.3" }, "dependencies": {}...

Hmm, interesting. I wonder whether PHP cleans those up if php-v8js isn't involved at all 🤔 Have you tried returning closures from functions without v8js and been able to reproduce...

Thanks for the bump, I'm aware that the doc on PHP.net is out of sync but have no idea (yet) how to update it. I will reach out to doc...

To be honest I have no idea 🤷 I might even have write access to some stuff there, I don't know. Never touched the documentation there. That SGML stuff always...

Uhhoh, the issue already is a bit dated :) ... anyways, I'd personally propose to have actual proxy objects that wrap `V8Object` itself and let php-v8js create those proxies automatically....

I also appreciate getting rid of the duplicate code and first time around I found it rather confusing. But I'm not sure whether it's a good idea to have a...

@cscott are you still willing to work on that topic? I still like the idea and otherwise would step up and finish it. I prefer the solution you suggested in...

FYI I've started working on that, see https://github.com/stesie/v8js/commits/issue-72 if you're interested

which version of V8 is this? I recently tried 10.1.124.12 which worked just fine, but haven't tried the 10.2 line so far