Ferdinand Malcher

Results 39 comments of Ferdinand Malcher

waiting to continue, until we've found out more about the INIT command and the JSON object that the mixer is supposed to return after INIT. cc @JeffreyDavidsz

@Hypercubed Thanks for your patience! Lots of things going on here at the moment … Thanks for your contribution which I think makes sense. The only thing that's missing is...

One thing that's still open for discussion: You only added the options to the standalone variant. I think we should also make them available for the Angular CLI builder. Is...

Nope, the releases section is fine for me. However, the stuff at the top of the README has to go away.

Thanks for your report! How do you think we could solve this? Which messages should be always visible, which should be hidden bu default? IMO, giving the "no-silent" option a...

Since the environment files will not be generated by default anymore (see https://github.com/angular/angular-cli/pull/23931), will the `isDevMode()` function be the new way to configure the store devtools? ``` StoreDevtoolsModule.instrument({ maxAge: 25,...

I just add my 2 cents here because I think this is worth a discussion. In general we can distinguish between two ways of implementing sub-forms: 1. ControlValueAccessor (CVA) 2....

That's fine, but it will sitll take a few seconds after this until the full state has been received from the mixer. I don't think we need this feature at...

Unfortunately, there is no way to configure GitHub Pages to avoid this. It might be possible to achieve something like this with a custom Jekyll deployment through GitHub Actions and...

@JohannesHoppe It still works, but of course the server sends a 404 status with the first request (together with the 404.html). So nothing has changed here, but I also don't...