Falko Schindler

Results 231 comments of Falko Schindler

I'll close this stale PR. We will continue working on icons and colors on PRs #2613 and #2614 for version 2.0.

Thank you, @ZeroCool940711, for your contributions and for actively engaging with our project. We truly appreciate your efforts to improve the codebase. I'd like to address the pattern we've observed...

@iron3oxide That's a valid idea. But at the same time we don't want to raise the barrier for pull requests more than necessary. Sometimes you only want to submit a...

I'll close this stale PR, because my questions from https://github.com/zauberzeug/nicegui/pull/2563#issuecomment-1951210164 remain unanswered. We'll continue working on a pre-commit hook for code formatting on PR #2619.

I just noticed that ```py ui.icon('home', color=color.RED) ``` results in a Quasar color, because Quasar's "red" has the same name. We could avoid that by translating to the hex value:...

To be honest, like with #2613 I'm not certain if we really need this module. But at least there a fewer open questions. The module simply returns color strings. Since...

Oh I see. Maybe it's indeed more similar to #2613 than I thought: It tries to hide some not-so-stable API behind a wrapper, which can add more harm than good.

Ok, let's close this PR for now. If we decide to give it another try, we can always come back an restore the branch.

I just created PR #3389 to update the number element on blur. This should apply the formatting as soon as the element looses focus. This issue actually describes missing formatting...

Hi @TeeFiX42, It looks like you're instantiating `Client` instances yourself. Is that correct? In version 1.4.28 we added the `request` argument to the `Client` class (PR #3286). But since `Client`...