Timotej Rojko

Results 33 comments of Timotej Rojko

no worries :) im working on some other stuff but i'll get back on it soon.

i've rebased and moved the file to the test folder, let me know if theres anything else i can do :)

Greetings, I am experimenting with synchronous zlib compression in `ws`. This implementation is built on top of `Zlib.prototype._processChunk()` but because its also released as a standalone library, i added it...

Indeed, i intentionally disabled the threshold to test zlib in all situations, to avoid having mixed compressed and non-compressed results

what do you mean with "locally" and "build"? when its built with tsc? docker? what are the differences between your local nodejs and your server?

i havent forgotten about this yet, im working on some other projects. I'll revisit this soon

Nice job with the unpatch. Here are my thoughts about it: There is enough cache control as is, there is no need for further cache control when rehydrating, lets just...

yes, private unpatch for channel user and guild is good. we can try going with the one file per id and see how it will works out. performance will likely...

could be, but then there would be no way of turning them off individually, a single function would shut down the json files option for both, which might not be...

we can use the sharding formula for guilds yes, good idea. channels can be obtained from their guildID, falling back to shard 0 if they dont have one. users should...