Yoshiya Hinosawa

Results 644 comments of Yoshiya Hinosawa

@bartlomieju > is this still needed? I believe you already fixed it in deno_std Not fixed in std, but I think it's not urgently needed right now as far as...

Does Deno.serve supports listening on port 0 (= random available port)? I see this message while running `node/http_test.ts`: `Listening on http://localhost:0/`

I confirmed the below script working now. ```ts import net from "https://deno.land/[email protected]/node/net.ts"; import Web3 from "https://deno.land/x/web3/mod.ts"; const provider = new Web3.providers.IpcProvider("geth.ipc", net); const web3 = new Web3(provider); ```

I still see the segfault with `Bun.file("data.json").json().then(console.log);` in bun 0.1.11. The possibility is very small (like ~10%) though (my env is `Darwin Kernel Version 19.6.0: Thu May 6 00:48:39 PDT...

calendly asks the users their email address before login. and then, the users are redirected to google. I guess they check whether the user of the given email exists at...

I'm not sure if this is a desired feature or not at this point