Mike MacCana
Mike MacCana
Thanks @devvspaces ! While you didn't win this particular lesson, there's a lot of good stuff in this PR we'd still love to have your updates. Could you please rebase...
This is a good idea! There seems to be some false positives though: ``` FILE: ./docs/index.md ... [✖] /docs/core/programs ``` But https://solana.com/docs/core/programs exists. Do you know why this is? _____...
> When it checks /docs/core/programs, it tries to visit /docs/core/programs, but this fails. This took me a while to understand, but I think you're saying - > When it checks...
Thanks @wuuer ! Just double checking - is this for the superteam lesson updates bounty?
@wuuer one more reminder! You have a good chance of winning this one if you get the other repos updated.
Should this be merged into #370? We wanted the quiet mode in there. If you're responding to questions for that PR, just add the new commits to that PR, that...
Thanks @Mikerniker! There's some larger PRs for this lesson so I'll merge those first before looking at this one.
Might have worked around it, looks like `borsh` may not actually have an ESM export, so used `"@rollup/plugin-commonjs";` to allow it to be imported. Adding native ESM support in the...
This seems to occur when running `npm i` outside a directory with an existing `package.json`. Others may wish to check if they're actually in the directory they think they are....
Thanks @acheroncrypto ! I gather `DISCRIMINATOR` appears in Anchor next release (I can't find it in 0.30.1)?