workers-help
pages-help
general-help
durable-objects
workers-and-pages-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
⚡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd-runtime
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows
vite-plugin
pipelines-beta
containers-beta
When using CF Workers + JS, I was able
Pull requests · cloudflare/workers-rs
One specific place outside of the PRs, I've seen people mention, is there is not an integrated deployment for pushing workers-rs to Cloudflare through the CI/CD pipeline. I had to hack my own solution together and it's pretty slow. Even tried to get the build caching to work but failed, and you only have so much room in the build commands. So getting workers-rs a first class citizen on the CI/CI pipeline would be something that would be great, especially if it improved deployment speed and cut down on my build CPU costs. 🙂...
ok well,
D1 Issues
called `Result::unwrap()` on an `Err` value: Error(JsValue(Error:
invalid type: floating point `2.0`, expected a string
Error: invalid type: floating point `2.0`, expected a string
called `Result::unwrap()` on an `Err` value: Error(JsValue(Error:
invalid type: floating point `2.0`, expected a string
Error: invalid type: floating point `2.0`, expected a string
Hi everyone,
worker version is latest, http feature
What's the standard way to serve static
I tried this for the Rate Limiting API,
Send/Sync and async in Workers
FuturesUnordered<BoxFuture<'_, Result<()>>>
except this doesn't work because
- Bucket
is not Sync/Send - ok, easy to fix, but annoying that I have to do this and indicative of the larger problem
- Rc<RefCell<wasm_bindgen_futures::Inner>>
is not Sync/Send - much more difficult to fix since I'd have to rewrite a bunch of the API...OTel Rust worker
Leptos SSR app
workers-rs repo RA feature detection
workers-rs
repo?axum/examples/tracing-aka-logging/src/ma...
TraceLayer::new_for_http()
to my router I get a runtime panic saying time not implemented on this platform
. Makes sense of course but I wonder if we can get that working some other way....opened a PR to allow native web_sys
No panic on fetch error by avsaase · Pul...
http w/o axum
@kflansburg is there a specific reason
pub use crate::schedule::*;
pub use crate::schedule::*;
Calling async code in sync trait