Stijn Debrouwere

Results 19 comments of Stijn Debrouwere

It's actually https://github.com/tj/consolidate.js that reads in the template files, `src/render.coffee` just passes on the path, or, in the case of `-`, it passes on `-`. Not really feeling like exploring...

Also, the README currently mentions that `cat page.json | render page.jade` should work (to pass on data, not a template) but I think this was an aspirational thing on my...

Yeah, no objections regarding the `-` convention. Just not high priority enough for me to tackle.

Hi Kevin. I just moved to London so I'm a tad bit busy right now, but I hope to be able to take a look at your stuff early next...

So, I've just pushed a bunch of changes to `django-locking`, among which managers inspired on yours (thanks!). However, I'm a bit wary of adding in stuff using `qs.extra`, so I...

You're right, the documentation seems to be out of date. the `range` method used to have a lot of different keyword arguments for various things, but I figured it was...

Code here: https://github.com/debrouwere/google-analytics/blob/85a6fc886e13857ce9363cc17a0df23c273112ae/googleanalytics/query.py#L661

Hmm, that particular docstring is a bit out of date. Thanks for reporting, I will improve the documentation. To fix your particular query, try ``` python profile.core.query.users(sessions__gt=10, metric_scope='users') ``` which...

Digging it, but I need to have a think about how best to approach this. As we add features, we could start to rely on too much magic / conventions....