-
We have written our own adapter for ioredis and took inspiration from the official redis adapters provided in this repo.
Our use case is that we want to set `swr` to `Infinity` so that all keys sho…
-
Are the instructions for the "Mocked Responses Solution 2" video missing in the `05.md` file?
I got a bit confused because after doing the "Exercise", which I assume corresponds to the "Mock Servic…
-
Hello!
I have a project using epic-stack and I decided to apply the same changes as https://github.com/epicweb-dev/epic-stack/commit/d312d7b3604be9f467fc7f2ffe8e7c4ee81147d2 and https://github.com/…
-
I tried copying `concatSetCookieHeaders` from remix but that... eh, doesn't work... Doing that I end up with a single set-cookie header.
Here's the relevant code:
```ts
const sessionIdCookie =…
-
**Is your feature request related to a problem?**
Yes, I can't ignore this plugin only on certain files.
To ignore import sort, we need to ignore it via `.prettierignore`, therefore ignoring prettif…
-
Hello,
We're developing a straightforward waitlist tool designed to enable our users to integrate a signup form directly onto their own websites. Users embed a simple HTML code snippet that users c…
-
Attempting to follow [getting-started.md](https://github.com/epicweb-dev/epic-stack/blob/main/docs/getting-started.md)
## Steps
- Ran `npx create-epic-app@latest`
❌ Error received
```javascrip…
-
I'm getting an error in the github actions log and I think that results in seeding giving me an error too. Note that I changed my deploy.yml to work with pnpm instead of npm.
-
I'm not sure if a bug or a limitation I am not aware of:
```ts
import { tv } from 'tailwind-variants';
const text = tv({
base: 'text',
variants: {
variant: {
heading: 'text--v…
-
When completing the Flash Storage lesson (problem) of the Session Storage module, I noticed when running the app that after you try deleting a note for the 2nd time (without doing a manual page reload…