Richard Wise

Results 26 issues of Richard Wise

I'm very excited to see the automation involved in this repository to ensure the definitions are kept up to date. However, tracing the origin of the definitions is quite hard...

documentation

Currently the definition of `Resources` Properties is very generic: ``` Properties?: { [k: string]: unknown; }; ``` This does not provide support for or catch any issues with the properties...

In order to help understand the SBT API, the documentation at http://www.scala-sbt.org/0.13.12/api/index.html#package should include links to the source files to avoid users having to manually locate the class and function...

Enhancement
help wanted
uncategorized

https://github.com/ardatan/graphql-mesh/blob/master/website/src/generated-markdown/JsonSchemaHandler.generated.md appears to be malformed and confusing: Specifically: 1. Parameters `exposeResponseMetadata` and `argTypeMap` are indented by 4 spaces which starts a code block, which does not look intentional 2. The...

https://json-schema.org/understanding-json-schema/reference/generic.html#constant-values gives an example for how a const property can be defined ``` { "properties": { "country": { "const": "United States of America" } } } ``` However, this fails...

Currently, it looks like types are automatically named (e.g. `T`/`I` + numerical suffix, etc.). It would be nice to be able to name child types based on $id field to...

**Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAzArlMMCW0AEATnAI7o7EAmAFDAIaEDmcMS+A8gEYBWc2ANPgAOhCELiEYATwDScKWwDOMQjiiN8AH3yKpAW04QANoKEM6elhICSUSnAAebKOgMSAlPmAAdKAF9fXzAjOkVFfAAxCAgvX3x8SChlQnRsCEJqOPj8AAFiMgo4Siz4gHpS4WIYXAkAWhxGKHS4EsqIeGwiojg6SmgjKXw9KQAFcz0lFTVGfizPYAD-EH4QMVxoRWRQBlEAdzHiJOQQOiNduilNlc5COjAAaxYAZQs4ABk1OGRUU8U4a9uD2eZjA02QKnQ-xAfz0OHBKShjnEqkssFOABUJFAGDg4JskD8jH8VoppkY4ABFdDtL4E35Q7iKBxPMmU6nwb70lZkGkjURCfEnRS1KBwIpFZYgFR0HBGaYAYQgej0dGOpyMktJ6nJAEFqqpOOh4CMJB9RZyiVCABYwPRGADqVpw8EUILgTwQpNwADdnVJjmAwpLvZDbPZYE8wKohDAdXYntJyRbiSARBA-vbbkJjiI8RJvV8Vmo-pI+XRGCrk1CzIQS8dpOJFFGcDHJSI1DB7ThKDArcgABwABhW+XIxDLFdVdMtK3onC7Pb7SAATCt0H90XROPjCSm4G5KPZKG86Op0OW4FFCCrqmCUHQjRAQH4-EA) ```sh --parser typescript ``` **Input:** ```tsx function required(target: Object, propertyKey: string | symbol, parameterIndex: number) { } class Foo { constructor( @required // prettier-ignore protected readonly...

type:bug
area:comments
lang:typescript

Hi, Thank you for this library - it works really well for allowing data manipulation. However, it doesn't support columnrange or inverted graphs.

bug

* **I'm submitting a ...** [ ] bug report [X] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...

* **I'm submitting a ...** [ ] bug report [X] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...