Eugene Berdnikov
Eugene Berdnikov
@krzyzanowskim any feedback for this?
> I'm not clear that the Configuration source files you're changing were actually problematic to start off with. The `Vertix` class was using mutable `filePath` to calculate hash value, so...
I has the same issue and was able to determine that it's broken in the [`10.21.0`](https://github.com/realm/realm-swift/releases/tag/v10.21.0), while [`10.20.1`](https://github.com/realm/realm-swift/releases/tag/v10.20.1) works fine. However to run `10.21.0` #7672 fix should be applied manually....
Well finally I was able to build an example, here are steps to reproduce: 1. Switch to the branch [`7989-repro`](https://github.com/evnik/realm-swift/tree/E/7989-repro) in my [fork](https://github.com/evnik/realm-swift) 2. Navigate to the `examples/installation/ios/swift/CocoaPodsExample` 3. Run...
@leemaguire any update for the example and steps I've provided?
As I know, nobody did performance comparison with XF. The only point I have here is some performance important things (like virtualization of `ListBox` items) should work by default (like...
- As far as I know, [TrueCare24](https://itunes.apple.com/app/id1018313445) is the only published app which is built with Appercode UI Framework. Their Android app is not published yet. - We definitely interested...
> how do you support extensibility, customization and the use of native features? > For example, if I want to use a native control from an OSS native library I...
So, what exactly are you stuck on?