Lucas Ennouchi
Lucas Ennouchi
Hi ! Setting `:autoToggleAspectRatio="true"` does not update the ratio of the canvas after uploading the file. Thanks.
Hi, When watching prefill var, this.removeImage() is triggered when the component is destroyed : ``` watch: { prefill () { if (this.prefill) { this.preloadImage(this.prefill, this.prefillOptions) } else { this.removeImage() }...
When trying to deploy a AWS lambda function with NodeJs (Typescript) using Infisical SDK I get the following: > ā [ERROR] No loader is configured for ".node" files: asset-input/node_modules/@infisical/sdk-darwin-arm64/infisical.darwin-arm64.node >...