Joseph Heck
Joseph Heck
FWIW, I think this is sorted on the `0.9.0` and `main` branch of swift-otel with updates to Swift 6. The sample project that I was using that included 0.9.0 as...
Since I've been working on a semi-related bit of this - if we were to generate documentation (markdown/docc) for an executable using this tool, what would you prefer to see...
No qualms with where you're going - I haven't needed the logging for debugging (which is mostly where I use it) at the Document level outside of the repo, but...
The last option (passing a default logger of .errorOnly) matches the behavior of an Automerge document currently, but makes it explicit rather than implicit. For the Document itself, there's little...
Found this issue after recently hitting it myself. While there's more I'm sure I'm not seeing, would a PR changing that hosted initialization from a `var` to a `let` be...
I just opened https://github.com/mozilla/uniffi-rs/pull/2290 to provide the "quick and easy" fix here - switching the `var` to `let`
Saw the bug listing while I was digging around the repo related to dumping the help output. The arguments are annotated with visibility information up front, but it wasn't evaluated...
Yes - it's complete, I'd close it, but I don't have permissions.
Observer note - FWIW: 0.7ms (70 microseconds) seems like a pretty good response time to serializing out an entire data structure with the RLE encoding and such.
It looks like the intent is likely to have the fileprivate actor hold all the relevant state and do the reading, and this is more of a complication in asserting...