Josef Zoller

Results 11 issues of Josef Zoller

UniFFI automatically declares enums in Swift as being `Equatable` and `Hashable`. This results in a compiler error when the associated data of the enum contains a callback interface. Example Rust...

In the documentation about callback interfaces, it says that uniffi enables that the rust traits used for callback interfaces can require `Send` and `Sync` but that this cannot be enforced...

If I haven't overlooked something, it's currently not possible to define options in the style of make/gcc/clang definitions. In theory it should be possible to define it like this: ```swift...

enhancement

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it - Open a project in Zed - Create a new untitled file...

defect
search / project search

Does only work in combination with [https://github.com/SwiftORM/StORM/pull/9](https://github.com/SwiftORM/StORM/pull/9)

Does only work in combination with [https://github.com/SwiftORM/Postgres-StORM/pull/8](https://github.com/SwiftORM/Postgres-StORM/pull/8) [https://github.com/SwiftORM/MySQL-StORM/pull/16](https://github.com/SwiftORM/MySQL-StORM/pull/16) [https://github.com/SwiftORM/SQLite-StORM/pull/3](https://github.com/SwiftORM/SQLite-StORM/pull/3) [https://github.com/SwiftORM/CouchDB-StORM/pull/1](https://github.com/SwiftORM/CouchDB-StORM/pull/1) Unfortunately [SwiftORM/MongoDB-StORM](https://github.com/SwiftORM/MongoDB-StORM) didn't build, so I didn't make a pull request for it.

Does only work in combination with [https://github.com/SwiftORM/StORM/pull/9](https://github.com/SwiftORM/StORM/pull/9)

This PR implements all protocols listed in https://github.com/multiformats/multiaddr/blob/master/protocols.csv. Presumably, this PR closes #97.

Because my last PR took so long until it was merged, I overlooked that the `http-path` protocol had been standardized in the meantime. This PR adds this protocol and thus...

## Description Add support for ip6zone in the quic transport The quic transport now correctly sets the scope_id of socket addresses converted from multiaddrs containing both the ip6 and ip6zone...