Tim Oliver
Tim Oliver
At the moment, if a Realm object has a child Realm object property, there is no code in the Browser to be able to inspect the properties of this child...
While the Realm Browser for iOS technically has all of the provisions in place in order to open synchronized Realms, it's never properly been tested before. The two main parts...
If providing a lot of buttons and the alert view gets super tall, it'll end up getting clipped.  This can probably be fixed...
While passable, the visual look if the user swipes on a cell and the delete button appears looks quite messy. On iOS 13, the delete button is also wrapped inside...
When re-arranging cells in edit mode, the cells don't update whether their corners need to be appropriately rounded or not. This *should* be relatively easy to fix, but it will...
At the moment, this library only covers the gamut of encoding and decoding WebP image data. But Google has provided more features and capabilities for WebP in the `WebPMux` and...
At the moment, encoding WebP image files only exposes the official presets supported by `libwebp`. These presets actually pre-fill a much more complex configuration struct, which normally can be tweaked...
The Danger flow seems to be returning a 403 error. I've created this empty PR so I can run that action and debug if something in the auth flow has...