Results 180 comments of Doug Hellmann

If each builder configures the environment with different escaping rules, don't we want those builder-specific settings? Or maybe not, since they are language-specific (HTML vs. RST)?

I could see escaping being useful, but I could also see it being useful to have embedded RST in the data that a user wants rendered. So it's fine if...

Why would we need a whole new builder just to create a new environment? Does the SandboxedEnvironment use settings from the builder? Could we instantiate a new environment and give...

When I set up this repository, I copied metadata from a project that used testrepository to drive unit tests. As part of this ticket, we should drop all of that...

See #57 and #58

PR #57 sets up the test framework and is a prerequisite for this.

SQLite databases can be handled somewhat with https://github.com/sphinx-contrib/sqltable although I do like the idea of adding template support there. We may be able to simplify that code to use list...

This is an interesting idea, and I'm sure it comes up in a lot of contexts independently from using data templates. It might be best to approach this by designing...

That isn't supported today, but should be possible to implement. The `SpellingChecker` would need to support loading several dictionaries and only reporting an error if the token cannot be found...

Yes, I suppose the quality of support for French terms depends on the underlying library for tokenizing and the dictionary for various conjugated forms of words. It would probably be...