Francescu Santoni

Results 11 comments of Francescu Santoni

Ok I updated the podlock — Sent from Mailbox On Mon, May 18, 2015 at 5:02 PM, Ryan McLeod [email protected] wrote: > ## It appears this got [fixed](https://github.com/facebook/pop/commit/4930ca4fed4a5533ac0b1af1e393458e4035305e) in Pop...

Sorry, I don't remember if it works for `Sources` queries as well. I think I tested only on `Metrics`

I agree with @julien-c

Thanks @aleksandrshoshiashvili I pushed a first fix for this. When I tried ```swift XCTAssertEqual(Smile.extractEmojis(string: "Hello ⏰⌛️💳🆙."), "⏰⌛️💳🆙") ``` I got ``` XCTAssertEqual failed: ("⏰️💳🆙") is not equal to ("⏰⌛️💳🆙") ```...

@aleksandrshoshiashvili wow, nice! Thanks a lot for the answers. I'll dig more and use the `isEmoji` function to tests the emojis.

Maybe you should go back in history to get it work with older Xcode? Should we tag or branch out to major Xcode releases?

I have the same kind of issue with ARKit when I try CABasicAnimation on nodes. cf. my comment in #5

@eric-krikey I don't have the rotation issue, but I have the same issue as you when nodes are moving or added while recording. When the nodes are in the scene...