Yassin Eldeeb

Results 95 comments of Yassin Eldeeb

Hey, thanks for reporting! And sorry for the long delay. We are currently tracking the issue with SWC maintainers to figure out a solution. Please add a 👍 to the...

With our current setup, our Gatsby app which is deployed on Vercel now. We can't have rewrite pages anymore as we did with Gatsby Cloud. We can only redirect people...

@acao I’d maybe advocate for the second option, as this would ultimately be the best implementation for now and later. Is it possible to directly deploy this on our Gatsby...

Hey @kaorun343! The SWC issue is indeed quite a complex topic, read https://github.com/swc-project/swc/issues/8315 for more context. > My suggestion is providing the optimization plugin for Next.js, which wraps `babelOptimizerPlugin`. >...

actions/checkout action v3 only breaking change is fortunately just defaulting node runtime from nodejs v12 to v16 as in [this PR](https://github.com/actions/checkout/pull/689). so no harm in that on our setup aka....

though I'm seeing how outdated this looks and the number of conflicts there, so I'm gonna close it in favour of #1594 which does the same thing to avoid the...

this also closes #1389. can you please rebase and un-draft it if it was ready?

oh, that's weird. looks like the empty interface isn't behaving correctly. the CI fails with this error: ```sh error TS2339: Property 'storeId' does not exist on type 'Readonly'. ``` which...

this would be a breaking change as the end users are gonna get type errors for their old usage of the plugin as the public interface of interacting with `ioredis`...

Hey @ardatan. this looks great. as @n1ru4l requested, can you please rebase this and add a PR description + changeset that describes the changes to merge this?