Tobias Stenzel
Tobias Stenzel
Looks like we were working on the update simultaneosly. Your PR is cleaner but I found the reason for the handlebars error Ryan mentioned :) The problem is indeed the...
Here's the fix: https://github.com/dpausp/nixpkgs/commit/7cf064e1ef594d5c016c73c0801d7439b2de9f91 @ryantm @talyz
@jab I'm using PyJade for some Flask projects and the experience has been good so far. I don't know much about mixins, but Jinja2 macros can be defined and used...
@jab I had the same problem. Now I'm using autoescape in Jinja and I subclassed the JinjaCompiler from PyJade to remove the `|escape` filter from the `visitCode(self, code)` method.
The plugin is called Pug (ex-Jade) now. Unfortunately, the plugin doesn't support the Pyjade "dialect". Syntax like `- from "utils.jade" import ...` is marked as an error.
The pattern is stored in the column 'abbreviation' of table 'proposition_types'. `abbreviation` is already present and should be kept. Use a new column `voting_identifier_template`, for example.
Should be customizable_text: * tab_associated * everything with change/counter motion * "Go to associated"
> Also, myself as well as some other users have experienced a serious slowdown of the app as the session gets older. Not sure if that is related to the...