Aris Synodinos

Results 15 issues of Aris Synodinos

SInce both lower and upper case characters are accepted as html tags, I think a more general solution to ``` python def collectImagesFromEBookContents(self, htmlFile): with open(htmlFile, encoding='utf-8', mode='r') as f:...

This issue affects users with more than 9 text files. ``` python # Expand wild cards. if item['type'] == 'text' and '*' in item['source']: files = sorted(glob(item['source'])) ``` The simple...

I think that using different branches with stable functionality and testing (devel) is very important. Using the ROS conventions in branches can be very helpful: http://wiki.ros.org/bloom/Tutorials/FirstTimeRelease Maybe that way we...

Although on docker create the files get deployed correctly in terms of access rights, all new pages I create are being owned by root in the container instead of the...