Bryce Russell
Bryce Russell
Some of the files I am parsing have objects inside of a list and it throws `[ vdf.parse: expected openning bracket ]` as an error pointing to the line with...
### What version of `astro` are you using? v1.0.5 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...
### What version of `astro` are you using? 2.0.9 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...
Sometimes, new Astro users are not familiar with the hosting providers inside the [deploy guide](https://docs.astro.build/en/guides/deploy/) and can incorrectly assume that Astro is only deployable to these services. It would be...
The repo has testing but only for a few components. Tests need to be added for [all of these components](https://github.com/BryceRussell/astro-headless-ui/tree/master/package/components). Adding tests sounds boring, but this is the most exciting...
The project needs better docs, we can use Starlight to create a documentation website 1. [Create a Starlight project](https://starlight.astro.build/getting-started/) at the root of the repo inside `/docs` 2. Transfer markdown...
There is currently a demo for some of these components inside another repo: https://github.com/BryceRussell/pagination-example Instead of being a separate repo, this demo could live a `/examples` directory 1. Move demo...
The repo needs a playground in order to test changes 1. Create an empty Astro project at the root of the repo inside `/playground` 2. Add `"astro-headless-ui": "workspace:^"` to the...
`@changesets/cli` is installed but needs to be setup - Initialize changesets using `pnpm changeset init` - Configure changesets - Make [`access` `public`](https://github.com/astrolicious/astro-theme-provider/blob/main/.changeset/config.json#L7) - Add other [packages in repo to ignore...
Eventually I would like this theme to be fully customizable from a CMS (TinaCMS) it can be deployed and changed without touching any code