Michael Xie

Results 5 comments of Michael Xie

@ygoodmn Can you share how you add it through your launch configuration? I seems have an issue, add the built image to EKS 1.18, the node would not start, or...

@mbyczkowski I setup the [codepen.io session with the code](https://codepen.io/mxie1563/pen/VoKpLw). You can try it out [here ](https://codepen.io/mxie1563/pen/VoKpLw) \. I used the current version of js-jose.min.js from this site, which I assume...

resolved by replacing all the implicit .round, .forwards, .backwards with explicit kCA constant values: replace: markLayer.lineCap = .round markLayer.lineJoin = .round with markLayer.lineCap = kCALineCapRound markLayer.lineJoin = kCALineJoinRound replace animation.fillMode...

@BradPatras I did. However, the compile didn't work until I unlocked and made these changes I mentioned above.

@BradPatras The project is specified for swift 4. In the Podfile, there is no swift version specified: > source 'https://github.com/CocoaPods/Specs.git' > platform :ios, '10.0' > > use_frameworks!