Farnabaz

Results 35 issues of Farnabaz

Support `https://*.nuxtjs.org` in domains

enhancement

Rewrite module for Nuxt 3

Detecting image size has benefits on server-side rendering and prevent CLS for server-rendered pages. But it seems tricky and inefficient when it comes to client-side rendering. - As fetch API...

Static tweets have an issue with tweets having two anchors. - The href is invalid. - Line breaks is wrong in the generated AST. Tweet: https://twitter.com/Atinux/status/1371612378559840265 Static Tweets Demo: https://react-static-tweets.vercel.app/1371612378559840265

bug

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

### 🔗 Linked issue ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking change that...

### Environment ``` ------------------------------ - Operating System: `Linux` - Node Version: `v16.14.2` - Nuxt Version: `3.2.2` - Nitro Version: `2.2.3` - Package Manager: `[email protected]` - Builder: `vite` - User Config:...

3.x
upstream-bug

In PHP coding style functions scope starts from new line, like this ```php function foo($args) { ... } ``` I create new condition in `fold` function that check if current...