Endel Dreyer

Results 132 issues of Endel Dreyer

Hey guys, as we're moving towards `1.0.0` (~August maybe?), I'd like to reduce the complexity as much as possible on the next version that will contain breaking changes. So I'd...

❓ question

Discussion: https://discuss.colyseus.io/topic/363/error-invalid-method-matchmake/2 Related issues: - https://github.com/colyseus/colyseus/pull/334 - https://github.com/colyseus/colyseus/issues/328 - https://github.com/colyseus/colyseus/issues/312

To prevent the process from consuming too much CPU and slowing down all of its spawned rooms, it would be best to have a way to limit the number of...

:rocket: feature

Hi, does this work with Unity3d? I'm just wondering, I don't really need it at the moment. This would be valuable to use along with Unity, though. Cheers!

Hey there, First of all, thanks for this awesome library. I'm importing the binary `unity` (not `unity-full`, version `0.9.0-beta1`) and building for the web and here's the error that I...

question

Hi there, I'd like to propose a feature when generating links for "ideas" contribution. It would be handy to allow changing the link, without replacing the whole template. Currently, the...

enhancement
status: available
priority: medium
pinned

Apparently this will solve our needs, can't wait to try it out https://wicg.github.io/web-transport/

For UPM. See https://github.com/endel/NativeWebSocket/pull/32

enhancement

It's a simple feature that are implemented in different ways around the community. It would be nice if as3corelib natively support it. var array : Array = new Array(1,2,3,4,5); ArrayUtil.shuffle(array);...

Currently to reset passwords it's necessary to implement everything in front-end. It should be necessary only to trigger [auth.forgotPassword](http://doubleleft.github.io/hook-javascript/classes/Hook.Auth.html#method_forgotPassword) in the frontend. The [auth.resetPassword](http://doubleleft.github.io/hook-javascript/classes/Hook.Auth.html#method_resetPassword) should be deprecated. So the process...

enhancement