André Casal

Results 16 issues of André Casal

Line 112 says: > * `activate(state)`: This **optional** method is called when your package is activated. Line 345 says: > There is a bit more going on here. First of...

bug
documentation

Mailgun's integration could be improved with a few points: - Remind setting `MAILGUN_DOMAIN` and `MAILGUN_SENDING_KEY` in `.env`. This is useful for local production. - Mailgun's API endpoint changes for Europe...

As per [MDN docs](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable#required_manifest_members), the site.webmanifest requires a `start_url` so the website becomes installable. I suggest adding `"start_url": "http://localhost:3000",` so users can test app installation during development.

Theme switch with CSS Variables. New users need to re-configure tailwind.config.ts and potentially delete all custom classes in the code base. How should we handle this?

- `mdx-bundler` version: 9.2.1 - `node` version: 18.2.0 - `npm` version: 9.7.2 Relevant code or config ```tsx import { Container } from '~/components/ui/container.tsx' import { json } from '@remix-run/node' /*...

Hey @benoitgrelard watching [these](https://github.com/radix-ui/primitives/issues/1164#issuecomment-1046784303) videos really gave me an 'Aha!' moment! I think it would be very useful if they where shown in the official documentation (or a more fancy...

documentation

**Environment (please complete the following information):** - OS: macOS Ventura 13.0.1 - VS Code: 1.73.1 - Extension version: Microsoft Edge Tools for VS Code 2.1.1 **Describe the bug:** "ARIA attributes...

enhancement
tracked

### What version of Remix are you using? 1.16.1 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce The [NavLink](https://remix.run/docs/en/main/components/nav-link)...

docs
renderer:react

### Describe the Bug If the `tailwind.config.ts`contains a plugin with ES6 exports, the `config` attribute will give this TS error: ```sh Type '{ content: string[]; darkMode: "class"; theme: { container:...

Type: Bug
Package: @react-email/tailwind