Jane Losare-Lusby

Results 49 issues of Jane Losare-Lusby

This dep should come from an optional feature so that we don't use it by default. _Originally posted by @sophiajt in https://github.com/sophiajt/june/pull/33#discussion_r1499670737_

## Feature Request ### Crates * tracing-subscriber ### Motivation Right now the interface for setting up only allows for setting up complex directives with more than just a Level via...

kind/feature
crate/subscriber

Related: https://github.com/rust-lang/rust/issues/128914 [Rendered](https://github.com/yaahc/blog.rust-lang.org/blob/metrics-ann/posts/inside-rust/2024-08-12-announcing-metrics-initiative.md)

# Proposal ## Problem statement This is a follow up of the problems documented in https://blog.rust-lang.org/inside-rust/2021/07/01/What-the-error-handling-project-group-is-working-towards.html#1-error-trait--panic-runtime-integration ## Motivation, use-cases Right now the standard library includes multiple interfaces to "promote" an...

T-libs-api
api-change-proposal

From the 2021-02-10 libs team meeting: * https://hackmd.io/Y_Fw71-kSvCnB8DMmJY-xA?view

help wanted
T-libs-api

There are two orderings possible with items that have both attributes and doc comments ```rust /// doc comment #[attribute] fn foo() {} #[attribute] /// doc comment fn foo() {} ```...

p-low
feature-request

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the existing issues ### Clap Version 3.0.10 ### Describe your use case...

C-enhancement
A-help
A-builder
S-experimental

currently mostly a skeleton of a draft so we can collaboratively massage it into shape more easily before filling in with proper reference verbiage. hoping to take a significant chunk...

S-waiting-on-review