Anima-t3d
Anima-t3d
You would need it when the key contains `.` or `-`
> They aren't allowed as variable names! I wasn't referring to variable name. I was referring to _JavaScript property names_ and they are allowed see [https://mothereff.in/js-properties](https://mothereff.in/js-properties#foo-bar) but: **You need to...
@Wikunia can you please include this? It is often used in js when writing [Meteor.methods](http://guide.meteor.com/methods.html) in Meteor. Example in ES6: ``` javascript Meteor.methods({ 'todos.updateText'({ todoId, newText }) { new SimpleSchema({...
I noticed the usage of regular expressions. I am mainly interested in the support for `'` and can completely understand you not being able to support the quirky stuff ES6...
I've been working on this issue as well. I have not yet found a solution I'm 100% satisfied with. Currently I'm experimenting with having a validator on the root component...
I have been working on a solution. It's currently running well in production. I'm still polishing some parts, but I was thinking to distill it and create a repo with...
@vesper8 @reticent67 I was planning to create a slimmed down version this week! I will let you know if I managed to allocate time to do this.
Yes, if I run it without the option it will continue.
What does `--with-all-languages` do, do we still need it or can the readme be updated to not include that option?
>Homebrew recently decided to remove all options from the homebrew-core Formula's. Though as of right now tesseract now includes all languages by default so just remove the option and you...