Charis

Results 36 issues of Charis

This produces more complete type information (unions, following type alias refererences that aren't successfully dereferenced at an earlier stage, etc.), in a format that is much easier to query from...

Replace docs command menu with Command Menu V2 from `ui-patterns/CommandMenu`. This introduces the `prepackaged` folder for the shared Command Menu, which contains commands that are shared across the sites (for...

Improve the speed of search by running it locally for users with fast connections. Search indexes are copied from the remote database into a PGLite instance running in a Shared...

Creates this subpage: Selecting a table brings you to the SQL editor with this prefilled:

When a troubleshooting entry is created or updated in this repo, sync it to GitHub. This creates a new troubleshooting discussion if one does not exist, and updates the content...

Resolves #29821

Two related bugs: - Not filtering partners on approved: true - Not revalidating occasionally to pick up DB changes

We allow fetching external data in CodeSamples into a MDX environment, so we have to be careful about preventing code execution. Current checks: - External data is inserted as a...

Example spellcheck output:

Partials are currently defined via MDX includes. This PR switches to pre-compile-time partials, which have a new syntax: ``` ``` ## Rationale This produces two improvements: 1. Partial substitution can...