Martin Nordholts

Results 29 issues of Martin Nordholts

The public API of syntect includes types defined in other crates. This makes it tricky to bump dependencies within a minor syntect release since bumping a dependency can change the...

I would like to propose that we stabilize `#[unix_sigpipe = "sig_dfl"]`. This PR does that. By my estimation, merging this PR will close https://github.com/rust-lang/rust/issues/46016. Tracking issue is https://github.com/rust-lang/rust/issues/97889. # Stabilization...

T-lang
T-compiler
S-waiting-on-review
I-lang-nominated

The feature gate for the issue is `#![feature(unix_sigpipe)]`. It enables a new `fn main()` attribute `#[unix_sigpipe = "..."]`. ### Usage Any simple Rust program that writes a sizeable amount of...

C-tracking-issue
T-libs

To make it clearer what the impact would be to stop using `SIG_IGN` and instead use a noop handler, like suggested [here](https://github.com/rust-lang/rust/issues/62569#issuecomment-1961586025) and implemented [here](https://github.com/rust-lang/rust/pull/121578). Part of https://github.com/rust-lang/rust/issues/97889

A-testsuite
T-compiler
T-bootstrap
S-waiting-on-author

To developers completely new to axum, it helps a lot to give example code on to get access to the variable path in a handler. Rendered: ![image](https://github.com/tokio-rs/axum/assets/115040/b0779a06-c8a9-4557-bb3b-ae1542220748) Even if the...

Hi and thank you for this project. May I humbly request that you allow sponsoring this project via GitHub Sponsors? I would like to sponsor this project, but I am...

I would like to emphasize that this project is not a one-man show, so I will move this project from https://github.com/Enselic/cargo-public-api to https://github.com/cargo-public-api/cargo-public-api. (My co-maintainers have been informed beforehand.)

maintainability
resolved-but-kept-open-for-visibility

CC @Billy99 Also see https://github.com/cargo-public-api/cargo-public-api/pull/619 and https://github.com/cargo-public-api/cargo-public-api/pull/621.