bendk
bendk
Yes I think 2 issues would be better. No worries about raising a second point, it's great to get bug reports with specifics.
One of the worst parts for this is that each foreign module opens its own copy of the Rust dylib. Not only does this waste memory, but it makes initialization...
There's a `[NonExhaustive]` UDL attribute, would that work? https://mozilla.github.io/uniffi-rs/latest/udl/enumerations.html#remote-non-exhaustive-enums
One use case that I'd love this for is when another dev creates a commit on top of mine in git: - I author `change-a` - I use `jj git...
> Regarding "source of truth", I suspect that jj intends to preserve existing distributed VCS workflows and not consider any one repo as the "source of truth", but we should...
In that PR, Tarik said "Looks like this ended up being a breaking change for firefox-ios because of a swift name conflict". I completely forget what that means, but can...
I tested a local Fenix build and it worked for me. @gruberb was able to get iOS to successfully compile. This seems like good enough evidence to me, but please...
> The actual problem I see is more about how we do all these transformations "on the fly" while working within askama - so I agree entirely that a kind...
The pipeline code is like an extended version of this, let's close.
Interesting idea. I think if you used `unwrap_or_clone` we would always use the `clone` side of it, since there's no equivalent on the foreign side to a self-consuming method and...