Leo Kettmeir

Results 194 comments of Leo Kettmeir

Found another case of this: https://esm.sh/@tensorflow/tfjs-backend-webgpu somewhere deep within it will try to import https://cdn.esm.shwebgl2/

Deno for client uses the web WebSocket API, whereas for server you could look at how it is done in https://deno.land/[email protected]/ws/mod.ts

As a simpler alternative to the above mentioned solution, there is the official (experimental!) deno tool [`dnt`](https://github.com/denoland/dnt/), which allows you to create Node.js packages from deno ones. If socket.io mantainers...

What i forgot to mention above with my comment: that isnt a perfect solution. Deno does provide a `--compat` flag which allows one to use node packages, or one can...

sure, seems i somehow missed that in the original issue, will change this PR to that

@domenic adjusted the behaviour & name

one issue i currently havent handled yet is what to do in case the `finally` callback is a promise. The call in the flushPromise fulfilled case should be easier, however...

@ArturKovacs we would need support for all the 3 systems this crate supports; so win, osx & x11.

Oh I see, I misunderstood. Well we currently are unsure whether to add the clipboard API or not, so implementation wont start in the next few days in either case.