Jack Wrenn

Results 84 issues of Jack Wrenn

Updates documentation to reflect the **still unstable** `arbitrary_enum_discriminant`feature (tracking issue: rust-lang/rust#60553).

New Content
S-waiting-on-stabilization
RFC Stabilization Docs
Language Cleanup

The `on_register_dispatch` method is invoked when a `Collect` is registered as a `Dispatch`. This method can be overridden to perform actions upon the installation of a collector/subscriber; for instance, to...

## Feature Request ### Crates This feature directly impacts: - `tracing-attributes` The discussed implementation strategies impact: - `tracing` - `tracing-core` ### Motivation The `name` metadata on spans generated by `#[instrument]`...

Implements the suggestion I made in https://github.com/rustsim/nalgebra/issues/511#issuecomment-450224279. This provides a one-stop place to find out which traits from `alga` are implemented for types from `nalgebra`. For example, here's how rustdoc...

Short lines render reliably, but long lines do not. Lines with extreme start and endpoints (e.g., std::f32::MIN or std::f32::MAX) do not render at all. Lines of intermediate length render unreliably...

The task detail view of console now shows the tree of extant consequences stemming from that task; i.e., which spans are open beneath the task. The leaves of the task,...

### What problem are you trying to solve? *What is my program busy doing right now?* For synchronous applications, this question can be answered by capturing stack traces from the...

S-feature

## Describe the bug Resources are returned extremely slowly (~3 minutes) for a large collection (34Gb, >1m records). While the page is loading, exactly one core of the server's CPU...

This commit lays the ground-work for making mini-redis a better example of an instrumented tokio application. While it does not go so far to turn mini-redis into a fully-featured guide...