Matt Widmann

Results 73 comments of Matt Widmann

As an example, http://htmlsig.com puts the following disclaimer at the bottom of their email (which is common among businesses) > This e-mail message may contain confidential or legally privileged information...

Workaround for fixing this with `pnpm` as an example. Add the following to your package.json file: ``` "pnpm": { "overrides": { "jsii-rosetta": "~5.1.0" } }, ``` Then `pnpm install` and...

Turns out the `x86_64` version is functional on my M1 mac (presumably via Rosetta). So to fix, as a workaround, simply `rm $HOME/bin/agc` and copy the `agc` executable (which is...