Alexander Cyon

Results 144 comments of Alexander Cyon

@ckerr Thanks, I reverted the three you highlighted, I went from some of the other files and think you found them all, those three.

@ckerr Context: I informed lots of repos that Github user "vivoxfold3" had suspicous activity: 1. has no sources (only forks) 2. no profile photo 3. no followers 4. no bio...

> I agree that the volume of PRs might look like a red flag. He got angry because I flagged him... YES I'm an extremely active Github User - which...

> This proposal doesn't rely on unique features of `IndexMap`/`IndexSet`, which makes it a case where I would prefer to see an API standardized in `HashMap`/`HashSet` first, so we can...

@mhammond UniFFI does not support Swift bindgen of Cargo Workspace where CrateX depend in CrateY - where both CrateX and CrateY are UniFFI crates. UniFFI generates broken Swift code.

Next week I can write a detailed report - with minimalistic code examples.

> Next week I can write a detailed report - with minimalistic code examples. I did not forget, just have to focus on completing some tasks at work this week...

@mhammond @bendk OK so I've created three small demo projects - projects which uses UniFFI with many crates having UniFFI as a dependency in a workspaces setup: | Repo |...

@mhammond ok so here is an update: 1. Workspace works with Python if one uses `[bindings.python.external_packages]; crate_x = ""; crate_x = ""` I had missed this completely, so my bad....

When I last tried using a multi-UniFII-crate setup last summer it worked beautifully for Kotlin. Worked well for Swift with UniFFI **bindgen tests** but not for production. I later on...