James Pamplin

Results 2 comments of James Pamplin

I also got hit with this - and also with a currency formatter similar to @vladev. ```ts // i18n/custom-types.ts export type MonetaryAmount = { currency: string value: number } //...

We just had this issue on Terraform Cloud. Fixed by changing `python` to `python3` for the external scripts in a fork of this repo and on [terraform-archive-stable](https://github.com/raymondbutcher/terraform-archive-stable). Happy to raise...