Alexander Cyon
Alexander Cyon
The `#[uniffi::constructor]` macro *can* be attached to a function on a `uniffi::Recrod` struct's function returning `Self` today, however, it does not generate and constructor in the generated Swift code. It...
@bendk [asked my in this Matrix thread](https://matrix.to/#/!tsNDDGHvNGVNmvOOzi:mozilla.org/$w1jdiFwzlq5GKoK2Uv3gUzoodvZfG9Ph_YEUT63fEjY?via=mozilla.org&via=matrix.org&via=element.io) to open a GH issue for this # Context I'm writing a lib which must fully control Serde and UniFFI exporting of all...
Gr8 Cr8! I would love to be able to forward all constructors as well! Do you think it would be possible?
This **naive** (w.r.t. memory) fibonnaci impl using BigUInt crashes with `EXC_BAD_ACCESS (code=2, address=..)` in `replace:at` during addition of very large numbers ```swift func fibonnaci(numberOfElements n: UInt) -> [BigUInt] { let...
Seems `localDataChannel` is initialized but never used?
Where can I find a literature reference to the values: ```swift InverseN: ( high: UInt256(1), low: UInt256([0, 1, 0x4551231950b75fc4, 0x402da1732fc9bec0]) ) ``` Thanks!
I saw that the file `FiniteField.swift` uses `@_exported` attribute, `@_exported import UInt256`. https://robots.thoughtbot.com/swift-imports#export-an-import "But considering that it’s a private Swift attribute (as denoted by that pesky underscore 😒 ), we’re...
Problem with inheritence prevents us from making `UIScrolView` makeable. Since `UICollectionView` and `UITableView` inherits from it and they are `Makeable`.
Awaiting feedback on [this StackOverFlow question](https://stackoverflow.com/questions/44417669/swift-naming-collection-merge-methods-where-one-collection-has-priority-over-th).
Take a look at [this discussion on StackOverFlow](https://stackoverflow.com/questions/44393226)