Ryo Hirayama
Ryo Hirayama
https://counterexamples.org/scope-escape.html
It's difficult to mock functions or methods that have `!Clone` or `!Send` parameters
Related: #167 In the main branch, users cannot get invalid JSON after getting an error with calling a function that executes a command, and it does not help to write...
~~This is a draft because this uses not merged change from #204, which parses only textual message.~~ it's merged and now this is ready for reviews Related to: - #167...
Fixes #167 Add `CdpEvent::InvalidParams(serde_json::Value)`, and use it if deserializing an event param for a specific method fails. There already are `CdpEvent::Other(serde_json::Value)`, but it's only used for unknown method ids. I...
Allow any type that implements FromServerFnError as a replacement of the ServerFnError in server_fn
Closes #3270 Fixes #3153 Addresses #3155 - [x] Added `FromServerFnError` - [x] Deprecate the `ServerFnError::WrappedServerError` variant and manual error conversion helpers - [x] Removed `ServerFnErrorErr::WrappedServerError` and `impl From for ServerFnErrorErr`...
**Is your feature request related to a problem? Please describe.** - Any `?` operator in the server function might inadvertently expose sensitive error messages from the server side because the...
## Problems - Any `?` operator in the server function might inadvertently expose sensitive error messages from the server side because the From is implemented for `ServerFnError` which uses `error.to_string()`....
`npx wrangler dev` works and I can see "Hello World" but other things are broken e.g. `dx serve --platform web`