nlmarco

Results 5 issues of nlmarco

I need to access web-services through a network-proxy. The network-proxy requires authentication. The customer expects silent authentication as the current Windows-user (single-sign-on, _no_ password-prompt!). I did lots of research and...

new feature

As already mentioned in https://community.openhab.org/t/using-nginx-reverse-proxy-authentication-and-https/ and https://community.openhab.org/t/apache2-reverse-proxy-with-ldap-authentication-https-and-url-path-prefix/ it is often desired to run OH within the scope of an URL-path-prefix, i.e. *not* in the web-server's root (/). It would be...

### Which @angular/* package(s) are relevant/related to the feature request? core ### Description Currently, all services that are declared on the module-level are singletons. It is not possible to my...

feature
area: core
core: di
feature: under consideration

### Which @angular/* package(s) are relevant/related to the feature request? core ### Description Angular lately added support for subclassing a component. It is thus now possible for a downstream-app to...

feature
area: core
core: component extension and customization
feature: under consideration

I'm currently upgrading our project to Angular 15 + TypeScript 4.9.5 and building it now fails with the following error: ``` ✖ Compiling with Angular sources in Ivy partial compilation...