Andrew Crookston
Andrew Crookston
I'm seeing the same thing. Did you find a solution to this?
It looks like something with the latest StanfordCoreNLP. I'm not sure at this point but I did try to install your other gem (sfanford-core-nlp) and it took a lot of...
Another example, much simpler takes 3600ms. ``` constrain(self, textLabel, helpButton) { superview, textLabel, helpButton in let textWidth = superview.width - iconWidth - padding - GUI.Constant.tableInset * 2 textLabel.left == superview.left...
After migrating most of the code in one of our apps over to the new syntax the build time has been halved (from about 5 min to 2.5). All of...
@orta technically no, but it's adding to the API and suggesting a new API so "perhaps"? With the current iteration I'm not replacing the current operators, I've only copied or...
I've added PR #293 as a potential solution. At Instacart we use Cartography heavily in one of applications and after migrating most of the code over to the new syntax...
Not at the moment. I suggest this would be done as a new library to avoid adding Rx as a dependency for this framework.