Tom Most

Results 66 comments of Tom Most

In https://github.com/twisted/treq/pull/279 I was looking to accept both. _Almost_ all treq needs is the ability to ultimately convert to `bytes` (which you can do with the methods I listed as...

A heads up — you probably don't to go down this road, as [Bleach is deprecated](https://github.com/mozilla/bleach/issues/698) because html5lib is [not actively maintained](https://github.com/html5lib/html5lib-python/issues/361) ([it's a bit circular 🙃](https://github.com/html5lib/html5lib-python/pull/501)). CC @lemon24 as...

@DefaultUser It looks like the MyPy check is failing.

Circling back here, I've taken another look at #9076. Here's my understanding: - The reporter implemented an HTTP proxy that handles the CONNECT method (I don't see any implementation of...

The Ubuntu/Debian package icoutil has an `icotool` program which does this. It would be nice to know if this part of the format has decent browser (and especially IE) support...

Android's decoder, at least, doesn't support PNG-in-ICO: https://bugzilla.mozilla.org/show_bug.cgi?id=748100#c10 It looks like Firefox for Android's support is a WIP.

@adiroiban Will you be able to address Mark's comments on this PR at some point?

The ability to exclude specific files would be useful, for example so that the Twisted [compatibility policy](https://docs.twisted.org/en/stable/development/compatibility-policy.html) can include examples of the NEXT substitution syntaxes.

> > the deliberate warnings should be mangled like > > I hope you mean "should _not_ be mangled like"? Indeed I did! Fixed.

@adiroiban I think that #6348 is that ticket. Before we can enforce this in CI we have a lot of cleanup to do, though.