Pooya Parsa

Results 2274 comments of Pooya Parsa

Can you please try latest nightly build `npm:[email protected]` (relavant fix was: f5f24698a0c2c4886524c03774ccb3edbf9f0667)

Thanks for sharing context @serhalp I am totally fine with later backporting this also to v2, perhaps via compat date if you confirm this is certainly a better default and...

/cc @danielroe @TheAlexLichter might have some opinions as it affects current Nuxt users if we backport via compat date.

@StarpTech sure feel free to make a PR 🙏🏼 We need to create a conditional array entry for `plugins: []` if input has it.

We could rely on sequential order until when one module installs another. Also with unctx and ALS i guess we might be abe to track hooks origin too.

Overriding is fairly easy with session config `{ cookie: { secure: false } }`, i think we can make the documentation more clear about this.

Thanks for PR dear @Brendonovich and sorry for late reply. I think in order to move it forward, it would be better if we add couple of unit tests and...

Hi again. v2 supports fine-grained control to handle errors (using global `onError` or new `onError()` middleware) Your change seems reasonable, however, it makes a behavior change which might cause unwanted...

Regarding tests, it seems good change here but it is not right that we always have potential to miss this. i think we should probably add a (required) option to...

I'm also thinking if it is too early to expose a "client" off s3. If you check aws4fetch implementation, we mainly use it for signing. Many of other functionalities are...