hexpm-rust icon indicating copy to clipboard operation
hexpm-rust copied to clipboard

⚗️ A Rust client for the Hex package manager

Results 7 hexpm-rust issues
Sort by recently updated
recently updated
newest added

publish_package_response produces `LateModification` on `UNPROCESSABLE_ENTITY`. The handling suggests it is expecting late modification, somehow, but the code stems from http, which has no such notion? The default handler provides us...

bug
help wanted

https://rust-lang.zulipchat.com/#narrow/stream/260232-t-cargo.2FPubGrub/topic/Thanks.20from.20Gleam/near/235179606

help wanted

Just clippy lints

Hex has basically no documentation for their API, one has to dive into the code itself to figure out what to do across at least three different locations: 1) https://github.com/hexpm/hexpm/tree/main/lib/hexpm_web/controllers...

When a package is specified in the `gleam.toml` like this ```toml gleam_stdlib = ">= 0.34 and < 2.0.0" ``` it will produce a very unhelpful parsing error. ```console $ gleam...

This bump changes removes major parts of this packages public API. This is because this functionality is duplicated in the gleam repo and I thus see no reason to maintain...

Remove unit value let-bindings and assert_eq comparisons in tests. Use matches! macro instead of match expression in lexer.