MOZGIII
MOZGIII
Under the hood, quinn has `read_chunk` and `write_chunk` fns (et al) - it would be great if this crate could expose a similar API.
A follow-up from https://github.com/paritytech/frontier/issues/724#issuecomment-1152808742. This issue is to discuss the details of making the `Handler` (https://github.com/rust-blockchain/evm/blob/master/runtime/src/handler.rs) calls fallible. --- # Non-trivial cases Most of them are pretty trivial, however, there...
- [x] API for catching reset / finish at the receiving end - ~Is it even possible to implement a `finish` waiting API with `wtransport` / `quinn`? Other than just...
This is a replacement for the `web-sys` crate (and https://github.com/MOZGIII/xwt/pull/117), hard-written instead of being code-generated to overcome the current shortcomings of the `wasm_bindgen_webidl` codegen and its choices. See more on...
- https://github.com/taiki-e/cargo-hack - https://github.com/frewsxcv/cargo-all-features
Hey! I'm the author of the https://github.com/MOZGIII/xwt crate (or rather a family of crates). I'd be interested in implementing necessary bits at xwt to allow its use as a backend...
I was reading through the whole kubespray and noticed this inconsistency: other container runtimes can potentially be used, but forceful deletion is only implemented for docker. https://github.com/kubernetes-sigs/kubespray/blob/24dc4cef56848c2efc3a9e050959f4feee92976a/roles/kubernetes/control-plane/tasks/pre-upgrade.yml#L1-L21 Is this an...
Looks like tracing support is broken recently as `EvalTracer` is not use anywhere. What's the current state of tracing?
## Cilium Feature Proposal **Is your proposed feature related to a problem?** When running a Kubernetes cluster behind NAT at a home setup with a dumb ISP-issued router that doesn't...
In the WebTransport spec and corresponding terminology the connections is always called session. I suggest altering the `wtransport` type names to accomodate the type names that are closer to the...