Yoshiya Hinosawa
Yoshiya Hinosawa
# hello > Say hello > - NAME=john echo hello $NAME
I'm not sure whether this is possible in a cross-platform way. I'd like to keep saku as cross-platform as possible. On the other hand, I'm planning to support sort of...
closed by #2801
#15914 seems upgraded `netif` to v0.1.4 in `Cargo.lock` without changing `runtime/Cargo.toml`. And now I see the ipv4 addresses in `Deno.networkInterfaces()` in the reversed order compared to the previous version. Is...
@bnoordhuis Thank you for the quick fix & release!
`dayOfYear` seems handling the given date as UTC. If the system's timezone has the negative offset, `new Date(2021, 0, 1)` becomes 2020-12-31 in UTC. So I think the above examples...
Let's not take action (like #2552) before we reached the consensus on how to write test names. What do you think is the best way to name/organize test cases? Is...
> I think ensureDir() wins over ensureDir I agree with this. > I think the snippet you shared looks good but the module name doesn’t hurt, IMO. I'm in favor...
closed by #2779
@getspooky Thank you for creating this issue! Right. We should keep the file structure as close as possible to Node.js structure. The above change make sense to me. BTW `node/_core.js`...