Olivier Chevet

Results 8 issues of Olivier Chevet

[//]: **Is your feature request related to a problem? Please describe.** To get the name of folder for a note, I currently use `reverse(split(file.path, "/"))[1] **Describe the solution you'd like**...

feature-request

Using Zotero 6.0.26 and Zotfile 5.1.2 I get the message "Zotfile can only extract the TOC for PDF's that have a TOC." on this [publicly available PDF](https://www.insee.fr/fr/statistiques/fichier/5763633/IREF_SECUR21.pdf) which has a...

Hello I prompted for a summary of an article in french and the result (whether english or french) is not propertly displayed. because diacritics are very common in french, this...

While trying to understand why some expressions were not working as expected, I went through the chrono-node module doc on NPM, which leads to the official [wanasit/chrono](https://github.com/wanasit/chrono) repo. I discovered...

I use NLP everyday, thanks a lot for the great work. I recently discovered Date picker, which is the best option to insert timestamps for the time being. Two possible...

ISO string without any timezone information are parsed as UTC time, not local time. This is unexpected, and leads to a strange situation, where Chrono.parseDate() does not return the same...

In timezone.ts, **CET** is defined as mixed timezone, with daylight saving time, like **PT** (Pacific Time) or some others. This is not the case. **CET** is the standard time in...

enhancement

Probable bug in [previous_char](https://github.com/commonmark/commonmark.js/blob/e489bf504d9884f40d142a0f3c5f8d72f7fac8de/lib/inlines.js#L309)() function ``` if ((two_previous_cc & 0xfc00) !== 0xd800) { return previous_char; } ``` as *previous_char* is the name of the function itself, and in other alternatives...