sabik

Results 4 comments of sabik

For many encodings, this can be done using st.binary and decoding? ```python from hypothesis import given, reject, strategies as some @given(some.binary()) def test_latin3_specifically(self, encoded): try: text = encoded.decode('iso-8859-3') except ValueError:...

* Rather than "waiting" for a major release, this bug seems major enough to trigger a major release in its own right? The validators are silently passing on invalid data....

Related StackOverflow answer: [How to pull all alternative tags of a docker image?](https://stackoverflow.com/a/52942903/683329)

> Also it would be great to find the tags pointing to the same image. E.g. I want to identify the tags, which are also pointing to the same image...