Endel Dreyer

Results 152 issues of Endel Dreyer

Something like: - http://mozilla.github.io/localForage/ - https://github.com/daleharvey/pouchdb

feature

### **Description of Bug** The WebSocket client doesn't seem to be receiving the payload correctly when using `.binaryType = "arraybuffer"`. https://stackblitz.com/edit/stackblitz-starters-uuauht?file=public%2Findex.html ### **Steps to Reproduce** 1. Start the http/ws server...

tracked

Some commands are not applicable in the context of not having a Redis instance. **Key:** - [ ] EXPIRE key seconds - [ ] EXPIREAT key timestamp - [ ]...

- Update `SchemaSerializer` to use schemas v3 (https://github.com/colyseus/schema/pull/173 / https://github.com/colyseus/colyseus/issues/709) - Improve buffer / memory allocation for sending messages - Allow to set state from class definition (`state = new...

https://github.com/colyseus/colyseus/issues/709 - Use `msgpackr` package instead of legacy/hardcoded `notepack.io` - Improve (re)usage of Buffers when building messages. **Pending tasks:** - When trying to use both the JavaScript SDK and the...

https://github.com/colyseus/colyseus/issues/709 _(Documentation coming soon)_

https://www.construct.net/en/forum/construct-3/plugin-sdk-10/addon-sdk-v2-182122

As the encoding Buffer is tied to the module scope ([`target`](https://github.com/kriszyp/msgpackr/blob/0da484e8440c7a04227e3ceaa26640deaef00b69/pack.js#L12)), when using multiple `Packr` instances along with `.useBuffer()` - that `Packr` instance is not ensured to be using the...