block_hacks
block_hacks
DDeno
Created by block_hacks on 7/11/2024 in #help
TypeError: fileHandle.stat is not a function means Deno is not compatible with the package?
I was trying to use twitter-api-v2 npm package and upload media to the tweet but couldn't
2 replies
DDeno
Created by block_hacks on 2/3/2024 in #help
Danet create is stuck at database
No description
3 replies
DDeno
Created by block_hacks on 11/5/2023 in #help
How to set proxy to overall all requests coming from application?
In Node JS, we can import https and set https.proxy = "proxyDetails However, I couldn't find a way to do so in Deno. I even tried to run node js child_process app with proxy over Deno, still not possible.
10 replies
DDeno
Created by block_hacks on 7/16/2023 in #help
When I use npm: node: specifiers how can I specify the version?
We know in Deno we can do import { Client, Pool } from "https://deno.land/x/pg@v0.6.1/mod.ts"; I want to use npm:axios but how can I specify the version of axios like 1.1.2
2 replies
DDeno
Created by block_hacks on 6/15/2023 in #help
Uncaught (in promise) eof for websocket
7 replies
DDeno
Created by block_hacks on 5/3/2023 in #help
How can I import https://github.com/ensdomains/ensjs-v3/tree/main in my deno
This is npm package. I want to use it in my deno project. How can I achive it? I am trying this: import { ENS } from "https://raw.githubusercontent.com/ensdomains/ensjs-v3/main/packages/ensjs/src/index.ts"; However, I am having error: error: Relative import path "@ethersproject/contracts" not prefixed with / or ./ or ../ at https://raw.githubusercontent.com/ensdomains/ensjs-v3/main/packages/ensjs/src/index.ts:4:8
7 replies