Simon Hausmann

Results 709 comments of Simon Hausmann

Could you provide an example of how the ButtonBase API looks like, roughly?

Ahh, right, so either way we have to first answer the question how to declare the style able properties: As struct, as individual properties, or using a third method (to...

> And if the rich text editor spits out Markdown Just to clarify: this issue is not about rich text support in the text input element. > What even is...

I believe the current draft PR implements `…`.

This is the panic: ``` thread 'translations::plural_rule_parser::test_parse_rule_expression' (33972856) panicked at internal/compiler/translations.rs:465:20: parse error: ParseError(unexpected token, rest="= 1)") ``` The comparison operator code tries to strip, so with for example `===`...

> I believe gettext doesn't understand these either and that toglee is producing invalid expressions. I agree. I've sent them an email.

> Ah but that's the test. I thought the compiler was panicking when running. Right, the compiler doesn't panic. The app's build process aborted in `build.rs` because of the error.

Perhaps we should clamp the displayed value to the maximum, to make it easier to discover what our default of 100 is. Another option would be to change our default,...