-
I see that you said that you couldn't find a way to get opengraph to work for cloudflare workers. Instead, you can use [workers-og](https://github.com/kvnang/workers-og)
-
Is this library compatible with cloudflare workers?
-
Could not resolve "cloudflare:worker"
node_modules/@hono-rate-limiter/cloudflare/index.esm.js:1:30:
1 │ ...DurableObject as e}from"cloudflare:worker";import{createMiddlewa...
╵ …
-
@whilefoo A thing we could do for Workers is to put the url to the logs, that would look like
`https://dash.cloudflare.com/${env.CLOUDFLARE_ACCOUNT_ID}/workers/services/view/${env.CLOUD…
-
Depends on https://github.com/ubiquity-os/permit-generation/issues/68
Related comments:
- https://github.com/ubiquity-os/permit-generation/pull/69#issuecomment-2399775638
- https://github.com/ubi…
-
I'm getting this issue when using the library. I dynamically import S3 in production because Cloudflare Workers don't support local filesystem:
```ts
import { env } from "$env/dynamic/private";
imp…
-
Hi, I encountered an error in Cloudflare Workers.
After looking into it, I found that it was caused by pino.symbols always being undefined.
```
import pino from "pino"
export default {
asyn…
-
Anyway to run this code on Cloudflare worker?
-
**Is your feature request related to a problem? Please describe.**
When one tries to use react-pdf on Cloudflare Pages (for example in a NextJS project), generating PDFs fail with "Wasm code generati…
-
Ideally, I should be able to use this library with dynamic import so that I can use S3 on Cloudflare Pages/Workers and filesystem locally. But currently when trying to import the core library, it fail…