Alexander Cyon

Results 67 issues of Alexander Cyon

- [x] Add link to documentation in README, solved in #32 - [ ] Clean up test folder structure, names etc - [ ] Upgrade Wycheproof testvectors to v1 -...

Hey, what is the source of the test vectors in `tests/data.json`? :)

In a fork of this repo I have added some more metadata helpful in our stencil templates, In `Schema`: ```swift let isOptional: Bool let isMutable: Bool let jsonKey: String? var...

Hey! Logger does not output anything in iTerm when code is run using executableTarget, is it possible to fix that? I do see output in Xcode's console...

I'm using tarpaulin version `0.30.0` and have just introduced a lot of async code in my PR which results in ~70 falsely flagged "missed lines", see PR https://github.com/radixdlt/sargon/pull/131/checks?check_run_id=24955855717 or view...

Any plans for a Rust generator?

enhancement
new language

(@bendk [asked me to create an issue](https://github.com/mozilla/uniffi-rs/pull/2087#issuecomment-2166132975) ) Following up on [my comment in 2087](https://github.com/mozilla/uniffi-rs/pull/2087#issuecomment-2128711332), using UniFFI with a Workspace works well in the **land of Rust** - especially with...

binding-swift

Whenever we land #2045 (or other PR enabling `Sendable` types) we should try to ensure that UniFFI generated Swift code compiles (and works...) under "Swift 6" mode, that is with...

Adding a new constructor to IndexMap and IndexSet respectively: `just` accepting a single element. # Rationale The `indexset!` macro is great, but I did not know about it until just...

waiting-for-std

### Description I opened a PR with typo fixes in 500+ files. We have agreed it was too big a PR so we decided to split it up. This issue...

task
nfc