Tobias Marschall

Results 16 comments of Tobias Marschall

`pathWithFields` does generate duplicate enums, too, doesn't it. It did not work for me at least.

`go_router` can do this. There you can pass a `Listenable` to the router. The router then redirects based on the values of the listenable. (https://gorouter.dev/redirection) Would be great if beamer...

@Kavantix Would be great if you could elaborate on why the whole thing would get complicated. I want to build the same thing, and I am struggling with it, but...

I am actually trying to have a bottom (tab) bar for navigation, where scrollable content scrolls beneath it. I want to make the bottom bar opaque in order to add...

Do you plan to provide JWK in the future? This would be great because then our API Server would not need the secret to validate the JWT but could just...

Actually a great and simple idea, however what about mapping to POJOs where some properties can be null and others not. In those cases, `mappingIgnoreNulls` would throw a null pointer,...

From my point of view, this plugin should keep notification sending and channel creation separated. This caused a lot of confusion when I initially added this plugin to our application....

I believe this should not be closed.

It would be great to have this issue resolved from my point of view. I'd love to try to create a PR implementing it similar to how @rrousselGit proposed it:...

That actually sounds even better! Happy to then test it when you're done.