Cyan

Results 114 comments of Cyan

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

![image](https://github.com/user-attachments/assets/15dba689-d9c0-44dc-be91-59daf6edc223) **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` . ![image](https://github.com/user-attachments/assets/6a18e43c-ebb6-4b32-ab10-143156c75f4a)

### 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 > *...