Christopher Radek
Christopher Radek
This change is part of the effort to improve using analytics in node.js. The goal is that this library should be able to replace the `analytics-node` library. This PR focuses...
This is just a proof of concept. I wanted an easy way to look at the public API of our library according to what types we expose. I'm using `api-extractor`...
Fixes #598 This PR updates the event editor in our next.js dev example to better handle user input. Previously entering characters would throw an error since the JSON was being...
### Describe the bug Open API 3 allows defining schemas, parameters, and other shared entities in `#/components`. It's valid to have a schema named `Foo`, and then a parameter also...
### Describe the bug Currently `tsp-openapi3` only includes `allOf` members in a generated TypeSpec model if there is one referenced member. In this case, the generated model extends the `allOf`...
### Clear and concise description of the problem `@typespec/http` v0.59.0 added uri template support. As part of these changes, the `@query({format: })` option was deprecated in favor of setting `#{explode:...
Reverts microsoft/typespec#4445 due to failures in TCGC
https://github.com/microsoft/typespec/pull/4606 added support for named exports of typespec files. However, the `tspd` tool - used for generating decorator typescript types and typespec documentation - currently only works on `package.json#tspMain`. It...
This issue tracks updating the `@typespec/openapi` `@extension` decorator to emit passed in Types as Open API schemas, similar to how `@typespec/json-schema` will emit JSON Schemas for passed in types. For...