Luis Cortes
Luis Cortes
Any plans to make Curve25519/X25519/Field25519 ready for production? The code seem to be pretty stable at this point. Is there anything we can do to help move the process along?
## Overview: I'm trying to achieve an effect similar to #116, but with the `maxOf` function. Unfortunately for me, I'm a little bit confused by Contour's behavior when I change...
Calling `AttributeSet.getAttributeCount()`, `AttributeSet.getAttributeName(Int)`, or `AttributeSet.getAttributeNamespace(Int)` from within a custom view that's been inflated via XML throws an `UnsupportedOperationException`. If the test continues, the view which triggered the exception is not...
I’d like a symmetric way to put space between my elements. Today I’m hacking it with margins on N-1 components and it looks bad. ```kotlin Row { Button( modifier =...