Fisher Darling

Results 6 issues of Fisher Darling

This PR implements the DO Alarm API based off of the signatures found in the [storage docs](https://developers.cloudflare.com/workers/runtime-apis/durable-objects/#methods). I think there's a bug in the way I've implemented the binding for...

This PR adds a simple fuzzer based off of `cargo-fuzz` and also fixes two crashes found by fuzzing. I hope this PR is helpful!

## Motivation I'm trying to use axum's routing and request extraction hardware for a Cloudflare Worker. Workers run in a WASM context (v8 isolate) and therefore tokio cannot be used....

Closes #2880 This PR indents and line-breaks the expression displayed for `:tree-sitter-subtree`. For short sexprs it might be a little annoying. Maybe we should generate the sexpr and if it's...

A-helix-term
S-waiting-on-review

We added an error log line for an internal lib that we wanted to make sure was only called a few times. It could have been potentially called on a...

This PR adds two missing parts of the R2 API: - An (accidentally) undocmented `startAfter` option in R2's list objects call - R2 PutObject Conditional Support. - This is a...