Sertonix
Sertonix
There is another way with a constrained type of `T`: ```ts class MyEventEmitter extends (EventEmitter as { new(): TypedEmitter }) { /* ^ ^ ^ ^ defining first T defining...
Ok, I double checked and it was an error in mcwiki
This is finished. I can do this for other versions later but not in this pull request.
I think you could also implement an end to end encryption system. For the server and players without this mod the messages would be garbage and could not be used...
Maybe a grayed out checkmark would be appropriate. Since the user can't disable it then.
> Can we actually verify the system wide settings always has the same paths in every distro? If the path is modified that is a problem of that distro not...
Does it work if you remove this safety check? https://github.com/swaywm/swaylock/blob/91bb96811054e66022b109e269a4fabaa2221e2b/shadow.c#L18-L22
I think the problem is that this is possible: ```ts class SubParent extends Parent void}> { something() { this.emit('event_one', 42); // then this code is invalid } } ``` This...
While bundling the core packages some pull requests get lost. It would be nice if they would get a bit of attention. I haven't checked all bundled packages but already...