snek

Results 466 comments of snek

At a high level, the thread pool is only used to make blocking operations appear asynchronous (for example, non-`io_uring` fs operations on linux are synchronous). tcp/udp can be used in...

@bnoordhuis i've tried a few different things including modifying `StackSlot` to emit different alignments but that seems to be hitting an issue with the stack pointer not being padded to...

i'm going to take a look at this now, i have a working alpn negotiation script which connects to sites (rn hardcoded as google 😛) either with h2 or http/1.1

@shellscape yes thats what i'm looking into @TimothyGu i would call Http2ClientSession a valid "Agent", i'll look into abstracting the interface

```js > void require('.')('https://nghttp2.org/httpbin/get').then(r => r.json()).then(console.log) undefined > (node:71326) ExperimentalWarning: The http2 module is an experimental API. { args: {}, headers: { Host: 'nghttp2.org:443', Via: '2 nghttpx' }, origin: '7x.7x.20x.7x',...

Feel free to use code from here too https://github.com/node-fetch/node-fetch/pull/406

we experimented with this in discord.js a bit (https://github.com/discordjs/erlpack/tree/feature/bigint) and i also support this in earl (https://github.com/devsnek/earl)

@sffc my interest in icu4x comes from it being a possibility for implementing intl/temporal in engine262, so within the bounds of that (which i haven't touched since november, so i'll...

according to the discord the backend code will be uploaded once api keys are cleaned out of it

I think I can generate js bundles. If you're running jsvu you have node so i think that should be enough.