Simon Burbidge

Results 11 comments of Simon Burbidge

Having an option between the two would be ideal, then people could use whichever method suited their situation. What would also be great would be having a method to query...

Thanks @weien - your solution works for me and everything seems to work fine although I haven't tried app to app dragging yet. Will confirm when I've done that too.

This is still happening now on a newly created boarding site. Will try the auto-restarting.

I've got this working using named capturing groups in the regex, and matching those names to styles using a new property in the style class. ``` "handle": { "regex": "(?[@@])(?[a-zA-Z0-9_]{1,20})",...

Whilst this works, it doesn't allow the named groups to inherit the font/traits/size of the parent. Hold off on reviewing it for now and I'll do some work on that.

@nst I'm going to have a go at implementing this change - will of course submit a PR if successful. Would be great to hear any thoughts/hints you may have...

Beautiful! Thanks @fanyj, I wasn't looking forward to debugging that one!

Strange - I'm finding the opposite. I was only ever having the problem on the first pull prior to this fix, and now I don't have it at all.

I removed the s.platform because it is unnecessary when you have s.deployment_target. I added a deployment_target for tvOS. https://github.com/CocoaPods/CocoaPods/issues/4185