playground icon indicating copy to clipboard operation
playground copied to clipboard

A place to play around with OpenRPC. https://playground.open-rpc.org

Results 23 playground issues
Sort by recently updated
recently updated
newest added

Add support for default values at start / build time for `uiSchema`, `schemaUrl` or some other labels in the page that are not part of the `uiSchema` This is useful...

Following specification: ``` { "openrpc": "1.2.4", "info": { "title": "", "version": "1.0.0" }, "servers": [ { "url": "/path" } ], "methods": [] } ``` Triggers following validation error in playground:`9:14...

**Is your feature request related to a problem? Please describe.** So I'm just starting to dig into OpenRPC. Love the playground (especially the VSCode extension). It would be really helpful...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [open](https://github.com/sindresorhus/open) from 6.4.0 to 8.4.2. Release notes Sourced from open's releases. v8.4.2 Fix support for Podman 51fae87 https://github.com/sindresorhus/open/compare/v8.4.1...v8.4.2 v8.4.1 Fix allowNonzeroExitCode option (#296) 051edca Fix the app argument with...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

**Describe the bug** The type of fields that have a schema like below appears as `stringnull` in https://playground.open-rpc.org/: ``` "type": [ "string", "null" ] ``` Note: the schema is following...

**Describe the bug** When I use the button `TRY IT NOW` on method, It does't load the method name. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://playground.open-rpc.org/...