beeman

Results 176 comments of beeman

@DominikPieper that's a good point, in fact I already encountered some unexpected behavior when running my e2e tests. I worked around this by installing [the latest versions](https://github.com/nxpm/stack/blob/main/e2e/stack-e2e/tests/stack-init.spec.ts#L24-L27) of the main...

Hi @vantk85, thanks for creating this issue. I'm going to look into this over the weekend!

> Hi @beeman thanks for feedback, I have also reproduced the issue using Yarn, NPM and PNPM. Same error! Thanks @ruslanguns - I'm actually debugging it. Hope to have a...

Time for heads-up, this turned out to be a snake-pit of issues. I'm probably going to move the project over to a new workspace based on the latest Nx 12,...

Hey all - it took a while but I finally got to re-building NXPM on Nx ~~12~~ 13 with Angular 12 on board! It's published to npm under the `next`...

With the help of @JonnyBGod I've created an example implementation https://ngx-scrollspy.now.sh The source can be found here https://github.com/beeman/ngx-scrollspy-angular-cli-demo

With the help of @JonnyBGod I've created an example implementation https://ngx-scrollspy.now.sh The source can be found here https://github.com/beeman/ngx-scrollspy-angular-cli-demo

With the help of @JonnyBGod I've created an example implementation https://ngx-scrollspy.now.sh The source can be found here https://github.com/beeman/ngx-scrollspy-angular-cli-demo

With the help of @JonnyBGod I've created an example implementation https://ngx-scrollspy.now.sh The source can be found here https://github.com/beeman/ngx-scrollspy-angular-cli-demo

Hi @pascalandy , If you run the following command in your project it should build a file called `app.bin`: ``` docker run -it --name dockerpkg-builder -v $(pwd):/app/ -v $(pwd)/.pkg-cache:/root/.pkg-cache --rm...