Adam G. Emerson
Adam G. Emerson
I ran into some issues running the library on Apple silicon due to the fact that `gcc-6` only offers x_86 support. I was able to fix this by modifying the...
**Describe the bug** It seems that when using `.is()`, there is no way to query for string literals that say "null". In the supabase js library, this is the given...
**Describe the bug** Deploying the template on vercel results in failed builds due to in invalid runtime for Vercel Serverless Functions. **To Reproduce** Steps to reproduce the behavior: 1. Use...
Update `package.json` "engines" to "18" to fix Vercel serverless functions. Per #43
Hello, I noticed that the template does not use the Astro Image component that was introduced in Astro 1.0 If we move assets into the `src` folder instead of `public`...
### Describe the Bug It appears that `.astro` templating expressions are being identified as JSX and prettier is throwing an error if you attempt to return multiple adjacent elements in...