Pooya Parsa
Pooya Parsa
- Reproduce: https://github.com/pi0/esm-bug - Bug with: `3.2.25` (works fine with
Hi there! Here are few suggestions to improve nuxt module for adding to nuxt module listing (https://github.com/nuxt/modules/pull/187): Checking [currnet version](https://github.com/vuestorefront/storefront-ui/blob/5dadd2bcb52fa8712f68f12fe265e05ce3c8cbf5/packages/nuxt-module/lib/module.js): - Please try to migrate to ESM syntax and avoid...
Thanks, @justin-schroeder for creating a nice Nuxt module. I've spotted few items that could be improved regarding config loading. Config files should be resolved from `rootDir` rather than `srcDir`. You...
History: #9 We can support an option to add multiplier for different events. Since this is a breaking change, we either have to default it to `1` or release as...
Texts with langs like Persian and Arabic will be broken in SVG when we set `letter-spacing`. Current wrongly rendered content: [](https://api.gh-polls.com/poll/01DGDHR3XGB4QBYHZHAW63C31V/%D8%AA%D8%B3%D8%AA/vote) Correct:  I understand that this is an edge...
Why not show a small badge below the voted option that already sent? People may forget what they already voted for or even they voted or not! Another bug: Voting...
Hi! Currently, we are [listing](https://modules.nuxtjs.org/?q=supabase) `nuxt-supabase` as official Nuxt+Supabase integration. Thanks for your works @scottrobertson @sduduzog [Nuxt 3 beta](https://v3.nuxtjs.org/) is out for a while and @wobsoriano already started a nice...
Add [unjs/h3](https://github.com/unjs/h3) to benchmarks. #### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] tests and/or benchmarks are included - [ ] documentation is changed or...
Basic placeholder property is currently supported for `` (via #477). Usage: This will auto-generate a URL from same source and `10x10` dimensions: ```vue ``` It is also possible to give...