Tsubasa
Issues with libuv and zeromq support in Deno?
I was creating a deno proxy server to communicate with my python microservices which extensively use zeromq to communicate with each other,
But on Deno I cannot set up zeromq no matter what, this is the error I get with using
npm:zeromq
package.
I even tried using these bindings made for Deno
https://deno.land/x/zeromq@0.0.1
it is unmaintained but i was just testing, and it resulted in following error
Is it zeromq library error or is support for libuv or some zeromq package not there in deno yet?2 replies
JSX config not working properly, I keep getting children props error in all my components
Property 'children' is missing in type '{ in: true; timeout: number; }' but required in type 'FadeProps'.deno-ts(2741)
I have similar project with same configs with npm and node and it works fine, but I can't seem to make it work with deno.
Here's my deno.json
and tsconfig.json
(I also tried adding same configs in tsconfig.node.json
and tsconfig.app.json
also has similar settings)
15 replies