Chau Tran

Results 116 comments of Chau Tran

@99JS if you try to console log the data of `queen`, you'll see that it has materials and geometries on it already ```ts public queen = this._ngtGLTFLoader.load('assets/threed/queen.glb).pipe( tap(data => {...

I've seen this as well but not sure how to fix it. If I put a long enough delay (500ms) on the EffectComposer's render, then the error's gone. So there...

http://architectnow.net/ We’re using NestJs for two of our products right now. Boss’s loving it. Ps: Our company is also giving a talk about NestJs at a local Angular Meetup: https://www.meetup.com/STL-Angular/events/253763850/...

Thanks @mareksuscak. Closing

@karer is this still an issue with the latest version?

Hi @aleesaan and @ple16 , thank you for reporting. A `node:app` does not _really_ open any network port. What are you trying to `e2e` a `node:app` or did you mean...

@ple16 Thanks for the repro. I'm taking a look now

@ple16 Gotcha. Let me explain A `node:app` from Nx perspective can be a CLI application or a Web Server like you just shared. Hence, `node:node` executor (aka `serve`) doesn't have...

@ple16 hm...what if you: - Remove `devServerTarget` from `nrwl/cypress:cypress` (keeps the `baseUrl` there) - Run `serve` in a terminal - Run `e2e` in a separate terminal Just want to see...

@ple16 and @aleesaan, thank you for the info. Sorry for the delayed response. I'm still looking for a solution for this to work in CI. Will report back as soon...