Quinn

Results 8 issues of Quinn

**Motivation** The Tokio team is releasing a new crate, [`valuable`](https://crates.io/crates/valuable), which is intended to be used for passing in custom types as fields in logs. Since `Uuid`s are commonly used...

The [wasm demo](https://github.com/unicode-org/icu4x/tree/main/ffi/diplomat/wasm/wasm-demo) is currently written in vanilla TypeScript. This makes it difficult to add new demos to the webpage, since all the HTML and TS pieces have to be...

good first issue
help wanted
A-design
T-techdebt
S-medium
C-ffi-infra

Fixes #604 - [x] cargo fmt has been run - [ ] cargo clippy has been run - [ ] cargo test has been run and passes - [ ]...

We should be able to dynamically configure log levels at runtime for spans based on the configuration. To reduce configuration complexity, filters at the lowest level will apply to all...

I'm currently authoring a [`tracing-forest`](https://github.com/QnnOkabayashi/tracing-forest), a `Subscriber` that performs diagnostics on trace data. We ran into an issue where `isahc` generates trace data where the entered duration of a parent...

bug

I'll preface this by saying that my idea is a huge breaking change, and I'm more interested to hear feedback on whether this would even work. Currently, `typed-builder` requires the...

Context: https://github.com/hawkw/thingbuf/discussions/57 Currently, `worker_task` uses an unbounded channel to receiver logs, but I'm considering changing it to a bounded queue using something similar to [`tracing_appender::nonblocking`](https://docs.rs/tracing-appender/latest/tracing_appender/non_blocking/index.html). Their API provides allows users...

We should add CI/CD to deploy the most up-to-date documentation on a GH pages site.