Darren Black

Results 56 comments of Darren Black

Funny thing. I cloned this and was about to make a PR. But the source builds fine in master. It's been fixed, but not released: https://github.com/adamwaite/Validator/blob/master/Validator/Sources/UIKit%2BValidator/UITextField%2BValidator.swift EDIT: It was fixed...

If I'm not mistaken this issue has to do with this (now fixed) issue in XBMC: http://trac.xbmc.org/ticket/10095

Ok... I removed these 2 lines from jsonrpc.py to get playback to start from the correct place in XBMC: ``` if 'params' in obj and len(obj['params']) == 1: obj['params'] =...

Right... It seems that the object VideoPlayer.GetTime returns has changed in the newer builds of XBMC such that they contain hours, minutes, seconds and milliseconds. Now I've never coded any...

They are not. I suspect these changes will survive until the final release though. If they do, you've got the required patches here ;-) On Jun 18, 2011, at 9:55...

Can you confirm whether you still need to take these steps using the current code on master?

@bcbeta I merged a couple of PRs to master yesterday. I did some work with build ambiguities in there, so I'd be interested to hear if it's still the case...

Thanks for submitting this. Is there any way we can get your changes against current master? There's some odd stuff going on with version numbers, and I'm not sure why;...

It looks like Carthage is solving this issue [by supporting XCFramework](https://github.com/Carthage/Carthage/pull/2881) (draft PR). I'm guessing that's what we need to do too if we want to remain available on Carthage.

> Hi, > I'd be curious, if this [fastlane plugin to create xcframework](https://github.com/bielikb/fastlane-plugin-create_xcframework) could actually help you. Sorry I missed your response. Maybe it could be helpful. How would you...