Endel Dreyer

Results 152 issues of 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: ![image](https://github.com/user-attachments/assets/0e32597b-c72d-406e-bed3-6d6bfb75e4b1) ### Bug description Using "vulnerable" `cookie` module

:bug: bug
:eyes: triage

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

enhancement
migrate
seed

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", () => {}); } } ``` ###...

:nail_care: enhancement
🆘 help wanted
:rocket: feature

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