Chris Sewell

Results 1352 comments of Chris Sewell

> Ah indeed, and I thought it was just a nice one-line PR They never are 😂

> @chrisjsewell do you think this is sufficient? I'll use my fork until the next release. Yep I think it's fine but bare with me to merge

> And `-W` is used in all cases to identify problems quite quickly. I would note, with the warning added here, it has the `needs.extend` type/subtype, allowing you to "fine-grain"...

Heya, yeh for this and #317 I would note that the parsing is using https://github.com/tsutsu3/linkify-it-py, and perhaps bugs that should be reported there, but also maybe just a difference with...

Definite +1, would definitely be nice to be able to do this in python. As well as cargo workspaces, other points of reference are https://docs.npmjs.com/cli/v7/using-npm/workspaces / https://classic.yarnpkg.com/lang/en/docs/workspaces/ (plus other tools...

heya, this and #640 are essentially covered in #613

> The output from myst-docutils-html5 differs from the results I'm getting from jupyter-book build and I'm still tracking down where the difference are coming from. To note, this shouldn't have...

heya @danieleades do you wanna fix the last few lints?: ``` myst_parser/inventory.py:410:10: PTH123 `open()` should be replaced by `Path.open()` myst_parser/inventory.py:471:14: PTH123 `open()` should be replaced by `Path.open()` myst_parser/mdit_to_docutils/base.py:1211:17: PTH118 `os.path.join()`...

Hey @paugier , this is not trivially possibly, without upstream modification to docutils/sphinx docutils stores documentation in a nested AST: ```markdown # H1 ## H2 ### H3 ``` creates ```xml...

See also https://github.com/jgm/djot/issues/294, I was interested what they have to say on it