Guillaume Gomez
Guillaume Gomez
Fixes https://github.com/djc/askama/issues/674. I realized that warnings were easy to ignore so I decided to turn it into an error. What do you think?
For example, if you define `{+` as `expr_start`, then it would be ignored because `askama` already handles it internally meaning it cannot be overloaded. Currently it is silently ignored. Emitting...
It'd be nice to be able to include (or not) margin, padding and border.
To replace code such as: ```js await new Promise(r => setTimeout(r, timeAdd)); ```
For this input: ``` ("a", {color": "blue"}) ``` It gives: ``` {"error":"`color`: booleans and idents cannot be used as keys"} ``` It should instead complain about the `"` before the...
It would be very useful for color checks to have a way to convert between different formats. For example: ``` assert: ("#stuff", {"color": "#fff" }) ``` In this case, even...