Armin Ronacher

Results 153 issues of Armin Ronacher

This adds an `on_after_end_tag` handler to address #108. Note that when I made the commit, the pre-commit hook fired and reformatted the entire codebase as part 1.56.0 standard. I'm not...

While working on #109 I noticed that one can create a bit of an odd situation when trying to rewrite tags in the presence of optional end tags. Take this...

The goal is to make it possible to abstact ober IO operations so systems can be built that operate on database backed data or in memory. This currently does not...

Before this code spirals out of control we need an abstraction layer for file system access. This will be necessary to implement more intelligent caching and later indexing.

design

Right now that config object is pretty bizarre and grown code. It also does not match clearly the ini keys in the project file to the actual values. I would...

enhancement

There should be an interface that plugins can use to rewrite the HTML before it's being served up in the dev server. We already rewrite HTML anyways to insert the...

enhancement
design

For many situations it would be very nice if a plugin or the page itself can set up an expiry that will mark the sources dirty after a certain amount...

enhancement

The current serialization of the flow format is pretty terrible. Originally the idea was to avoid indentation based syntax for it but I'm not sure if that's a good idea....

This is a followup issue to #457 without the license or technology conversation. Current issues with the admin: - It is designed in a way that makes it seem like...

design
admin-related

It would be nice to be able to set model for children to a list of choices: ``` ini [children] model = A, B ```

enhancement
nice-to-have
beginner-friendly
Hacktoberfest