Endel Dreyer
Endel Dreyer
Hi @LelouBil, thank you for the suggestion. I agree defining `UserData` and `AuthData` only once would be much more convenient. I'm afraid we're starting to have too many types via...
Hi @freeqaz, thanks for trying out Colyseus and raising attention to this. This is a known issue documented here https://github.com/colyseus/colyseus/issues/510#issuecomment-1507828422 As this is recurrent (and annoying...) I'll validate if the...
I'm afraid that validation is not possible from the library level, as the code gets compiled with the `tsconfig.json` from the library rather than host project 🥲
WebTransport also requires that `"total length of the validity period MUST NOT exceed two weeks"` (see [WebTransport spec](https://w3c.github.io/webtransport/#custom-certificate-requirements))
Hi @yemi, thanks for reporting, I'm not familiar with `nx`, can you provide a small repository reproducing this issue please? 🙏
Hey @romaricdrigon, I've checked out your code and it worked just fine. You may calibrate the "threshold" of the Kick for your microphone sensitivity and ambient noise. ``` kick =...
I don't understand this PR, are you reporting a vulnerability?
Hi @deveshbeniwal, what would be the advantage of using `.AsUniTask()` / `UniTaskVoid` here? Honest question, I never used UniTask and I'm not sure of its advantages over the built-in types....
Need a reproduction scenario, feel free to reopen if you're still facing this issue
Closing old issues, feel free to re-add if you still have this issue, preferably with a reproduction scenario