Robert Nagy

Results 722 comments of Robert Nagy

Possible hint? https://github.com/holepunchto/bare/pull/54

Do you think you could figure out which version introduced this behaviour?

I don't understand what the problem is.

Is this also a problem if you do: ```js Duplex.from(async function (asyncGenerator) { for await (const _ of asyncGenerator) { return } }), ``` instead of: ```js Duplex.from(async function (asyncGenerator)...

Rebase to next branch?

Did we give up on pointer compression? I've been unable to try it out. Haven't been able to find a recent build nor have been able to figure out how...

> Specifically, one of the limiting factors with enabling pointer compression to this point has been the strict limit of a single 4gb pointer cage per-process. FWIW this is not...

@mcollina @metcoder95

@benjamingr This seems super hacky... wdyt?