Camilo

Results 6 issues of Camilo

I'm trying to setup React Refresh but after following the documentation and trying it out I get this kind of error: > [HMR] Cannot apply update. Need to do a...

I'm trying to serve a CRA which uses a custom domain and HTTPS through an `.env` file: ``` HOST=myapp.localhost HTTPS=true ``` When running `npm start` it opens up in the...

I'm trying to run my tests using a SQLite database but it fails when it tries to run the `CharifyCountriesTable` migration with this error: `Doctrine\DBAL\Driver\PDOException: SQLSTATE[HY000]: General error: 1 near...

Using `jscutlery/semver` with Nx and trying to publish to GitLab registry using CI/CD. I went through the main readme plus this one: * https://github.com/jscutlery/semver/blob/main/packages/semver/src/executors/gitlab/README.md After several iterations this is my...

Theme changes to `light` when calling `window.print()` if current theme is set to `system` and `resolvedTheme` is set to `dark` (i.e. OS is set to dark mode). After closing the...

### Subject Drawer ### Description In the "[Using a form in a Drawer](https://chakra-ui.com/docs/components/drawer/usage#using-a-form-in-a-drawer)" section it says: > If you need to put a form within the Drawer, you might need...

stale
needs triage
Topic: Documentation 📚