-
LiteFS Cloud will be retired on Oct. 15, 2024. This may not be an issue for most but just wondering if there will be an update for the epic-stack? I would love to contribute to this but am unable to d…
-
Currently there is `NoteImage` and `UserImage` both which are identical, maybe they could get DRY'd up a little bit into a single generic `Image` model.
-
Ideally define app name and variant's once and it propagates throughout the pages/emails/etc
-
https://github.com/epicweb-dev/react-fundamentals/blob/44fe088588cc5287386e6ae015359cadba3bcc28/exercises/06.styling/03.problem.size-prop/index.tsx#L3-L11
In the problem there's a hint that says to…
-
Hi,
This morning I ran the `npm start` command on the "Get started" workshop and saw they were some updates available. When running the provided update command I got an error on `git stash pop` (se…
-
I am getting an error trying to run a brand new Remix installation with the flat-routes
**Remix Version 2.12.0**
```shell
npx create-remix@latest
npm i -D remix-flat-routes
```
Here is my vite…
-
All cookies have a `en-` prefix, for epic-notes.
Consider allowing the user to define the prefix
When I implemented cookie consent I used the cookie category as the prefix so it was trivial to…
-
Hi kent,
whenever i run the first exercise, i am always getting error: Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
i cloned your work …
-
Hi there,
I think you've forgotten to inform us of an important change in v2.0.0: the name of the algorithm option has changed from `SHA1` / `SHA256` / etc. to `SHA-1`, `SHA-256`, etc.
PS: I als…
-
https://github.com/epicweb-dev/epic-stack/blob/c2e8ed608b27f376b99df97021988c496da2c816/app/routes/_seo%2B/sitemap%5B.%5Dxml.ts#L6
With the update from #837 I believe that the SEO sitemap configura…