Roger Rohrbach

Results 3 issues of Roger Rohrbach

* JSON API doc version: 0.15.0 * Python version: n/a * Operating System: n/a ### Summary `json-api-doc` incorrectly serializes an attribute that is an empty list as as an empty...

* JSON API doc version: 0.15.0 * Python version: n/a * Operating System: n/a ### Summary It is not possible to serialize or deserialize [resource links](https://jsonapi.org/format/#document-resource-object-links), i.e., a `links` member...

Referring to the description of `token_set_ratio` in the original [blog post](https://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/): if the `SORTED_INTERSECTION` is a strict subset of `STRING2`, the result ratio will be 100. E.g., ```python fuzz.token_set_ratio("Deep Learning",...