Chad Whitacre

Results 97 issues of Chad Whitacre

# ~~[Target](https://github.com/AspenWeb/pando.py/issues/357#issuecomment-181915970): September 19, 2016 👍~~ 1.0: - [x] port to Windows (#443) - [x] rationalize dispatch (#366) - [x] switch back to stdlib logging (#157) - [x] port to...

Right now we just have XHRPolling

feature
Simplate bug/feature
Core

In order to drive quality we want to use literate programming with published documentation coming from inline docstrings. The tooling for this is Sphinx w/ hosting on RTD.

Right now we have a `request.allow` method that raises 405 if the method isn't in `*args`. What if we did this declaratively in page 1 rather than programmatically in page...

feature
Simplate bug/feature
Core

We should serve a 204 when a simplate content page is empty. > ### 10.2.5 204 No Content > > The server has fulfilled the request but does not need...

Reticketed from #441. Turns out we used to have an `aspen.mod_wsgi` script: http://www.zetadev.com/software/aspen/trunk/doc/html/aspen.mod-wsgi.html We should bring that back (or find it and document it if we still have it) to...

Right now configuration is half-mutable: you can change attributes on website, but if those settings affected anything in `Configurable.__init__` then resetting the attribute will make the configuration inconsistent. On https://github.com/gratipay/aspen-python/issues/472...

After running `make doc`, I would expect http://localhost:5370// to give me a 404, but instead it gives me the homepage.

verified bug
Ready to Start
Core

@simon-weber in [IRC](https://botbot.me/freenode/aspen/msg/9559390/): > I was thrown off that register_encoder did a check against the specific class, rather than an isinstance check > is this deliberate? > it doesn't allow...

Simplate bug/feature
Core

Reticketed from #249. The purpose is to provide fine-grained control over handling specific exception cases.