Frederik Bertling

Results 93 comments of Frederik Bertling

I managed to make a [minimal example for reproduction](https://github.com/Burtan/realm-crash), which also includes one crash log. I hope this helps! Trying different jdks (versions and vendors) didn't change anything for me....

Is there anything going on for this? Is it worth to look into it for a PR, at least for jvm as a platform, which should be the easiest.

> I've recently saw the [PR](https://github.com/cashapp/paparazzi/pull/371) for rendering compose snapshots. I have not dug deep into the code, but would the merging of resources still revelant for paparazzi if the...

I added a pull request: https://github.com/cashapp/paparazzi/pull/755

The check for application/library modules is still enabled in the gradle plugin when new resources handling is disabled (which is currently the default?). Maybe improve the error message to inform...

Here is my progress. The menu from NavigationView is inflated when onCreateOptionsMenu is called, equal to ActionBar/ToolBar menus. So you can query its childs afterwards. However, findViewById will not work,...

You have to use ``` navView.getChildAt(i)); ``` to get the specific View you want to showcase. However, the childs also include the header and all other views added to the...

Ah, I guess OPFS is currently only available on a small subset of browsers.

Would be very useful on web as well.