Benjamin Piouffle
Benjamin Piouffle
Hello, Our bug tracker noticed a recurring error on IE11 (and some other old browsers that don't support arrow functions):  These arrow functions were introduced in https://github.com/michaelwittig/node-i18n-iso-countries/pull/175, before that...
Hi, thanks for this awesome library! We've faced a situation with strings only made of emojis. **Actual behavior** ```es6 limax('😵️') === '' ``` **Expected behavior** ```es6 // Replace by emoji...
Hi there! Zeit deploy previews are awesome, it's definitely an essential feature for our workflow at Open Collective. We're using a tool called Crowdin to manage our translations. This tool...
When fetching pictures from URLs like `https://graph.facebook.com/xxxxxxxxxxx/picture?type=normal` Arc generates a temporary filename before fetching the file and being redirected. This results in storing a file without extension that won't pass...
Hi there, The demo website (https://patleeman.github.io/quill-markdown-shortcuts/) is failing to import Quill Markdown with the following message: ``` hr.js:3 Uncaught TypeError: Cannot read property 'import' of undefined at Object. (hr.js:3) at...
Hey there! Great project, the user experience is really good. I have a small issue: when adding formatting (quote, title...etc) at the beginning of the text, it cannot be removed...