Jacob Pratt

Results 54 issues of Jacob Pratt

Is there any particular reason why this is private? Right now, I'm doing ```rust cfg.emit_expression_cfg(r#"{ #[non_exhaustive] struct Foo; Foo }"#, "supports_non_exhaustive"); ``` It would be nice to be able to...

By using `RUSTFLAGS="-C target-cpu=native"`, the resulting binary will be _far_ less portable, but it can reduce the binary size a fair amount.

enhancement

After just switching to svgcleaner from svgo, I noticed that svgcleaner outputs `style=""`, which I presume is not strictly required. Wouldn't it make sense to remove this?

What's the status of this project? There haven't been any commits to in around 7 months, and it doesn't look like issues or PRs have been handled either. I'd like...

By forwarding things like `deserialize_bool` to `deserialize_any`, the `deserialize_bool` behavior can then deserialize a string, for example. This is unexpected and lets through _a ton_ of stuff that, in my...

## The icon I want is: * Name: crates.io * URL: crates.io * Link to icon: https://www.rust-lang.org/logos/cargo.png * Vector version of the logo: None that I can find * Official...

Hacktoberfest
new icon

Input: ```css foo { grid-template-areas: ' foo bar ' ' baz qux '; } ``` Output: `foo{grid-template-areas:' a b ' ' c d '}` Expected output: `foo{grid-template-areas:'a b' 'c d'}`...

enhancement

The main `time` crate can be moved to `time-core`, while the formatting and parsing mechanism (including parsing format descriptions) can be moved to the `time-formatting` crate. At that point, the...

C-cleanup
E-medium
C-blocked

This is a general tracking issue for all support related to the [IANA Time Zone database](https://www.iana.org/time-zones). At some point in the future, my hope is to have full support for...

C-feature-request
C-tracking-issue
A-core
E-hard

Would it be possible to provide a `.rpm` file for Fedora and possibly publish to the relevant repository? Having a `.appimage` works, but it's not ideal for those of us...