Felix Itzenplitz

Results 34 comments of Felix Itzenplitz
trafficstars

https://github.com/cebor/angular-highcharts#using-highcharts-modules

No, then the build does not work anymore. What i do now is, i wrote a routine which restores the keystore on every startup. ^^ Thx anyway.

Install types for node should fix this warning. ``` npm install -D @types/node ```

> @cebor Could you let us know what data you have stored in the CWA (certificates, test results, etc.) > > @thomasaugsten looking at #3626 I'm not sure why something...

For me it's like this: ![image](https://user-images.githubusercontent.com/1576120/142170411-a2c4e07d-0e32-4cd0-880e-e9d0ca5bc509.png)

Sorry, i do not maintain this plugin for rollup anymore. See: https://github.com/cebor/rollup-plugin-angular/blob/master/README.md#looking-for-new-maintainer

Yes, you are right. I don't know the the rollup plugin system very well, to achieve this. It's just a port of https://github.com/TheLarkInn/angular2-template-loader. But feel free to create a PR.

FYI: https://github.com/rollup/rollup/wiki/Plugins#creating-plugins

This is an issue (feature) with docker not with this container. Using the hostnetwork is currently the only solution, but should be fine.

This is part of the network isolation for every container. When you publish ports `--publish`, a proxy forwards all traffic for this specific port from host to container. In this...