Bryan Garza

Results 3 issues of Bryan Garza

This is a WIP draft. Depends on: https://github.com/tokio-rs/valuable/pull/99 What is missing: Dealing with ``` error[E0277]: `&dyn valuable::Structable` is not an iterator --> tracing-core/src/field.rs:871:31 | 871 | for (field, value) in...

## Feature Request ### Crates tracing-subscriber ### Motivation Currently, the [`FormatEvent`](https://docs.rs/tracing-subscriber/0.3.11/tracing_subscriber/fmt/trait.FormatEvent.html) trait's `format_event` function has a return type of `fmt::Result`: https://github.com/tokio-rs/tracing/blob/45c0a1099aa786006fa79277a43b629d100c46f2/tracing-subscriber/src/fmt/format/mod.rs#L201-L206 `fmt::Result` is defined as ```rs pub type Result =...

good first issue

Hi, I am following the instructions from https://github.com/pytorch/executorch/blob/main/docs/source/llm/getting-started.md and got to the "Building and Running" section where you compile the CPP code and try to do inference. However, when I...

bug
module: doc