Idris Mokhtarzada
Idris Mokhtarzada
Some words have multiple lemmas. For example, [78:1:1](http://corpus.quran.com/wordmorphology.jsp?location=%2878:1:1%29) and [79:13:1](http://corpus.quran.com/wordmorphology.jsp?location=%2879:13:1%29) With the current Word model, every word can only be linked to one Lemma. However, in these cases, the Word...
PunyMCE currently does not work on iPhone OS (and other mobile devices). Perhaps this should be detected, and PunyMCE should not load in these cases.
Can it be true??? https://github.com/babel/babel/issues/2474#issuecomment-289119991 According to @hzoo, we shouldn't need `babel-relay-plugin-loader` as of `[email protected]`! 🎉 If this indeed works, we should update the Readme of this repo appropriately.
`babel-relay-plugin` [accepts additional options](https://facebook.github.io/relay/docs/guides-babel-plugin.html#additional-options). There should be a way to specify these options when using `babel-relay-plugin-loader`. One way is to add it to the `metadata.graphql` object in `package.json`. Only drawback...
You should be able to set duration or speed on the component
I think you need to upgrade `rn-host-detect` to `1.1.4` to fix this issue.
The bar chart `tooltipHtml` callback takes 3 parameters: `x`, `y0`, and `y`. However, there's no way to tell which "series" it's in if it's a stacked bar chart. It would...
You should be able to use the :at option for hourly tasks as well, not just daily. For example: ``` every(1.hour, "ten.after.job", :at => "**:10") ```
This would also provide support for other IntelliJ products, such as RubyMine, PyCharm, AppCode, ReSharper, WebStorm, and phpStorm. Seems like a lot of bang for your buck :)