Ryan Lee
Ryan Lee
Any updates on this?
@EricCrosson did you ever find a proper substitute for this library?
What repo did you run this on? Its likely due to a `mergetag object` or PGP signature in the `git rev-list` before the commit message.
Add `NO_BUN=true` to your env 
Using jsdoc comments might be a decent work around for now. You can still import the generated typings. Example: ```js import { ConvertLibContract, MetaCoinContract } from "../types/truffle-contracts"; /** * @type...
> Hi @Piccirello, thanks for the update. There might be a misunderstanding this PR adds types to the generated output, so its usage is type-safe, hence the quicktype dependency. and...
@tjjfvi can u rename the repo's title to whats in this issue's title
> Ideally the `MultisigRune` would take an array of strings representing member addresses, decode them automatically and make sure they're valid. Although `string[]` is not that narrow, if's a bit...
Added #1010 to Pre 0.1.0
Initial assessment is it doesn't like the `CAPI_SERVER` environment variable. When removed it works