lucsoft

Results 100 comments of lucsoft

Can't you use a cdn like esm.sh?

LGTM Except in the imports. you directing the imports to an js files, it would be way better if the imports actually link to the typescript and not some build...

@calebdwilliams any updates when this will land?

Yeah can confirm EventSource doesn't actually include all data Using: https://deno.land/x/[email protected]/mod.ts ![image](https://github.com/denoland/deno/assets/11093382/4af791f9-9604-44a3-abb8-29f6d8543506) Using Deno Impl: ![image](https://github.com/denoland/deno/assets/11093382/bfd6657c-1b8f-4014-8c9b-e61780758ff4) And in this example i know its not just a console.log thing as it...

can you try using git directly? `import {} from "https://raw.githubusercontent.com/denodrivers/mongo/a49057d/mod.ts"`;

web_bson is web based it should not use deno api? so im wondering from where the issue is coming from

Wait does the std base64 encoder also has this issue or just atob?

I would love a hybrid version were we would use npm as a default but also webify the interfaces nodejs brings