cinje icon indicating copy to clipboard operation
cinje copied to clipboard

A Pythonic and ultra fast template engine DSL.

Results 20 cinje issues
Sort by recently updated
recently updated
newest added

> Care of [CEGID](https://www.cegid.com/global/), my current employer, there are a collection of downstream changes utilized by the [RITA](https://www.cegid.com/global/products/cegid-rita/) job offer multi-posting platform. This pull request aims to homogenize the changes,...

1.bug

Hey there, Seems not to run on python 3.9: ``` $ python benchmark.py Traceback (most recent call last): File "/home/ybon/Code/py/cinje/example/benchmark.py", line 445, in import bigtable File "/home/ybon/Code/py/cinje/example/bigtable.py", line 106 __gzmapping__...

1.bug

Where currently you require multiple lines with explicit flow control statements: ```python : for item in items : if item % 2 == 0 : continue : end ``` Permit...

2.enhancement
area:translation

https://github.com/youtube/spitfire/tree/master/tests/benchmarks https://github.com/youtube/spitfire

2.enhancement
need:performance

Looking for ideas on how to do this one. Stop-gap measure: include a "source line number" comment on every generated line originating in the source file? We are decorating each...

2.enhancement
org:help-wanted

This allows us to execute the encoding import and registration on Python startup. An example approach can be seen in the [`setup.py`](https://github.com/pytest-dev/pytest-cov/blob/master/setup.py#L23-L81) for `pytest-cov`.

2.enhancement
area:translation

### General * [x] Classifiers * [x] Bytecode Cache Helper Import Compatibility * [ ] Tests ### Block * [x] Function * [ ] Generic * [x] Module * [...

2.enhancement

Some resources to review to facilitate this: * [syn-include](http://vimhelp.appspot.com/syntax.txt.html#%3Asyn-include) * [new-filetype-scripts](http://vimhelp.appspot.com/filetype.txt.html#new-filetype-scripts)

org:help-wanted
need:highlighting

For examples: ``` python : use myapp.templates.master:master_template : using foo.bar:baz ```

2.enhancement
area:translation