Simon Choi

Results 12 issues of Simon Choi

Is it possible to use the [lite version](https://github.com/facebook/rocksdb/blob/master/ROCKSDB_LITE.md) of RocksDB? For a simple program using `rust-rocksdb` I get a binary size of 2MB which is too much for small apps...

I would expect `TypeChecker.isAssignableFromType(staticType)` to take the nullability of the types into account. It returns `true` incorrectly if the TypeChecker type is not nullable but `staticType` is nullable. Dart SDK...

It was clear from the beginning that Isar should support some kind of synchronization capability. Until now I wanted to implement something similar to dexie's sync strategy which provides [eventual...

enhancement

It would be super cool if we could get some help making the Isar Inspector more beautiful. If someone is interested, please let me know 🙌

enhancement
area:inspector
help wanted

Hi, This plugin is awesome 👍 Would it be possible to prefer [here](https://github.com/facundomedica/fast_qr_reader_view/blob/c42f740593ad5702c37fa3a4e1a2ac74d4741c32/android/src/main/java/co/apperto/fastqrreaderview/common/CameraSource.java#L428) an aspect ratio that matches the screen aspect ratio to allow full screen barcode scanners? Thank you!

Dear Hive Community, I'd like to apologize for my lack of support and updates for Hive over the past year. Despite this, your commitment to the community has ensured that...

enhancement

Hey! Thanks for using Isar, opening issues, participating in discussions and being an awesome community 💜 I would love to hear about the projects you build using Isar. What you...

Isar currently only supports in memory SQLite on web. To persist data we need to write a custom [virtual file system VFS](https://www.sqlite.org/vfs.html) that supports persistence. We can either use IndexedDB...

enhancement
help wanted
v4