Alexander Cyon

Results 144 comments of Alexander Cyon

I absolutely understand Kotlin and Python (and bindings for other languages) might bring different perspectives on how Records ought to be used. But I would like to highlight the importance...

Right, but SwiftUI does not work with classes out of the box, SwiftUI is unable to update and react to changes in a class - but "just works" with structs....

Some documentation: https://developer.apple.com/documentation/swift/choosing-between-structures-and-classes First item on the list: `Use structures by default.`

@linabutler nice! I also had the idea id of generaring computed properties in the land of Swift, but we probably need to be able to chose if a no arg...

Hey! Basically every non trivial NewType or type which otherwise wraps another type, and where Id prefer to not have to instantiate the inner type and call into() on it....

Eg the Hex32Bytes structure holding an inner BagOfBytes, would be nice ti delegate the TryFrom and From impl: https://github.com/Sajjon/RadixWalletKit/blob/develop/profile/src/wallet_kit_common/types/hex_32bytes.rs#L79

@hyugit Sorry for my noob question, but by "inverse of N" are you referring to the [modular multiplicative inverse](https://en.wikipedia.org/wiki/Modular_multiplicative_inverse)?

@hyugit Any thoughts about this?

@grill2010 thx for reporting this issue, I'm making a fix now, stay tuned.