Wilfredo Sánchez Vega
Wilfredo Sánchez Vega
Relating #78
I'm surprised we can't re-open a PR but Git confuses me to no end. I know this is Github, but same. Anyway, I'm doing that thing where I'm thinking about...
Here is the error, in case the above expires: ```console ERROR: Cannot install hyperlink==21.0.0, idna==3.1 and treq because these package versions have conflicting dependencies. The conflict is caused by: The...
Duplicate of #60?
@glyph: perhaps. I was borrowing the `BinaryIO` and `TextIO` stdlib conventions for "I/O streams" which include but aren't limited to files…
> Or do you really need it to be a function instead? If so, why? `assert foo is not None` works, but is redundant given that `self.assertIsNotNone(foo)` also does that...
If you set the "CI" environment variable, we suppress some of the Hypothesis health checks. I'm hesitant to do that all the time, because you might need those health checks...
Perhaps, but I can't really manipulate the `tox` CLI…
> But why one wouldn't go straight to `to_text` is less clear to me. Perhaps that's an argument to deprecate `to_uri` (and `to_iri`) altogether? It would obliquely dodge the compatibility...
I was going to suggest `as_text` and `as_ascii` for @glyph's long names.