Mauro Gabriel Titimoli

Results 26 comments of Mauro Gabriel Titimoli

IMO the library should stay as it is, or expand but leaving i18n outside of the movie as that can be handled by [Intl.DateTimeFormat](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat).

Hello everyone, I have just experienced this issue using chrome in Linux, I tested the workaround of passing `useFsAccessApi: false` and it worked. I also tested calling [window.showOpenFilePicker](https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker) and it...

> There is already PR #1233. What I'm proposing is a bit different, instead of hardcoding "Files" in the description, I was thinking on receiving a new param so the...

The main issue is not with the tree-sitter, but with [language-typescript](https://github.com/atom/language-typescript/issues/20) package.

It did it for me as well @Yurickh, I hope @maxbrunsfeld consider the comment I left in the issue, meanwhile there is a concensus of introducing a new flow grammar.

Sorry to hear that @sinwailam193, in order to see what's going on in your case, could you tell us what grammar is selected?

It's for the same reason I wrote before @sinwailam193, instead of disabling both **language-typescript** and **language-javascript**, do what @Zakini commented [here](https://github.com/gandm/language-babel/issues/510#issuecomment-433014822) and should set **language-babel** as default. (@Yurickh I reenabled...

I believe the reason behind all this is [this one](https://github.com/tree-sitter/tree-sitter/issues/211), but as I wrote there if anyone can give a hint about why **language-javascript** and **language-typescript** take precedence over **language-babel**...

Thanks for jumping into this issue @maxbrunsfeld, language-babel IMO is currently the most complete grammar out there, it not only highlights correctly flow, but it also does the same for...

Hi everyone, could you please elaborate a bit more what is happening with **partial application** proposal? I would love to see it moving forward but based on your comments, I...