Results 41 comments of Joost Jansky

> Nice, do you have an example of the loader you're using with KV? Still work in progress, but you can find it here: https://github.com/styxlab/remix-image-cloudflare.

Thanks for your suggestions, will revisit the issue next week.

> Whats up with this issue, how can they not have pagination? I am not actively working on this repo anymore, but I am happy to take pull requests.

Hi @csotiriou, thanks for stopping by. Yes, this project is not in active development anymore. I am not looking for maintainers, but would support a new, active fork.

I was experiencing the same, after importing enum types from prisma as such: ``` import { CompletionStatus } from '@prisma/client/edge' ``` Solution was to update the vite config with: ```...

As Ghost started a new [gatsby casper theme](https://github.com/TryGhost/gatsby-starter-ghost) themselves, I also wonder how this project relates to these new developments.

Okay, I now get it. The gatsby-starter-ghost is just a starter and not intended to exactly replicate the Casper theme. So, seems like this project is the only one that...

Looks similar to https://github.com/remix-run/remix/issues/10494. Not sure if this is a pure Vercel or a remix issue. It smells more like a design issue in remix, when single fetch and lazyRouteDiscovery...

Please update package to latest remix version 2.16.2 and ensure auto-syncing. Related to merge conflict #146.

Thanks for this thread. It works when enabling ipv6. This article helped me a lot: https://fariszr.com/docker-ipv6-setup-with-propagation/, so here is what I needed to do: 1. /etc/docker/daemon.json ``` { "ipv6": true,...