subshape icon indicating copy to clipboard operation
subshape copied to clipboard

composable shapes for cohesive code

Results 17 subshape issues
Sort by recently updated
recently updated
newest added

Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno) from 1.1.2 to 1.1.4. Release notes Sourced from denoland/setup-deno's releases. v1.1.4 What's Changed Update action.yml by @​ctdeakin in denoland/setup-deno#56 New Contributors @​ctdeakin made their first contribution in denoland/setup-deno#56...

dependencies

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. Release notes Sourced from actions/setup-node's releases. v4.0.0 What's Changed In scope of this release we changed version of node runtime for action from node16...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

Hi! I have a feature request: It would be great if we could assign default values to optional fields. For example: `$.optionalField("superhero", $.str, "superman"),` And if the field "superhero" is...

enhancement

In paritytech/capi#1174, the call/variant-specific documentation is needed in order to attach the doc to the call factory symbol (should happen [here](https://github.com/paritytech/capi/blob/031b00b108e8a6b54718ceb0af4a1edebf208773/scale_info/transformTys.ts#L138)).

re https://trpc.io/docs/server/validators#with-scale-ts

- #144 - fake data generator - json schema generator - input component (can imagine this being very useful for Capi-based libs) > ```tsx > > ``` - use as...

Very rough idea / makes use of hypothetical `$.exactUnion` (#158) factory: ```ts import * as $ from "scale" import { parser } from "scale-cli-parser" const $sync = $.variant( "sync", $.optionalField("config",...