Colin Wood
Colin Wood
Not sure if you guys have noticed this yet. But when in ie10/11 the animation jumps up then settles when doing the parallax.
This allows for two things. - First is that it will allow smooth scrolling for the up and down arrow keys along with the wheel function. - Second is this...
I have a use case where I want to do a monorepo and have separate subdirectories. An example: a/.fpm b/.fpm .fpm I want to be able to have a global...
This uses the new utils text package as a way to format a name to the standard format. In django 1.7 the get_verbose_name util doesn't exist anymore.
When viewing events params can become null so this just ensures that it cant be.
Not sure if other people have gotten this but using sessions with ConqueTerm it wont work. It'll just leave a blank buffer instead of where I was in the command...
Make a new command to populate the arglist with a django app. This would be great for refactoring a app.
when running ``` viml :DjangoProjectActive somebadprojectname ``` This will print out a bunch of errors for a non existing project. We should give a more friendly error message.