Benjamin Piouffle

Results 490 issues of Benjamin Piouffle

Hello, Our bug tracker noticed a recurring error on IE11 (and some other old browsers that don't support arrow functions): ![image](https://user-images.githubusercontent.com/1556356/92457126-2089b080-f1c4-11ea-8c78-7fbc266c8fa7.png) These arrow functions were introduced in https://github.com/michaelwittig/node-i18n-iso-countries/pull/175, before that...

bug

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...

question

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...

feature request

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...

help wanted