Cyan
Cyan
Hello? @Hummer12007
Supposely shrinking is just to reallocate data to be removed to free space in new part. And also move pointers?
this pr may solve the problem #42 ?
@Speykious
 **Confirmed!** Works in Windows now! (I spent a total of $5 on GCP for a Windows machine :cry:)
Working on the Windows support for the deno_node `PipeWrap` . 
### Help Wanted I encountered an issue when working on the node compat: ```ts import * as net from 'node:net' // I have a server listening on this pipe //...
Node compat is kinda broken still, but I wonder if the `Deno.pipe` API is okay?
> Is this `Deno.pipe` namespace aligned with the rest of Deno APIs? I think we usually express this kind of variation as `transport` option of `Deno.connect`. `Deno.pipe` namespace looks like...
> This PR currently fixes compatibility with the following packages: > > * node-notifyer > > The following packages still do not work properly: > > * discord-rpc > *...