Sam Whited
Sam Whited
I'd like to follow up with support for this idea, as well as another use case. On Mastodon this is an extremely popular feature that is not only used for...
> I haven't worked with transforms myself, so not sure what are the common practices. I can't claim to be a Unicode API expert; I'm not even sure if this...
> There's on goal I already have for the string-level API, which is implement the isX family of functionalities I like that idea too; the Go version uses the concept...
Just to spitball an API design, I've been playing with something like this (mostly stolen and adapted from the Go x/text API by @mpvl): ```rust pub trait Transformer { fn...
I tried installing that and got "Could not store account credentials" after I type my password and try to log in. The same now happens with the actual builds from...
I've done two implementations, the TextView one I added an interface to let form elements indicate that they want to span multiple lines. The other, simpler one, I called a...
And here's a shot of a textview taking up multiple lines in the form: 
In those particular examples the text is at the top, but the forms are being converted from forms in a different system and could have appeared anywhere in the form...
> But generally, I understand that you will need something that spans across label and field, correct? Not necessarily, I just need something that lets me provide instructions or other...