Nico Domino
Nico Domino
Okay thanks for confirming it runs on M1. Ill check that later on when I'm back home :+1:
Okay yeah so that was exactly the issue. I'd originally compiled it as an amd64. Recompiled with the `arch -arm64` prefix and reran the make ubuntu commands. However, while creating...
We're having the same issue, the running action never seems to get the request from vercel back that the build / deploy was successful and eventually just times out
Im still having trouble with children causing rerenders although I've changed the page component to extend `React.PureComponent`. Is there anything else I'm missing?
I tried to create a codepen, but its all pretty deep in an internal project so I'll try to describe it. In the top level `layout.js` wrapper class component I...
Running into this issue as well. Any progress? Cloning each tooltip invocation across our app isn't feasible unfortuantely :/
> > * Started a repro here ([codesandbox.io/s/nuxt3-i18n-repro-1451-xvc1k3?file=/package.json](https://codesandbox.io/s/nuxt3-i18n-repro-1451-xvc1k3?file=/package.json)), however the `` `@change` handler doesn't work at all for some reason? If anyone could help me debug, this codesandbox has everything...
Also I tried the latest `@nuxtjs/i18n-edge` ([`8.0.0-alpha.0-27575102.2d1bbd2`](https://www.npmjs.com/package/@nuxtjs/i18n-edge/v/8.0.0-alpha.0-27575102.2d1bbd2)) release in my local project, where I noticed this bug to begin with, today and it doesn't seem to fix this either :/...
I'm having a similar issue, the `` component's height seems to not adjust correctly when more text is eventually shown. Demo: https://next-auth-git-ndom91-upgrade-to-mdx-v2-nextauthjs.vercel.app/configuration/initialization Code: https://github.com/nextauthjs/next-auth/blob/95d9263954970c4d13e434bb86adbedcd566bc99/docs/docs/configuration/initialization.mdx
> BTW @ndom91, I'm using NextAuth.js for codehike.org, let me know if you have any issues or requests. Thanks a lot, the css var for min height did the trick...