Binlogo
Binlogo
I'm experiencing the same issue with duplicate type names in different Rust modules when using [rspc](https://www.rspc.dev/server/router) for Rust and TypeScript communication. I see there's already a draft PR (#72) addressing...
@StuartHarris Hi, if you're interested, please review this PR. Any concerns or suggestion, just comment. If this solution works for us, we can provide or update more examples using this...
Additional notes: To replace *.udl with the Uniffi proc macro for generating bindings, we still rely on an intermediate product, '--library target/release/libshared.{dylib, so}'. This process is not as straightforward as...
> Thank you for your work on this @Binlogo ❤️ > > I'm closing it in favour of #347 which adds a new `bridge` macro that uses `uniffi` proc macro...
> That's interesting. Are you able to use `dns-sd` via CLI? Can you try doing `dns-sd -B` and see what happens? Sure, I run `dns-sd` as follows.: ``` ❯ dns-sd...
@fortmarek, Hi fortmarek. I initially added some tests for `dylib` support on macOS to move forward, but we need https://github.com/tuist/XcodeGraph/pull/12 to merge for platform detection, to ensure `dylib` is supported...
> The PR in XcodeGraph looks good. I would make sure that this PR is green before we merge it (or at least that XCFrameworkMetadataProviderTests succeeds). You can link to...
> Are you able to reproduce the failures locally? @fortmarek Yes, I can reproduce the failures locally. However I'm only familiar with `XCFrameworkProvider` at the moment. It seems that the...
> Thanks @Binlogo - the changes look good overall 👍 > > Reading through the original linked issue - it sounds like embedding dylibs may cause App Store rejections for...
> Thanks @Binlogo > > > This is a valid concern given the variety of platforms. However, we need to find a balance between expressiveness and extensiveness. > > Initially,...