Peter Goodspeed-Niklaus

Results 32 issues of Peter Goodspeed-Niklaus

Test update detection should operate according to these rules - if the generated name for a particular test is `test_description_from_the_canonical_data`, and there already exists a test named `test_description_from_the_canonical_data`, then check...

track meta/exercise crate

When generating `process_X_case functions`, we should generate documentation for the implementer about the expected input items. This feature is not very useful useful right now, because it will tend to...

track meta/exercise crate

When generating `process_X_case` functions, the current implementation causes the compiler to complain about unused variables. We should, instead of generating comments describing what it might look like, just generate the...

track meta/exercise crate

Consider a generic metadata struct: ```rust /// Whether this value has been manually approved #[derive(Debug, Clone, Deserialize, Serialize)] #[serde(bound(deserialize = "T: Deserialize Result where S: Serializer, { todo!() } }...

The [`impl Header for Dnt` example](https://docs.rs/headers/latest/headers/#implementing-the-header-trait) is a good start, but it doesn't explain the actual semantics of the iterator-based design. Example questions which would be nice to have answered...

I am attempting to write some code which, given a branch name, determines which (if any) PR numbers are associated with it. This is possible in the Github CLI: ```sh...

bug
help wanted
good first issue

https://github.com/coriolinus/counter-rs/blob/9e217dcbe7f47d660428f11bb39504087a896474/src/lib.rs#L293-L294 That code was added in #9 (see discussion) and has never sat quite right. Can we work around it now? Leak exactly one zero item for each `N`? Bypass...

```bash $ qpdf --version qpdf version 11.3.0 Run qpdf --copyright to see copyright and license information. $ qpdf --annotate=y w8ben.pdf qpdf: unrecognized argument --annotate=y For help: qpdf --help=usage usage information...

enhancement
documentation

Excerpted from discussion in https://github.com/exercism/problem-specifications/pull/1366: > @petertseng > The thing that gives me pause currently is that the property `chromatic` is about test cases with chromatic scales. > @coriolinus >...

discussion

# What's new in this PR ---- ##### PR Submission Checklist for internal contributors - The **PR Title** - [x] conforms to the style of semantic commits messages¹ supported in...