Aleksej Komarov

Results 38 comments of Aleksej Komarov

I'd argue this should be extended to all operators for consistency, or at least be made configurable, because current situation is incredibly inconsistent, especially if you decide to format TypeScript...

Important update: I have checked what could be causing issues, and I have no fucking clue. Would be useful to setup a fuzzer to simulate chat activity, and catch dropped...

Implement TCP over output/Topic?

Yeah, the retransmission part

Placeholder for the BYOND bug which probably causes this, needs reproduction: https://secure.byond.com/forum/post/2670536

It seems that hooks aren't that hard to implement. All Inferno hook points are clearly defined, we just need to expose them on an options object, and copy paste, wire...

@BaibhaVatsa Yes, I'd really like to see this implemented.

This is a very basic, bare bones setup for hooks (i was coding it inside tgstation repo, which is less than ideal, but this diff will give you the basic...

> And yes, this allows hooks to be used in class components! Epic!

@marvinhagemeister to be clear, I don't think that code is bad in context of Preact, it's just written in a way that makes it less portable, at least that's how...