Endel Dreyer
Endel Dreyer
> Reported by gokhan on Discord We're currently using out-of-date `glob` module, `npm install` is showing this warning: ``` WARN deprecated [email protected]: This module is not supported, and leaks memory....
### Context Reported by @damian-pastorini on Discord:  ### Bug description Using "vulnerable" `cookie` module
License
Hi there, thank you for making this. ❤ Is this repository under MIT license? All the best!
Docs: fix cache-buster import
Small fixes on syntax and types
Hi there! I hope all is well! I'm wondering if we could have an alias like Laravel has for re-running migrations from "fresh" state, and then re-running the seeds? Laravel...
Hi there 👋 I hope all is well @lukeed! This PR adds the possibility to provide a `signal` from `AbortController` and handles abort errors by assigning `.aborted = true` to...
Hi there! I hope you are well! I noticed version 20.51.0 has a regression when using `.listen_unix()`. It always responds with "Bad Request" when using it. When using `.listen()` with...
### Context & Description The following should not cause memory leaks: ```typescript class MyRoom extends Room { autoDispose = true; onCreate() { this.presence.subscribe("xxx", () => {}); } } ``` ###...
This PR adds a `OnCreateOptions` utility type and improve type inference for `.sortBy()` and `.filterBy()` methods. - Refactor the following methods to use `OnCreateOptions`: - `Server.define()` - `matchMaker.defineRoomType()` - Refactor...