Damian Bielecki

Results 25 comments of Damian Bielecki

Had the same issue, @bashleigh has helped. It looks like it is not related to any specific middleware used - or we are dealing with two distinct problems here and...

Looks like something I am proposing here: https://github.com/nrwl/nx/issues/9034 in "Alternate Implementations". I would appreciate input and some voice to that issue, maybe Nx Team will respond.

@FrozenPandaz Sorry for calling you out here, but this is important issue for us. I've created this issue as requested. I think I've presented my case well, given rationale and...

@airtonix That was a typo on my part, obviously I meant `overrides`. Overrides as defined in source code as: https://github.com/nrwl/nx/blob/8c38b8618d111b14e9b9574c4a818b9c685b49cd/packages/nx/src/tasks-runner/run-command.ts#L268-L271 Are params you pass to executor to override default settings...

@FrozenPandaz Could we address this somehow? I have just made a jump from version `14.1.9` to `14.3.6` and now it doesn't even work for the same executor. I went through...

@Enase Would you consider releasing it as a separate package (`serverless-aws-alias-hotfixed`)? It has been almost a year and most of us would really appreciate a working version. Thank you in...

I have created PR for this issue: https://github.com/TypeStrong/dts-bundle/pull/77

I have a similar issue. I work in monorepo and base `tsconfig` is NOT where `serverless.ts` resides. I did some testing and setting `"baseUrl": "."` in the `tsconfig` where `serverless.ts`...

Hmm, I feel like this is a recurring issue. There was a long thread where people asked about ability to bundle multiple workspace libs (not event buildable ones) into one...

@maxisam Yeah, that 10 libs and 1 was a simplification, sorry I didn't want to dive too much into details. It is a couple of libs that hold some "shared"...