Shane

Results 63 comments of Shane

hi @Fleker, Thanks for the report. The theming comes from the base gatsby theme, probably should move over to `open-rpc` org at some point in the future, but right now...

sorry this took so long to take a look at. tested it out by hand looks like its all working properly. thanks for the contribution.

@Cal-L mock server stuff is working now, but an unrelated android e2e suite is failing.

@SocketSecurity ignore npm/[email protected] @SocketSecurity ignore npm/@mantine/[email protected] @SocketSecurity ignore npm/@open-rpc/[email protected] @SocketSecurity ignore npm/@open-rpc/[email protected]

@SocketSecurity ignore npm/[email protected] @SocketSecurity ignore npm/@open-rpc/[email protected] @SocketSecurity ignore npm/@open-rpc/[email protected] @SocketSecurity ignore npm/@metamask/[email protected] @SocketSecurity ignore npm/@open-rpc/[email protected] @SocketSecurity ignore npm/[email protected] @SocketSecurity ignore npm/@open-rpc/[email protected] @SocketSecurity ignore npm/@open-rpc/[email protected] @SocketSecurity ignore npm/@open-rpc/[email protected] @SocketSecurity ignore npm/@mantine/[email protected]...

> Ive seen that the Missing methods don't appear in the html report, but they do on the console 🤔 I don't have support yet for missing methods in the...

Here is what it looks like in the current docs as by-position: ![image](https://github.com/MetaMask/api-specs/assets/364566/dc5fbd1a-82ce-441a-844a-fd85eb08434e) if I just add `by-name`, we get this: ![image](https://github.com/MetaMask/api-specs/assets/364566/3a1cf73d-55b9-42a5-86d4-713585c6412e) which isn't correct. in JSON-RPC you should really...

we removed the snap methods in [this PR](https://github.com/MetaMask/api-specs/pull/218) because they are dynamic `by-name`, which isnt supported, the downstream tools needs some work to allow that to happen. maybe an `x-`...