Andrei Fokau
Andrei Fokau
I am slightly confused how one can use a custom renderer. Could you give some directions where to look?
also enabled color highlighting
In case you are using Jinja2 with HamlPy, you may be interested in more compact expressions for dynamic attributes, for example ``` haml - extends 'campaign/base.html' - block main_content %h1...
Hi, I am looking into possibility to broadcast with Redis and wonder if anything has changed since Ask's answer [two years ago](https://groups.google.com/forum/#!searchin/celery-users/broadcast/celery-users/s4v_0ndiLT8/rJSME59TQ4YJ): > On Tuesday, May 28, 2013 at 5:03:19...
It's currently for Solr only. Example: ``` py >>> sqs = SearchQuerySet().model(Product).filter(for_sale=True) >>> sqs = sqs.range_facet('price', start=0.0, end=100.0, gap=20.0) >>> results = sqs.facet_counts() >>> print results['ranges']['price'] {u'start': 0.0, u'counts': [u'0.0',...
I am trying to use Live Frame for Jekyll site development and the frame does not update after the site is rebuilt by a watch script. I managed to only...
It's not clear how to update it either -- currently, I restart the app.
It needs badly a file list at the top, since it can be huge and closing file diffs is quite an annoying activity. If one could fold a directory just...
If mapping values are clearly not allowed there, then why not just simply convert it to string `a: "a:"` without forcing user to add checks for it?
Min/max wal size part is taken from https://github.com/le0pard/pgtune/blob/master/source/javascripts/pgtune.coffee#L132-L155 On macOS I was testing with ``` sh $ export lib="/Users/andrei/Library/Application Support/Postgres" $ python pgtune --version=9.4 --input-config="$lib/var-9.4/postgresql.conf" --type=Web $ python pgtune --version=9.5...