Pooya Parsa

Results 421 issues of Pooya Parsa

Hi! I just saw your work and it is very impressive and minimal 💯 How do you think if we refactor some parts of the core to publish as a...

Hey @davideast. Thanks for this great project. We use hnpwa-api (with a caching proxy on top of it) for [nuxt/hackernews](https://github.com/nuxt/hackernews). Everything is fine and smooth. The only problem is that...

> $ You can try changes by using `nuxt-edge` package ### 🚀 Enhancements - **config:** Support `nuxtrc` in dist directory (#9280) - **generator:** Add `ignoreEnv` generate option during `ensureBuild` (#8955)...

While we are working on Nuxt 3 stable release, Nuxt 2 has to keep some dependencies in their older versions to avoid breaking changes. These include `webpack@4`, ~~`postcss@7` and `core-js@2`~~....

pending
2.x

As we introduced Nuxt 3 in [nuxt/framework](https://github.com/nuxt/framework), it makes sense to give this repo a more sensible name to avoid confusion. `nuxt2` was decided after discussing with @Atinux. Considerations: Although...

## Types of changes - [ ] Bug fix (a non-breaking change that fixes an issue) - [x] New feature (a non-breaking change that adds functionality) - [ ] Breaking...

enhancement
2.x

Changelog: #10060 TODO: Ensure there are not major breaking changes and list all possible ones for next release notes.

enhancement

Hi @harlan-zw and thanks for nice Nuxt module! Following up [#374](https://github.com/nuxt/modules/pull/374), I've made a quick review over the code and here are some improvement suggestions: - With hybrid rendering, both...

Since Lighthouse made it mandatory to respond to `start_url` when offline, we are pre-caching it ([3.2.1](https://github.com/nuxt-community/pwa-module/releases/tag/v3.2.1)). A build-time revision added by [3.3.0](https://github.com/nuxt-community/pwa-module/releases/tag/v3.3.0) / #386 but since revision is per-build, cached...

bug

(fixes #382) Currently, lighthouse suggests preloading manifest: ![image](https://user-images.githubusercontent.com/5158436/96505064-e6e1a600-1255-11eb-9217-e37e2afc2c49.png) Following up [twitter thread](https://twitter.com/vadim_budarin/status/1004337034536931334) using `as="fetch"` suggested method by @addyosmani: ```html ``` This currently leads to this browser warning: (`[email protected]`) > The...

pending