Marco

Results 8 comments of Marco

In my case I'm using arrow functions so `this` is undefined or rather the current context. If I use a anonymous function it's an object with the `safe` function, so...

Ping! Happy new year! 🎉 @fridays it would be nice if you added @elliottsj / the Yolk team as maintainers, they seem to be super active (Thank you!) I'd love...

The fork you linked has been archived @martpie: https://github.com/yolk-hq/next-routes#readme There used to be a [PR](https://github.com/fridays/next-routes/pull/292) to merge it back, but it was closed. What's the reasoning here @elliottsj? Maybe this...

I have a similar issue with a custom middleware (for basic auth) and automatic locale redirects causing infinite redirects and at some point the website crashing because of it. This...

Got the same issues with yarn, nextjs, typescript target. Had to add the generated module to `transpilePackages`, then update webpack config to replace fs with an empty implementation. But now...

I did a little investigation and found that with HMR (changing any file in development) we can reproduce this error reliably. @tmm ## What happens: Right after HMR this error...

There's a new standard for provider discovery: [EIP-6963: Multi Injected Provider Discovery](https://eips.ethereum.org/EIPS/eip-6963) Would be great if the extension could support it :)

Any update on this? I would prefer if magic.link was disabled by default. In the meantime you can disable the integration and prevent any requests to magic.link by setting `email:...