Lucas Rytter

Results 10 comments of Lucas Rytter

@martonp96 do you have plans to implement Node 22? it'll also be [LTS](https://nodejs.org/en/blog/announcements/v22-release-announce)

Does the same occurs when using the functions provided by the ScRT and properly closing them? ```lua local file = io.open() -- ... ``` ```javascript const file = fs.readFileSync() //...

> Hi @AvarianKnight, I didn't figure out how to do it with natives, but I uploaded a clip so you can see https://streamable.com/usr93i It isn't a client-side effect? Did u...

Sounds like a feature request not a issue ¯\_(ツ)_/¯

IMO this should be managed by another application (such as TxAdmin), as the way you proposed is not capable of handling when a crash occours.

> > IMO this should be managed by another application (such as TxAdmin), as the way you proposed is not capable of handling when a crash occours. > > Does...

> which accepts type 0 = DEFAULT, 1 = EVENT to resources for flexibility (only for events that supports it), 2 = BLOCK. IMO, the philosophy behind allowing a blocked...

> Why would banning them be an issue though? Attempting to cheat on a server is still a valid reason to ban someone regardless of if they were successful or...

This looks fantastic! My only thought is about how we can manage effects like bright flashes that only happen for a short time. Of course we could use the current...

That's a normal behavior when u stop the gc like u did in provided repro, u should call `collectgarbage("restart")` to restore.