Will Pringle

Results 26 comments of Will Pringle

@wes @caleb-distributive Refer to this comment on the MR - https://gitlab.com/Distributed-Compute-Protocol/dcp-client/-/merge_requests/197#note_1832733699 I'll take full responsibility for the mistake if my explanation isn't valid since I approved the MR.

@OlivierPonant , thanks for filing this issue - the PythonMonkey team will look into this --- @philippedistributive @Xmader @caleb-distributive , here is the repro: https://github.com/Distributive-Network/pythonmonkey-examples/tree/main/require-npm-package-from-py

Hi @mashdragon, thanks for taking the time to check out PythonMonkey! This is definitely on our roadmap and something we will get to in the future

Hi @forkbabu, thanks for taking the time to checkout this project! I agree, I think it would be helpful to have something like an "examples" folder in this repo or...

Here are some instructions for adding new API to JavaScript's global namespace: For instance, if you wanted to add fetch, you could write a js file in `python/pythonmonkey/builtin_modules/fetch.js` ```js python.exec(`...

Glad to hear your in interest in the project!! Initial roadblocks with your mathjax-full journey: - PythonMonkey doesn't support ESMs ( in JavaScript there are mainly two different module systems,...

> How did you get around the export error to hit this error? I modified the code in the node module lol I changed ``` export {init}; ``` to ```...

Hi @arvindavoudi , this happens when the JavaScript code requires an event loop (for example: code that uses `setTimeout`) You need to evaluate the JS code in a Python event...

Hi @oaguirre-vb , installing PythonMonkey in a fresh container - I'm observing my filesystem usage increase by 130mb running `df` before and after `pip3 install pythonmonkey`. Based on your output,...

Awesome bug report @jacalata! I filed a PR on `ctx-module` https://github.com/wesgarland/ctx-module/pull/9 and added you as a co-author I'll keep this issue open while this remains an issue on PythonMonkey