sescotti

Results 11 comments of sescotti

+1 on this one. I just ran into this problem while trying to mock a final method (unfortunately from a third-party lib I cannot modify), and it'd be nice to...

Facing the same issue here (using latest version)

+1 it starts from `@nrwl/node : 14.7.6` onwards ``` > $ node --version v16.17.0 > $ arch aarch64 > $ uname Linux > $ npm --version 8.15.0 ```

In case someone still has issues with a typescript project, this what I did to make it work: - Add `_module-alias` to `package.json`: ```json "_moduleAliases": { "@app": "src/app", "@commons": "src/commons"...

hi I ran into the same issue as the one described above. I'm using a js lambda resolver that simply throws an exception. Lambda output: ```json { "errorType": "SampleError", "errorMessage":...

hi, this ticket has been open for 5 years already, is it safe to assume it's not going to be worked on? I have a similar situation to @rattrayalex, I'm...

@yashmuni did you manage to solve it on Spring 1.4? I'm using Spring 1.5 now and I encountered the same problem.

hi @ykethan! could you provide a link to follow this on the other repo? thanks!

hi @ethanbennett this fixed the build error I was getting on the library too, can it be merged? thanks @kushkamisha

as a workaround you could use `SYNTH_HCL_OUTPUT=true cdktf deploy` as used [here](https://github.com/hashicorp/terraform-cdk/blob/4fd0a65ae698e999d3ba2590257fd770793dcf36/packages/cdktf/lib/terraform-stack.ts#L93-L94) disclosure: in my case it doesn't work properly since it's not printing any of the attributes (json output...