Will Pringle

Results 26 comments of Will Pringle

Oh Here's more information on PythonMonkey for reference: - GitHub: https://github.com/Distributive-Network/PythonMonkey - Release article I wrote: https://medium.com/@willkantorpringle/pythonmonkey-javascript-wasm-interop-in-python-using-spidermonkey-bindings-4a8efce2e598

I'd love to use this in a Python project my team works on ([PythonMonkey](https://github.com/Distributive-Network/PythonMonkey)) which uses NPM during pip install. Replacing NPM with a binary would mean we wouldn't require...

![image](https://user-images.githubusercontent.com/18359452/232771275-92efb98e-fc23-4bdb-921b-2e1525d77254.png) What do yall think of this general design? It kind of looks like a P , but you can also see the "O" . And it uses the colours...

@lanyuer You might find [PythonMonkey](https://github.com/Distributive-Network/PythonMonkey) useful! It supports modern JavaScript syntax and WebAssembly! ``` $ pip install pythonmonkey ``` ```python import pythonmonkey as pm my_js_func = pm.eval(' (x) => x*x...

This MR is set to draft and will not be revisited until later - see comment here: https://github.com/Distributive-Network/PythonMonkey/pull/129#issuecomment-1641935509

I'm hitting this as well - with stack: ```yaml Uncaught undefined DCPError: no transports defined DCPError@webpack://dcp/./src/common/dcp-error.js?:22:5Connection530$$connectTransport@webpack://dcp/./src/protocol/connection.js?:828:22 async*Connection530$$connectInternal@webpack://dcp/./src/protocol/connection.js?:760:16 async*Connection530$$connect@webpack://dcp/./src/protocol/connection.js?:674:10 Connection530$$send@webpack://dcp/./src/protocol/connection.js?:1189:15 Connection530$$request@webpack://dcp/./src/protocol/connection.js?:1233:15 provisionSubscriptionTokens@webpack://dcp/./src/events/event-subscriber.js?:227:48 subscribeManyEvents@webpack://dcp/./src/events/event-subscriber.js?:307:18 subscribeCustomEvents@webpack://dcp/./src/dcp-client/job/index.js?:1228:34 addInitialEvents@webpack://dcp/./src/dcp-client/job/index.js?:1189:18 async*exec@webpack://dcp/./src/dcp-client/job/index.js?:954:39 timestamp: 2024-07-01T21:45:41.886Z, code: 'DCPC-1014', process:...

Still getting [this issue](https://github.com/Distributive-Network/PythonMonkey/issues/332#issuecomment-2200610346)

See private [KDS Slack thread](https://dstrbtv.slack.com/archives/C03RNFRL4NQ/p1720466500328829?thread_ts=1720466497.480639&cid=C03RNFRL4NQ) about my reporting of this bug and it being frequent.

Hi @mashdragon , this is a really cool feature request - but probably outside the scope of PythonMonkey. Interestingly, our main product at [Distributive](https://distributive.network/) is a distributed compute platform which...

Hi @zanxueyan, sorry to hear you're having issues. Let's discuss this in the other thread: https://github.com/Distributive-Network/PythonMonkey/issues/170