generator icon indicating copy to clipboard operation
generator copied to clipboard

Multi-Component & Multi-Language Generators for OpenRPC

Results 21 generator issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Trying to generate a typescript client off of the spec here: https://raw.githubusercontent.com/MystenLabs/sui/main/sui/open_rpc/spec/openrpc.json Heap limit is exceeded even after increasing max memory usage for Node: ``` export NODE_OPTIONS=--max_old_space_size=16384...

**Is your feature request related to a problem? Please describe.** Is it possible to create a "Markdown" formatted generator using Open-RPC/generator? If so, it would be great to document that...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

When I tried to copy and run the command from README, I got an error. This commit fixes the command and makes it runnable straight from the copy button.

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps the npm_and_yarn group group with 2 updates: [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies

One could start asking questions w/o creating an issue each time (in addition to discord)?

When I use the RUST client generator for this OpenRPC document: ``` {"openrpc":"1.2.1","info":{"version":"0.0.0","title":"afx.core"},"methods":[{"name":"rpc.discover","description":"Returns an OpenRPC schema as a description of this service","params":[],"result":{"name":"OpenRPC Schema","schema":{"$ref":"https://raw.githubusercontent.com/open-rpc/meta-schema/master/schema.json"}}}]} ``` I get this error: ``` Invalid...