Amos
Amos
Explore posts from servers
CDCloudflare Developers
Created by Amos on 10/14/2024 in #workers-help
Astro Image component
Instead I just set it to "hybrid" output and it works
5 replies
CDCloudflare Developers
Created by Amos on 10/14/2024 in #workers-help
Astro Image component
I did, but thought I could do something this
adapter: cloudflare({
platformProxy: {
enabled: true,
},
routes: {
extend: {
exclude: [{ pattern: "/**/*" }],
},
},
}),
adapter: cloudflare({
platformProxy: {
enabled: true,
},
routes: {
extend: {
exclude: [{ pattern: "/**/*" }],
},
},
}),
5 replies
DTDrizzle Team
Created by Simon on 6/11/2024 in #help
Drizzle with Zod throws type errors with simple `numeric` example
Did you manage to fix it? I guess you are also using @effect/schema as I've seen you there too 😛 but they require that exactOptionalPropertyTypes I think?
14 replies
CDCloudflare Developers
Created by Amos on 6/13/2024 in #general-help
Image transformations: 404 error
O I was already doing that so idk. Maybe it started happening when I connected it to Render but not sure
10 replies
CDCloudflare Developers
Created by Amos on 6/13/2024 in #general-help
Image transformations: 404 error
Proxy for what?
10 replies
CDCloudflare Developers
Created by Amos on 6/13/2024 in #general-help
Image transformations: 404 error
No, still waiting for an answer 😞
10 replies
CDCloudflare Developers
Created by Amos on 6/13/2024 in #general-help
Image transformations: 404 error
Fyi it was working in the past and I don't know what changed to break it
10 replies
DTDrizzle Team
Created by peterferguson on 12/6/2023 in #help
Query Attached Databases in SQLite
Did you ever get any answers about this or figure it out? Also interested in something like this
2 replies