Nicolas Vivet

Results 5 comments of Nicolas Vivet

Hi, it is not possible to clone a context directly. V8 provides a mechanism to "snapshot" an isolate and clone it which is more or less what you want to...

Thanks for the suggestion! I tried to compile V8 with i18n turned on but unfortunately I did not find a way to make it optional. Moreover the tests fail on...

Hello, thanks for reporting this issue. PyMiniRacer uses the `ctypes` module and releases the GIL when calling the JavaScript VM. It can lead to this issue (impossible to interrupt the...

PyMiniRacer does not support running on the Raspberry Pi CPU for now. Some work was initiated with https://github.com/sqreen/PyMiniRacer/pull/80 but unfortunately I have no plan to continue it in a near...

> Are both these required? Do you have any idea of the reasons? > > ```diff > - libs = [] > + libs = ["execinfo"] > ``` I had...