Pooya Parsa

Results 2282 comments of Pooya Parsa

For reference also: https://v8.dev/features/error-cause (PR is more than welcome. Let me know if you like to help on supporting and need some help)

Hi. Thanks for raising the issue. The syntax error you are getting with `??` is [Nullish coalescing operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing). It is supported in Node.js 18 but there is possibility that you...

I like such idea very much. We might need to make it opt-in as non breaking change also probably a similar alternative of rework of [redact-pii](https://github.com/solvvy/redact-pii/tree/main) without lodash dependency and...

Nice. I will check it soon locally. FYI this is implementation for `@nuxt/test-utils` mock with vitest support: https://github.com/nuxt/nuxt/blob/main/packages/test-utils/src/mock.ts https://github.com/nuxt/nuxt/blob/main/packages/test-utils/src/setup/vitest.ts#L6

Thanks for raising issue @zoey-kaiser. I let the implementation details to @ineshbose on how to move it forward. Both migration to c12 or using search paths to check two alternative...

Thanks for research @zoey-kaiser. Do you mind to make an issue to followup this also in tailwindcss? While they allow a custom method to define config, if we want to...

Hi dear @Ayax0. Thanks for explaining your usecase. From a quick look, I would say it probably worth to move authentication headers out of query parameters to the headers. query...

Hi. It is not recently available but I might add it back 👍🏼

Thanks for making the issue. It seems a nice idea to support optional custom sharp handlers. I haven't looked in depth of your code but [usage](https://github.com/imgly/background-removal-js/tree/main/packages/node) seems a high level...

Sure Thanks 🙏 and feel free to also ping me if opened a PR in upstream. I mainly want to make sure we cane make use of any new custom...