huy

Results 6 issues of huy

Are there any suggestions on how to implement these two helpers? ```js const graph = new DepGraph() // adding nodes a, b, c, d, etc const serializedGraph: Record = serialize(graph)...

### What is the problem this feature would solve? Discussed on discord ```typescript import * as S from "@effect/schema/Schema"; import * as JSONSchema from "@effect/schema/JSONSchema"; // I want to construct...

enhancement
schema

My current logic looks like this ```javascript const oasNormalizer = new OASNormalize(url) const validatedSchema = await oasNormalizer.validate() const schema = new Oas(validatedSchema); await schema.dereference() // skipping some traverse logic let...

### Confirm this is a Node library issue and not an underlying OpenAI API issue - [X] This is an issue with the Node library ### Describe the bug ```typescript...

openai api

### What happens? Would be great to have some type-safe utilities built in to the library (similar to [readmeio/oas](https://github.com/readmeio/oas)). Examples: ```typescript getPaths(spec) getPath(spec, endpoint, httpMethod) getRequestBody(spec, endpoint, httpMethod) getResponseBody(spec, endpoint,...

enhancement
package: @scalar/openapi-parser