Tom Most

Results 66 comments of Tom Most

Thanks for the report! I spent a bit of time poking at this tonight. I'm not too familiar with this part of treq, but I am pretty sure that there...

I don't think this is correct in its current form as it causes the JsonPointer class to accept syntax that isn't JSON Pointer. [RFC 6901 section 6](https://tools.ietf.org/html/rfc6901#section-6) talks about how...

A few thoughts: 1. Does this come up often enough to merit automation? 2. Reverts can result in logical conflicts. Are they truly so routine that they should bypass review?...

From the linked issue, I think that the test should verify that the page can be parsed with `html.parser`.

When viewing this page the user is already on Read the Docs so I'm not sure what that would add?

The 404 at https://docs.twisted.org/en/stable/api/twisted.web.template.Element.html appears to be a Pydoctor issue. However the [`Element` symbol is exported by this module](https://github.com/twisted/twisted/blob/26c3c04e55d0b25532709e1e1dc5d1433dde80f3/src/twisted/web/template.py#L25). I see that this has been fixed in the Pydoctor used...

Actually, if you have fully disabled the IPv6 stack it will fail to listen. That's what bit us.

You can set it to [ignore the CLI configuration options in favor of your `.prettierrc`](https://prettier.io/docs/en/cli.html#--config-precedence) like this: ```vim let g:prettier#config#config_precedence = 'prefer-file' ```

The RFC names make more sense than the status quo to me

Ooops, sorry about that. Tab order strikes again.