Just van Rossum

Results 856 comments of Just van Rossum

My question is: can MkDocs extract source docs from source files, like sphinx does?

The fix for this would also have prevented #1045.

Why only when shift is pressed, though? Anyway, this is ultra low priority.

Glyphs has this: ![image](https://github.com/googlefonts/fontra/assets/4246121/4f687888-9388-44f0-92e2-d3dbd6c3e455)

> I don't think that will work so well technically for people who want separate pieces; I would expect each logical unit of code to be its own pypi package....

The question comes back with https://github.com/BlackFoundryCom/fontra-compile/issues/1. I think I should spec out fontra-core, and we should go for it.

A "fail" on unused imports would be better IMO.

I would like to separate: - import organization (like Python's isort) - unused import linting (like one of the flake8 checks)

The bug is that inactive sources are stored and may overwrite the active source at the same location. So this is really a manifestation of #772.

Some notes: - Add `sidebearing/left` and `sidebearing/right` to possible selection items (this may interfere with `parseSelection()`, perhaps it should be `sidebearing/0` and `sidebearing/1`, to be continued for vertical?) - Make...