-
If you run the tests and stop them before they're done, that somehow kills the app server. I have no idea why.
-
I'm unable to get the workshop running. It used to work for me, but it no longer does.
When running the following:
git clone --depth 1 https://github.com/epicweb-dev/react-fundamentals.git
cd rea…
Jatz updated
2 months ago
-
This error only happens when deployed to AWS lambda but works fine locally in dev mode.
Seems to be happening in this call:
```
let result = await authenticator.authenticate("TOTP", request, …
kldeb updated
3 months ago
-
### Description
When I search for "NavItem" or "NavGroup" in the SaasUI docs site, I expect to find it in the results. Instead, I have to infer from the sample app that, since the NavItem is used w…
-
Clicking the "Files" button results in the following error:
![image](https://github.com/user-attachments/assets/40f35c50-b635-48f3-9247-78442a974d4d)
![image](https://github.com/user-attachments…
-
### Describe the bug
I'm using the new `experimental_createPersister` like this:
```ts
import { experimental_createPersister, type AsyncStorage } from "@tanstack/query-persist-client-core";
im…
-
I ran
```
npx create-epic-app@latest
```
which worked fine until it asked me if I wanted to deploy, which I answered with yes.
```
? Would you like to deploy right now? (This will take a wh…
-
That's necessary for full compatibility with ESM in TypeScript when using `"moduleResolution": "NodeNext"`.
When the import doesn't have the extension, TypeScript can't properly resolve it:
Af…
-
Workshop: Professional Web Forms
Exercise: Schema Validation - Conform action utils
The workshop video + text is using the 0.9.x version of `@conform-to/zod` that has an API which does not match u…
-
The "Tests" tab in the Mocking Techniques workshop looks like this:
![Screenshot 2024-07-24 at 14 51 46](https://github.com/user-attachments/assets/90e4f8b8-0541-4c22-b0e2-1553535ec0f9)
For some…