Thomas S

Results 12 comments of Thomas S

If is it that you say : https://docs.python.org/fr/3/library/stdtypes.html#str I will work on it for Hacktoberfest :)

Is it possible to first implement : - ~`str.capitalize()`~ - [ ] `str.center(width[, fillchar])` - [ ] `str.count(sub[, start[, end]])` - [ ] `str.endswith(suffix[, start[, end]])` - [ ] `str.find(sub[,...

More over, For my personal dev, I will add a Dockerfile for compilation, do you want it too ? Good coding day

Hi, For the Dockerfile, perhaps, just put it in wiki to prevent misunderstanding :) Yes, I have see that file :) Thank you

Hey, Even if I have not ended that PR before the end of Hacktoberfest, I will finish it ;) Have a good coding day

Hey :) For my self, it was a miss parameter in my `config.xml` (ionic 2). Then it works fine on iOS (after `ionic cordova platform update ios`

Yes I view it to. For my self, I choose a simple solution to prevent that : - User click on button (to choose photo) - Loading popup is displayed...

Little update :) I've check to display only 10 by 10 photos, It's better :D ```ts this.photos = this.originalPhotosArray.splice(0, 10); // change 0 and 10 on button clicked ``` My...

For my self, photos load only if I set app down (background, not exit) and I re-open it (foreground). So my solution, this is not very good but it works...

Sometimes, your need to stop : `/usr/bin/named` ;)