Dominique Müller

Results 45 comments of Dominique Müller

Looking into the source code, it seems the effort to implement this isn't that huge. I could imagine two new Observables, for instance `dirtyStateChanges` and `touchedStateChanges`, both either emitting true...

Alternatively, I could also imagine a `@BooleanInput()` decorator, or a configuration in the `@Input()` itself.

Looks like types already exist (under `@types/cpx`) - but I would also prefer the typings coming with the package itself.

@mysticatea Would you accept a PR for that?

Hope this looks fine, let me know if further changes are required :)

We're experiencing the same issue, I'm also happy to take a look at it.

In addition / as an alternative, adapting the brightness based on whether night mode is enabled or not might also be an interesting idea :)

Using https://github.com/untra/polyglot, I was able to at least internationalize the site content. But the theme for sure needs i18n baked in, cause things like the title or the footer content...

I'll look into a German translation :)

Comlink actually does work in React just fine, but there is a bit of setup necessary to get Web Workers running in React first, especially when using `create-react-app`. @hosseind2 I...