printfhere
printfhere
Ok I reproduced it with "Save" then "Run". Could there be a race condition between the "Save" and the launch of the interview in the other tab? I noticed that...
Thank you for that, Yes the server is slow but the response definitely arrives before 15 seconds. I manage to reproduce the error on a fresh serrver without all the...
Does the save request to /playground change something in the user dict? I noticed the variable json is {success:"false"} in the source tab so I'm wondering if this could happen:...
I use this on some projects: def start_of_sentence(self): """ :return:a hidden dot to capitalize the next start of sentence """ return self.nlg_tags('span', '.', style='display:none') maybe something like that before the...
Maybe we should add something like this: if platform.system() == "Windows": date_format = "%A %#d %B %Y" locale.setlocale(locale.LC_TIME, 'fr') else: date_format = "%A %-d %B %Y" locale.setlocale(locale.LC_TIME, 'fr_FR.utf8') day, month,...