Ryan Lee

Results 56 comments of Ryan Lee

@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 ![image](https://github.com/sst/sst/assets/21375952/75744812-0c8e-48c0-91d1-0de84a7f86c6)

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