Chris Swithinbank
Chris Swithinbank
Opening an issue to keep track of the things we need to get the new i18n process ready. This is partly for myself as I can tackle a bunch of...
- What is the `` element? - Why do we inline some scripts? - How does bundling work? - etc. Probably fits into the “Explanation” quadrant if we’re thinking with...
Here’s something that I didn’t get to while working on #954 that would be cool to add to the integration READMEs workflow. The READMEs currently use a mix of styles...
- [ ] Increase the number of results returned by DocSearch (currently maxes out at 5). Maybe with [the `pagination` parameter](https://www.algolia.com/doc/api-reference/search-api-parameters/) passed to [`searchParameters`](https://docsearch.algolia.com/docs/api/#searchparameters-1)? What’s the number of results we...
Suggestions from @FredKSchott for ways to improve the `scripts/docgen.mjs` script that auto-generates the API reference from types in the Astro repo: - [ ] Instead of `STUB`, take an optional...
This PR replaces Patrick Delges’s `filesys` Java class with a custom Node script to be consumed via the `264.fs` abstraction. This removes the dependency on Java, which is becoming less...
Some patches are not designed to be used outside of other 264 Tools modules, but should probably be documented nonetheless. ### To do #### Reference - [ ] `264.pattr-control` -...
### Background & Motivation There is sometimes confusion around when Astro will hoist a `` tag. We discussed [on Discord](https://discord.com/channels/830184174198718474/830184175176122389/989163675715797032) if some extra styling and in-editor documentation could help. ###...
## Describe the problem Some languages, like Arabic, Hebrew, and Farsi among others, are written from right-to-left instead of left-to-right. Readers of “RTL” languages expect designs to follow that direction...
It came up in a support thread recently that Shiki themes can be loaded by providing a relative path: https://discord.com/channels/830184174198718474/1026227648055222363/1026235701777412157 Would be great to add a small example [to the...