David Craven

Results 176 issues of David Craven

### Describe the bug makes sense to reexport some of the types to a frontend, not clear why a runtime is required ### To Reproduce cargo build --no-default-features ### Expected...

bug

Since the traits have an `Ok` and `Error` associated type it's not really possible to Box the transports to make them interchangeable. Would probably be better to just have a...

From reading netflix's blog and my (limited) understanding of av1an, it seems like many of the components are in place. But I'm not finding any high level documentation on how...

would like to remove the dependency on `libonnxruntime`, but I can't load the silero speech to text model in tract. The model can be downloaded [here](https://models.silero.ai/models/en/en_v5.onnx) and my rust tool...

using docker to manage blockchain nodes, especially for testing is helpful. the polkadot image doesn't contain the contracts module at the moment.

seems like it's valid to intersperse these, but the parser tries to parse simple blocks and then block groups. also wondering why the parser was built using so many macros....

I'll look into this tomorrow.

with gimli it shouldn't be to hard to implement the parts we need in pure rust.

help wanted
pure-rust

https://github.com/rust-lang/rust/pull/79608

help wanted
pure-rust

currently when defining a uprobe you need to write something like `uprobe:/usr/lib/libc-2.33.so:malloc`. we can simplify this to `uprobe:libc:malloc` by looking up the path from the address map.

enhancement