Vinícius Santos

Results 6 comments of Vinícius Santos

For anyone looking for a workaround to this issue in Deno Deploy, check out https://github.com/ayoreis/import. With it, you can dynamically import non-statically-analyzable modules; import code from string and even a...

I just learned about the same problem here. Also narrowed down to this issue. I also tried using the npm `libsql` package (which is compatible with better-sqlite3 api), and also...

I'd like to make the case for going forward with this PR - *even if the maintainers get to the conclusion that the goal this PR is is not relevant...

@adamwathan @philipp-spiess @thecrypticace If have any time to review this, should be a quick and simple one, and I think it would greatly benefit the community :) If you have...

Hey! I'm trying to use pyodide in an Edge environment (Deno Deploy), and unfortunately, it doesn't support using `npm:` specifiers for importing modules. One other approach that worked, though, is...

Hey @rajsite ! Regarding Deno Deploy accepting `npm:` specifiers, wow! That's awesome, great win for Deno Deploy ecosystem! Regarding loading python packages in Deno Deploy, I figured a hack that...