Patrik Simek

Results 11 comments of Patrik Simek

Hey, thanks for your contribution! I know it may sound weird, but may I ask you to avoid using helper functions and move everything into the `msgpack_encode` function? I don't...

I don't see much value in splitting that into multiple functions. There's no code duplication and those helper functions itself have no value to anyone. That being said, I'd still...

Nothing obvious here, unfortunately. PR is very welcome.

Hi Christian, unfortunately, I can't currently put any time into maintaining the package. However, I'm happy to add you or anyone who would be interested in maintaining it.

I'm thinking about using web workers to get vm2 working in browsers. I'll give it a shot.

The status is we can't use web workers because they don't share a memory with the host. I was testing the sandboxed iframe, but no success there either. Without the...

@CapacitorSet Yes, I'll be happy to review a PR. Some notes: - The `vm.run` method doesn't accept the second parameter - that's why the script name is ignored. Currently, you...

@CapacitorSet Unfortunately, @io4 is right - without creating a whole new context, there seems to be no other way to prevent things like `obj.constructor.constructor`. I have been fiddling with the...

@XmiliaH I will take care of that tomorrow, along with some more messaging.

Advisories have been published, and the library has been deprecated. We agreed with @leesh3288 to disclose the PoC after 28 days from today to give teams time to migrate their...