Joseph Shearer
Joseph Shearer
Hi! I came across this project on my travels, and am interested in using it... is it still being developed/maintained? It seems the last release+commit was a year ago. Follow-up...
In the system I'm building, we have `ViewControllers` and `ViewControllerComponents`. Each ViewController type has a name, like `form_view`, `map_view`, etc. Each ViewController has specific ViewControllerComponents that correspond to it, like...
I'm using this library in conjunction with `pouchdb-adapter-react-native-sqlite` ultimately to act as a performant backend for RxDB: our use case is supporting potentially offline devices. I'm encountering a whole bunch...
After encountering and fixing the problem in #80, it appears that RN is actually still using the built in JSC instead of the one specified in ``` configurations.all { resolutionStrategy...
## Bug Report ### Version ``` tracing = "0.1.25" tracing-futures = "0.2.5" tracing-log = "0.1.2" tracing-opentelemetry = "0.12.0" tracing-subscriber = "0.2.18" ``` ### Platform MacOS 11.2 ### Crates ### Description...