Filippo Pinton
Filippo Pinton
- [x] I've asked for help in the [Truffle Gitter](http://gitter.im/Consensys/truffle) before filing this issue. --------------------------- ## Issue After a fresh install of `@truffle/hdwallet-provider` (other packages possibly affected as well) TypeScript...
Hi, I'm trying to create a new release for my project, but version bump is skipped and version remains to 0.0.0 ``` $ yarn release yarn run v1.22.17 $ npx...
It's impossible to build Go bindings for a construct library that depends on this package. The generated `go.mod` clearly can't report the right location for the missing package ``` module...
when using this code: ``` new ecrdeploy.ECRDeployment(this, 'DeployDockerImage', { src: new ecrdeploy.DockerImageName(asset.imageUri), dest: new ecrdeploy.DockerImageName(`${cdk.Aws.ACCOUNT_ID}.dkr.ecr.us-west-2.amazonaws.com/test:nginx`), }); ``` I am receiving the error that this from does not match the typing:...