Michael
Michael
Which value specifically do you suggest should default to undefined? I have implemented the code as-is here: https://github.com/miracle2k/jinja2/compare/90-matcher
Could the page make it a little bit more clear what the status of this branch is vs "dev", and which one is recommended that people a) user as end...
I am running on Azure too. Never had a problem at 4 minutes, which doesn't surprise me, since the streaming log wasn't really idle. Now, the remote hangs up after...
By all means, provide an event that triggers whenever pushState() is called, to allow for the current workflow. However, there should also be an event that reacts only to actual...
Ah crap, that's basically the same problem Flask-Assets currently has. It would certainly be possible to loop through the finder storages, find the right one based on it's base path,...
Yes, that should be possible. The complication is this: - The base webassets library has a system of load paths - any paths you like can be used as a...
Just some preliminary thoughts: I've had other issues with the fact that webassets wants to push the actual object instances of resolver, updater etc. to the settings object; in that...
What do you mean you have to remove the build part? You don't want it in the url?
I've created a branch based on Kevin's changes and incorporating some of my own: http://github.com/miracle2k/django-tables/tree/cellobj Here's some things that are missing before this can be merged: 1) Documentation 2) Tests...
Thinking about it, turning them always on might be the best option. I can't really think of a good reason. The original impetus was probably an attempt to enforce the...