Jose Ignacio

Results 8 comments of Jose Ignacio

> same issue when running any bun command > > ```shell > $ bun -v > > uh-oh: start index is larger than end index > bun will crash now...

La sección "en directo" está diseñada así siguiendo el diseño Figma. ![Captura desde 2024-03-08 13-06-15](https://github.com/midudev/la-velada-web-oficial/assets/101532359/78fd5ba7-7642-4dc1-9494-642364d93628)

> I was hacking at this for days until I found this issue, I need to animate both the y and x direction, this is a real blocker 🫠 ###...

> Yup that's what i thought also im using this library to save the PDF also to print but when im browsing my webpage in my phone it print the...

bro, i spent like 20 minutes trying to figure out how to use the `scale` effect from `vaul`, only to realize (thanks to this issue) that I needed to add...

### **Same error** ![image](https://github.com/vercel/next.js/assets/101532359/23162224-8cfa-4276-993e-3e1f60aeefb3) > package.json ```json "dependencies": { "next": "14.2.2" }, "devDependencies": { "eslint": "^9.1.0", "eslint-config-next": "14.2.2" } ``` > .eslintrc.json ```json { "extends": ["next/core-web-vitals", "./node_modules/standard/eslintrc.json"], "rules": { "space-before-function-paren":...

> Not a fix but you can ignore eslint during build like so: > > ```js > // next.config.js > module.exports = { > eslint: { > // Warning: This...

I’m experiencing the same issue using Biome 2.3.1 with a Next.js 16 project. Even with the following configuration enabled: ```json { "css": { "parser": { "tailwindDirectives": true } } }...