Etienne Desautels

Results 3 issues of Etienne Desautels

I'm interested in using this project to deal with the GDPR, etc. but, unfortunately, it seems to not be compatible with Django page cache that I'm using intensively, as most...

enhancement
Javascript/dynamic DOM

In generic.py on line 727, it's like that: ``` python def getHeight(self): return self.getUpperRight_y() - self.getLowerLeft_x() ``` And should be like that (the "x" change to "y" at the end):...

### Current Behavior: I have multiple buttons that show videos on the same location in the page. To do this I keep an array of node subtrees of each player...

bug