Curtis Maloney

Results 35 issues of Curtis Maloney

Using the following: ``` asyncio.set_event_loop_policy(aiouv.EventLoopPolicy) loop = asyncio.get_event_loop() ``` I get the following error: ``` Traceback (most recent call last): File "app.py", line 140, in asyncio.set_event_loop_policy(aiouv.EventLoopPolicy) File "/usr/lib/python3.5/asyncio/events.py", line 620,...

It's not unreasonable for a JS file to require a CSS... but currently all deps must be within the same mode.

Since some of the processors will require building new static files, we need to hook into collectstatic somehow...

These are common needs, so having built-in processors will make this app more accessible.

A lot of this machinery is framework agnostic, so we should move the settings into, for instance, a JSON file.

enhancement

Permit an asset to depend in a min/max version of another asset.

enhancement

Some people still like to put all their JS at the bottom of the body... what are they to do?

both DATABASES and CACHES require complex settings structures, being lists of dicts of .... Provide some helpers for handling this, like URL based solutions. (Templates, too)

Composing settings from pre-built mixins and enabling features with USE_FOO = True

I just spent 20 minutes wrestling with zadd and zremrangebyscore because they absolutely MUST have ZScoreBoundary types. Perhaps have them construct a ZScoreBoundary from the value. Then ZScoreBoundary.**new** could return...