Chris Sewell

Results 1351 comments of Chris Sewell

> Is the 'context' truly generic? If you are talking about state transitions, like `def blank(self, match, context, next_state):`, then `context` is a `list[str]` > I'm not super familiar with...

> Could I ask you to help with the upstream PRs Okie, I will try to carve out some time for it 👍

> since I want to hear from other maintainers the direction we'll take for improving autodoc. @picnixz, if you have time, it would be great if you could open a...

Definitely agree with this by the way, I was just thinking the other day that I wanted these templates to be compatible with https://marketplace.visualstudio.com/items?itemName=samuelcolvin.jinjahtml (Haven't reviewed the actual code yet...

> Thanks to the new tests, I observed that there were issues. So it's still WIP Maybe convert to draft then 😄 ?

> There's definitely something wrong with docutils HEAD. Maybe it's my fix that is causing the issue because it's really weird. Lokks like `tests/test_builders/test_build_linkcheck.py::test_defaults` is flaky, because I had the...

Indeed the main thing is to get a 👍 from the sphinx team, and I am definitely +1 😄 In terms of YAML vs TOML; I would note that both...

I guess the classic example of a co-existance of such files is the setuptools `setup.py` and `setup.cfg`. I would certainly check their implementation

Yeh, at the end of the day, JSON/YAML/TOML all basically map to each other 1-to-1, so it won't really affect the underlying code/logic to be written