meDavidNS

Results 5 comments of meDavidNS

The PR would still require some tests, but I would first welcome some feedback on the proposed change before tuning the PR.

I think you can manipulate the main option ```... "arm_serve": { "executor": "@nx-go/nx-go:serve", "options": { "main": "-tags dynamic cmd/main.go" } } ...```

`go list --json all` takes around 0.8 seconds on our repository. I made version of the plugin that uses the Go AST to lookup the imports, see https://github.com/nx-go/nx-go/pull/84 @phillipCouto Could...

@phillipCouto Thanks for the review. I'll have a look this week.

Thanks to a comment from @kentcdodds https://github.com/evanw/esbuild/issues/3287#issuecomment-1672026984 I was able to fix the same error in our pipelines that use playwright bdd tests after starting the angular dev server (using...