Pascal Hertleif

Results 115 issues of Pascal Hertleif

> `#[thunderclap(drunk: bool: "Thor drinks a lot", hammers: Option: "This isn't a joke about being drunk")]` > > hmmmm > > `#[thunderclap(drunk: bool = "Thor drinks a lot", hammers: Option...

enhancement

Actual functionality tbd

enhancement
question

see - https://github.com/kaj/rsass/releases/tag/v0.9.0 - https://github.com/rust-fuzz/targets/pull/119 - https://github.com/kaj/rsass/issues/25

Hi folks, in https://github.com/technocreatives/dbc-codegen/issues/12 we're generating implementations of `Arbitrary` for structs where we know some values have to be in a specific range. For ints, this is not a problem...

question

Just saw the new release of the [fail](https://docs.rs/fail/0.3.0/fail/) crate, which allows easily injecting error scenarios. This lets us write tests that assert we handle these errors in a graceful way,...

enhancement
help wanted
easy

Can we fix 10k suggestions in a reasonable time?

help wanted

I've been thinking of adding a `.none_means(msg)` (name bikeshed welcome) method to Option which expands `.ok_or_else(|| err_msg(msg))`. You can use it similar to `.expect` but returns an error instead of...

What are typical regex use case in a CLI app? Should use (and ideally wrap all regexs in ) but sadly cannot provide `std::matches` and `std::replace` as `std` already defines...

maybe - use case needed

Who's using quicli? - [waltz](https://github.com/killercup/waltz) - [wasm-pack](https://github.com/ashleygwilliams/wasm-pack)

looking for feedback

In , @moosingin3space suggested adding [configure](https://docs.rs/configure).

maybe - use case needed