Barton Ip
Barton Ip
When binary data is returned in a response, `len` is not sufficient to determine the required buffer size. `getsizeof` has been used instead to provide a more accurate buffer value.
Right now if an entity has a navigation property, the object must be completely reloaded (as below) to load in deferred data in navigation properties. For example: ``` orders =...
In reference to #103, StoryVideo now returns an empty Container which shows the user a black screen between video loads inspired by how Instagram switches between stories.
I've added support for all lifecycle events on iOS and Android and the plugin is sending up the exact lifecycle transition from each platform in case granular control of events...
As the [installation of Sysbox requires that all containers be removed](https://github.com/nestybox/sysbox/blob/2979b14f22b3f98775275a658d20ccea5c5a520c/docs/user-guide/install-package.md?plain=1#L76), I think it would be prudent to update the installation instructions to advise users to install Sysbox as early...
@terrier989 we have built a Double Ratchet and X3DH implementation on top of this library. We've also implemented a wand-like interface for the same. Is this something you would like...