Joseph Heck
Joseph Heck
I'd set up tracing in a test intentionally, and noticed the delay and thought "huh, okay" - but didn't investigate that as an issue directly. Then I happened across it...
This probably could be a duplicate of #36 - a very similar concept, but making assumptions about a test runner and the number of suites to be run. In my...
Just run once, and early (before the test runner invokes any test in the same process)
That is pretty much exactly what I'm doing today, slightly different format though - spinning up what I need in a global (shared) actor to be able to access the...
Digging through existing tests, code, etc - Looks like the types to expose from Rust over into swift include `BlockOrText` - an enum that holds either the block structure or...
UniFFI exposes a Hashmap as a default type (https://mozilla.github.io/uniffi-rs/udl/builtin_types.html), which it looks like we'll need to use for some of this API which accepts (and returns) maps. the `hydrate.rs` module...
Further updates pending community feedback...
After letting this sit in my head for a while, I think the better option is to close this and not make these updates.
After trying it out and living with the revised names a bit, while keeping the original functional, I think the maintenance overhead of the revised naming wasn't likely worth the...
That's not exposed from the core library (as of version 0.5.7)