Markus Riegel

Results 9 comments of Markus Riegel

The same issue is triggered by calling `Sheet.autoSizeColumn(Int row)`, this also needs the `FontRenderContext`. Thanks for adding the example of how to add implementations for missing classes!

> Is this whole process now broken under Splatoon 3 v2.0.1? For me it's still the same as before: Additional black pixels when printing patterns. And misalignment which happens twice...

I couldn't figure out anything useful looking at `USB_JoystickReport_Output_t`. But I changed a bit how "inking" is done so that the patterns won't get unwanted black spots anymore. And I...

Thanks for letting me know! The way this library currently works is by re-creating the query each time a new page is requested. While this works great for most cases,...

Sure. The `InfiniteFireArray` [caches]((https://github.com/marcorei/Infinite-Fire/blob/master/infinitefire/src/main/java/com/marcorei/infinitefire/InfiniteFireArray.java#L55)) `DataSnapshot`s. While this can become a concern with large amounts of data, at 100 `DataSnapshots` this shouldn't really be a problem. You mentioned that you're using...

This looks strange. I guess this is caused by events fired by `Firebase`. `messageTime` looks like it's a server-generated timestamp which would cause `Firebase` to update the message soon after...

No idea why the behavior changes after 10-15 items. The events fired by Firebase change after the total number of items exceed the limit of the query, but your initial...

The problem was caused by wrong `previousChild` values. As far as I remember I did not manage to find a solution for the movement/sorting but tried to at least prevent...

I just ran into this issue as well. Any temporary workarounds?