Benji Grant

Results 47 comments of Benji Grant
trafficstars

I wanted to share my experience using Next 14 in case it helps anyone looking into this. We've got e2e and component tests, and when running them locally with Next.js...

We're also seeing this error pop up occasionally, and it should fail gracefully rather than causing the action to fail.

That's a good question, blue doesn't really have its own mascot. :/ Maybe we could just use Tera as our mascot because she(?)'s blue.

I made a kinda wonky level 1 menger sponge that we could use, I'm not quite sure why, but I don't really want to use someone else's graphics if we...

I would love to merge this, but as much as I hate to say it, the UI doesn't look very nice at all. I know you worked hard on it...

Through some experimentation, I've figured out that nextjs can import external components by enabling the following option in the `next.config.js`: ```js experimental: { externalDir: true, } ``` With this, the...

Thanks @lyudico for the report, seems like there's a z-index bug on the button in Safari.

Thanks @makoshark! I actually have plans to use [Ayecal](https://github.com/stevent-team/ayecal) for exactly this purpose, although it's going to be a fair amount of work to get that library working exactly how...

Hi both, thanks for the report. I did restart the API yesterday as I suspected it had failed again as per what happened in #286. Seems like fly.io is still...

Thanks for the demo zrpnr, that's exactly the issue I'm having. Sorry I never posted my own codepen.