Etienne Desautels
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...
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...