Bryce Russell

Results 15 issues of 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 ###...

p2-nice-to-have

### 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 ###...

- P3: minor bug

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...

content: tip

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...

help wanted
good first issue

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...

help wanted
good first issue

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...

enhancement
good first issue

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...

help wanted
good first issue

`@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...

help wanted
good first issue

Eventually I would like this theme to be fully customizable from a CMS (TinaCMS) it can be deployed and changed without touching any code