Sean Pianka

Results 26 issues of Sean Pianka

I see ALB support, but nothing noted for API Gateway.

I'm looking for a way to ensure that the `Register` variant in the `Activities` enum within each module does not collide when being converted to a `&str` using `.as_ref()`. Is...

Hello @kbknapp 👋 This project has a considerable number of stars (so likely has many users), but has not seen a commit in over 4 years. There's a few unresolved...

After upgrading from 0.14 to 0.15 and attempting to use the new paginator, it seems that the expand parameters with an anonymous lifetime (e.g. `params.expand = ...` where `...` is...

bug

Add an explicit type definition `Match` for matches returned by `process` methods (containing matched text and a score). This is helpful when adding behavior involving sorting or comparison, and provides...

1.0.0

See the [original implementation](https://github.com/seatgeek/fuzzywuzzy/blob/master/fuzzywuzzy/process.py#L85) where the processor function is only executed once if it's a known method. I'm not sure if this is an optimization to prevent duplicate calls, or...

bug
performance
conformance

Based on #26 ([hash](https://github.com/logannc/fuzzywuzzy-rs/pull/26/commits/cf2765db891fe4c13536c5525832166a02ff4ea9#diff-5665c6a1451a77c999912ea3811525be2d79e593452d44ae442c1d0422de52b0R40)) > I'd like to convert this function to use MatchingStreak's internally. > It might make it more clear to be comparing low1 < streak.idx1 instead of...

bug
enhancement

Opened based on the discussion in #23 and in [this comment](https://github.com/logannc/fuzzywuzzy-rs/pull/23#issuecomment-734502364). > "Well, I'm dissatisfied with the options available for handling unicode. In the same way we allow alternative scorers,...

enhancement

Missing the following methods from [the original process implementation](https://github.com/seatgeek/fuzzywuzzy/blob/master/fuzzywuzzy/process.py): - `extract` - `extractBests` - `dedupe`

1.0.0
conformance

I've added a Reddit [post here](https://www.reddit.com/r/rust/comments/jmby4s/fuzzywuzzyrs_a_port_of_the_fuzzywuzzy_python/) to try and give visibility to the crate. Hopefully Google will recommend the crate in any "rust fuzzy string matching" query! @logannc, I think...

1.0.0