Max Nötzold

Results 6 comments of Max Nötzold

Is it possiblet to get this merged? I would resolve the conflicts in that case. @emregudur i state again that this feature is an optin feature and doesnt change any...

I also encounter this error regularly. I tried this simple solution: ``` const clientMeta= /** @type {MetaClientState} */ (awareness.meta.get(clientID)) if (!clientMeta) continue; const clock = clientMeta.clock; ``` But it actually...

I would love to have this feature as well. In principle, I see the point of automated tests, but it doesn't really seem necessary in this case. As [mdn states](https://developer.mozilla.org/en-US/docs/Web/API/Window/self)...

> Almost every refactoring (especially a large one) can create bugs. So, I need to check this pr more carefully before merging it. First, I need to check these tests....

@IraSoro These tests should probably be done in the generated Android app rather than in the web app, right? However, when I follow [the guide with the Dockerfile](https://github.com/IraSoro/peri/blob/master/BUILDING.md), the generated...

I also had this problem. For me the problem was that I had equipped the parent container with an overflow. If the MessageList itself is not scrollable, it logically does...