Noe Casas
Noe Casas
In case someone arrives here looking for an example of the integration with `compose-router`, I got it working by: * Having `compose-router` working, doing as described in [their readme](https://github.com/zsoltk/compose-router). *...
What do you have in mind? An example app with a simple transition as example or something else?
You should use the same version of camerax as the one used by the version of InsGallery you are using. You can check this in file `config.gradle`. For instance, [InsGallery...
In InsGallery 0.7.0 flash is working for me under Android 10 (Xiaomi A2). Maybe it is due to using the "⚡A" position, where the flash is only used if the...
@intity your branches contain a lot of changes, can you point to the changes that solve the problem with the generation of `epubcfi`?
From the [marian google group](https://groups.google.com/forum/#!topic/marian-nmt/ZvzvMN48xtI), if you are switching the training corpus to do domain adaptation you may want to use option `--no-restore-corpus` to avoid marian trying to restore to...
For me, the workaround (i.e. removing `props.innerRef !== nextProps.innerRef` from `componentShouldUpdate`) does **not** work for Chinese input. I think this issue is related to https://github.com/facebook/react/issues/3926 . In the comments there...
I managed to integrate `SideMenu` with SwiftUI, but it was not easy, and it is not problem-free. Some notes, for anyone wanting to do the same: * The menu view...
About this: > In a pure SwiftUI implementation, a side menu would need to be defined at or near the root view hierarchy to function as it does currently. This...
I created a gist with the SwiftUI component that encapsulates `SideMenu`: https://gist.github.com/noe/d177bb9758f047ffc11b151d36bf5b53