Guillermo Antony Cava Nuñez

Results 12 comments of Guillermo Antony Cava Nuñez

algo checkout: https://github.com/planetscale/beam

Just did a fresh install of blitz and ran into the hydration mismatch error reported above, was able to fix it by upgrading to react and react-dom to v18.2.0 If...

Sidecar has **saved me so much time** and reduced complexity by way too much. Currently just got it up and running to generate QR Codes, that later get put into...

The discord bot route may be the most efficient way, and assuming we resolve this feature post bringing in Auth (via supabase or NextAuth). ```mermaid graph TD; Bot-->Rad-Webhook; Rad-Webhook-->DB-Reward-Operation; ```...

Hi, not 100% if this bug relates to the following, however encountered something similar The component playing well with SSR, but when client side navigation takes over, the Title tag...

Yup just encountered this on the vue tab component, odd enough when I click another button on the screen the behavior becomes the expected one. Not sure if some off...

Was trying to tackle this issue, from what I could gather, though the astro docs have a nice abstraction over the [translations for the modal itself](https://github.com/withastro/docs/blob/main/src/i18n/translation-checkers.ts), the magic happens here...

### Improved error handling I really love the flexibility offered by the [errorFormatter](https://trpc.io/docs/error-formatting), however also love the inference achieved when returning 200 status responses. Wished we could throw an Error,...

After upgrading to ` "laravel/prompts": "^0.1.13" ` the error with the console being prompted during tests go away This upgrade does require ` "laravel-zero/framework": "^10.1.1" `

@mattstauffer 100%!! Since this guy depends on bumping up to the latest version of laravel-zero, taking a look at this PR could trickle this one out - https://github.com/tighten/takeout/pull/339