Endel Dreyer

Results 381 comments of Endel Dreyer

Thank you for the detailed report @CookedApps! I've just pushed a new version ([0.15.18](https://github.com/colyseus/colyseus.js/releases/tag/0.15.18)) using your suggested solution as a workaround. The Storage class is only used internally to store...

Hi @gonpombo8. I'm not too familiar with the latest SDK7 on Decentraland, can you provide more background info, and how to reproduce the issue? The `"exports"` field is mandatory for...

Hi @gonpombo8, I see! Thanks for the details. Can you try `[email protected]`? I've added a "./decentraland" export. It should be possible to import like this now: ```typescript import { Client,...

Hard to say what's the issue there. Can you send me the final build so I can take a look? If you'd like to we can chat via Discord to...

I consider this to be a bug on Cocos Creator: https://github.com/cocos/cocos-engine/issues/13546#issuecomment-1326457875. If `URL` is available in a native environment, it should implement its basic functionality. As a workaround, you can...

Thanks @jcro21, they’ll have to be migrated as they were hosted on the Arena service (wrote a letter about it here https://colyseus.io)

Pinging @JaimeGensler as he may have some insights to share from implementing [thyseus-transformer](https://github.com/JaimeGensler/thyseus-transformer) for [thyseus](https://github.com/JaimeGensler/thyseus).

Yes, but I think it's totally possible to PHP generate the bash completion file, since the necessary definitions are already there. Completions AFAIK have four main variables: - `COMP_WORDS` (array):...

It seems having `UserData` and `AuthData` as generics there wouldn't fix implicitly accessing the types from `onJoin()` and `onLeave()` - ideally those types should be accessible everywhere `Client` is used...

Hi @khoakomlem, I think that'd be the only way... I wouldn't like to introduce such a big breaking change on the next version (`0.16`), but it would be ok if...