Milan Raj
Milan Raj
> Sure we can change the node detection [...] Yes, please make a PR to change it in js/compat.ts Done! [Created a PR](https://github.com/pyodide/pyodide/pull/3809). > Ideally would be also to add...
Still need some docs but for some example snippets of Deno with pyodide: These examples use the `--node-modules-dir` flag so Deno creates a `node_modules` folder in the current directory that...
@vfssantos I was able to get pyodide to work in deno deploy here: https://x.com/rajsite/status/1701328734567956824?s=20 Deno deploy recently added support for npm specifiers: https://deno.com/blog/npm-on-deno-deploy Deno deploy examples with pyodide: Playground: https://dash.deno.com/playground/pyodide-example...
> But then I thought, if the above code works, why not just consider Deno runtime and Browser as the same in compat? @vfssantos From what I remember the mjs...
@mschuwalow I'm really interested in this support, are there any substantial blockers left?
@mschuwalow out of curiosity, once this merges do you think there would be any changes needed for [requests](https://github.com/psf/requests) to pick it up (my understanding is it's built on urllib3)?
I found a potential workaround using the latest perspective v3.1.2 inline builds with vite, can see an example stackblitz in the comment here: https://github.com/finos/perspective/issues/2796#issuecomment-2438383909
We use jasmine with web components (based on a fork of `@microsoft/fast-element`) which does attribute updates and template rendering bounced on a requestAnimationFrame. We test the web components we implement...