Kay van Bree
Kay van Bree
We need this so much. There is a situation where all the hacky tricks I saw won't work. I am deploying to a couple of servers where one of them...
@kyubisation For your solution I need to switch from my nginx-docker setup to serving with express.js right? (there is not much in your readme about serving the files except express.js...
For everybody trying to set environment variables in Angular when starting a Docker container: I worked two days to use @kyubisation's [library](https://github.com/kyubisation/angular-server-side-configuration) to add a Docker container's environment variables to...
@quangv The reason for using environment variables would mostly be the ability to run multiple configs for the same build, which you can also do with [angular-server-side-configuration](https://www.npmjs.com/package/angular-server-side-configuration). Using your method,...
Anybody know of any alternatives for this library? I got some issues copying a folder on Jenkins declarative, but if the repo isn't maintained, I won't even bother trying to...
Right now it doesn't work for yml. It gives the following error: ``` error: src refspec @github.com//.git does not match any. ``` That was after using this config: ``` on:...
I'm in the same boat. Looking at sequelize-cli-typescript now, but I cannot get it to work yet.
@Nolanus Just copied this into a new issue. I don't know if it's necessary to do this, if Edge and IE11 indeed work.
I think using the BroadcastChannel might be a lot faster too, since you don't need to poll anymore.
@simoneP93 I don't think anyone did anything concrete for this. At this moment, my use case doesn't really need it, so I won't get any time to work on it...