snek
snek
i apologize for leaving early, my school's wifi died. (the rumor is that the fibre modem caught on fire so thats cool i guess :p)
i'd be happy to join in if i can make it
I guess i am a bit late to the party here... Why are these loaded at runtime rather than compile time?
you'd also want to intercept `.buffer` I assume
I'd be happy to author such a proposal but I'd need a champion.
I think immutability should be a property of the object itself, not of where it took the data from (or something like `Uint8Array.from(Uint8Array.from(#[1]))` might be a case of confusion). Also,...
Interestingly getdns has first-class support for libuv :eyes:
I've started looking into using getdns in core.
@renanbastos93 that would require us adding a dependency on golang's compiler, and it also seems that library doesn't have a stable c api.
@nodejs/node-gyp @nodejs/gyp could i get some assistance with porting getdns's cmake config to gyp? I have stripped out a bunch of the unneeded config (tests and libev support and such):...