Louis Duret-Robert
Results
2
issues of
Louis Duret-Robert
Hello, I noticed that unsized literal number constants with the base specified (`'d0`) are supported but if the base is not specified (`'d`) it raises a ParseError exception : ```...
Added the `@render_time_only` decorator for filters and tests. It marks filters to not be resolved at compile time even if the arguments are constants. This can be useful as described...