Jose Ignacio
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. 
> 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**  > 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 } } }...