Michael Telatynski

Results 1303 comments of Michael Telatynski

You can obviously extend the existing View with an extra column and use addShowSQL to check it. I will add a %d replacement for the add methods soon. Glad you...

As far as I see, I just need to: - Implement cloaking (hiding users/domains from books) - Implement %d - Test Test Test - Write Docs and Examples

In theory steps 1 and 2 are done. A lot of testing has to be done now before I can release 3.0.0 but if it works for you then feel...

I really hope that you can get some function from it. I've just had the worst luck, my computer just died, I can't code from my phone so I will...

I can confirm this is no longer happening for me. Thanks

Related https://github.com/matrix-org/matrix-react-sdk/pull/7682

Honestly with the advent of getters in modern JS I think we should undo the deprecation and just have it call the right thing for us, just like we did...

> Since currentState returns a new obj Does it? Assuming the same LiveTimeline the same state object would be returned. > Especially since RoomEvent.CurrentStateUpdated and RoomEvent.OldStateUpdated would not be emitted...

> Is it as simple that whenever there is a new state object both (current and old) get changed? No, the each EventTimeline has 2 RoomState objects, they never change....