Martin Nyolt

Results 3 issues of Martin Nyolt

At line 218 of eventsource.js you check for error code ≥ 500 and retry the connection: https://github.com/sguiheux/EventSource/blob/1859fa4ccb8c16e07b09dc458e035ca68e18b8b7/eventsource.js#L218 Errors in the 400 range, on the other hand, will lead to an...

**Description** I have set up a private registry and secured it according to the [recipe](https://docs.docker.com/registry/recipes/nginx/) with an nginx reverse proxy. nginx listens on port 5000 using SSL. `docker pull myregistry:5000/foo:latest`...

area/distribution
version/20.10

Since Angular 20.2, the @angular/animations package is [deprecated](https://angular.dev/guide/animations/migration). Angular has a new set of [features for animations](https://angular.dev/guide/animations), mostly based on native CSS transitions and keyframes. Removing the `BrowserAnimationsModule` or `provideAnimations()`...