Guy Bedford
Guy Bedford
I wonder if it might make sense to make a breaking change here actually, and simply require `kv::get(key, Option)` and kv::get_keys(keys, Option)`, removing the builder methods to avoid the generics...
> The reason why I previously did those generic stuff is to imitate the behavior of get() in the js api that we can either pass in an array or...
I would recommend posting this on the wrangler project instead, they will be able to clarify whether and how `--remote` works for KV further.
Specifically, at https://github.com/cloudflare/workers-sdk/issues.
There are various ways to deploy Rust directly that handle running the workers-rs project, although I haven't used one of these exact workflows to recommend here unfortnuately. If running locally...
In the latest 0.6.2 release we have improved panic handling considerably, by adding a default panic hook that logs the full error to the console with a stack. Perhaps try...
Thanks for fixing this, although I believe the wasm-bindgen issue has now been fixed upstream with https://github.com/wasm-bindgen/wasm-bindgen/pull/4562. So the question then is if we still need this if that fix...
Also - we need to figure out the testing story here, as not realising when templates break is not ideal...
@natecox note that wasm-bindgen has not yet been released since that landed, I expect the next release should be in the coming days though or early next week with some...
The latest version has now been landed in https://github.com/cloudflare/workers-rs/pull/800.