Allan Simon
Allan Simon
be sure that if without paying attention someone put several page with the same name, that it gets generated , thought the code will not compile
It should check that - URL are accessible - The content in it is what we expect **Note**: in a first time, if the check works only right after the...
Basically it should check two main things *Check that the files are here *Check that the classes are here (variables etc.)
so that we can also educate people on how to not be on that list
Has it has been exactly 2 years since the last commit, I would like to know if this project is still actively maintained before starting using it in a brand...
Hello again I've recently "copy/pasted" your repository and started to adapt it to create a "server side" version of the xmpp stream structure https://github.com/allan-simon/rust-xmpp-server-stream. I've done so instead of simply...
the requirements.txt state a strict equality on 17.2.0 , is it necessary ? as it seems to make jinjalint incompatible with other popular tool (I can provide a PR if...
jinjalint reports no syntax error with this code ```jinja2 {% for a, b, in [(1, 1), (2, 2)] %} {% endfor %} ``` while actual jinja reports ``` Syntax error...
It seems the repository here has already fixed that issue by permitting version superior than 0.5.0 but it's not reflected in npm
looking to https://www.npmjs.org/package/generator-angular-ui-router it seems that there's no generator for states , but there is for route. As one of the main feature of angular-ui-router is to provide $state in...