Peter Jaszkowiak

Results 26 issues of Peter Jaszkowiak

# Proposal ## Problem statement `RangeBounds` exists as a useful generic abstraction that lets users write functions that take any range type. However, is not uncommon that users want to...

T-libs-api
api-change-proposal

I suggest renaming the `map` in each of these names to `dynamic` instead. This would avoid confusion around other `Map` stuff in the library. Other options: - `hashbrown` - `anycopy`

enhancement

Title says it all. Admins should be able to post unsanitized HTML inside their Markdown since they have access to the option to enable/disable the sanitizer.

## Is your feature request related to a problem? xpm creates a different global directory for every version of an xpack. This makes running and upgrading globally installed binaries difficult....

Currently, we rely on the PR author to squash their commits. This results in an extra review cycle. But often, they'll just end up squashing their commits into a single...

### What it does The `static_mut_refs` rustc lint checks for shared or mutable references of mutable statics. This catches most incorrect uses, but doesn't necessarily accomplish the goal of moving...

good-first-issue
A-lint