Peter Leibiger

Results 346 comments of Peter Leibiger

Is this limitation also present when importing directly from `@js-joda/locale` or does this only occur with the prebuilt single locale packages?

Hello Pattrick, thanks for your answer, I will take a look at the example. If I go the dynamic import path, can I switch the locale packages at runtime and...

@GenZodd In your example the form control returns the value `true` or `false` after you check it. Your original value is lost in that moment, checkbox is not meant to...

I have done some work today that addresses a part of the issues here. I opened https://github.com/angular-redux/form/pull/42 for discussion and further ideas.

I added a comment to the commit here: https://github.com/fluttercommunity/get_it/commit/afa6dd3c39b68d852934be80f0540119b1e0a9a3#r147433011 But adding here as well for easier tracking: If there is an error thrown during scope push, the `_pushScopeInProgress` variable needs...

> I didn't know that is is possible to add a comment to any commit. Interesting. That opens another question, what would be the correct behavior in case the the...

Yes, I noticed this in a failing test case, so this is a use case. But I can also imagine showing some kind of error page and a "Try again"...

> Remove the scope again? After thinking about this for a couple minutes, I think this is the best approach. Removing the scope and all its registrations. For my usage,...

If you want, I can create a PR and add a test