Bartek Banachewicz

Results 25 comments of Bartek Banachewicz

I'd like to voice that I think it's a very important feature. Could anyone with relevant knowledge elaborate on the "breaking changes" mentioned by @danielstjules? Is this something that could...

This sounds like a super useful feature and I'd love to have it done.

Lambda can't be done reliably because it's a valid identifier IIRC.

@jhoxray The introduction of WebAssembly is going to make (P)NaCl largely obsolete I think.

> The need for this could be alleviated by more flexible undo/redo functionality (undo a change not on top of stack). Even being able to revert changes per-feature would be...

The download endpoint exposed on UG is secured to prevent simple downloads right now; as such, this tool wouldn't work.

@JohnSmith2007 I do have a workaround, but I'm not willing to share it publicly. Please contact me on my gh email address.

Actually, does that mean that only one listener can be active at a time? I was struggling a bit because there's no `removeListener`/`removeAllListeners` exposed...

I've just tested and it seems that the subsequent calls to `.on()` are ignored. For reference, I worked around it by binding via a proxy: ```ts this.channel.on('spectating', (data: Data) =>...

This seems like a rather grave limitation. I think the library docs would benefit from at least some pattern to implement this; "get all events for today" is a very...