Stan Stadelman

Results 5 comments of Stan Stadelman

not ideal, but functional: ```swift extension Card: View { public var body: some View { return makeView() } func makeView() -> AnyView { switch self { case .object(let card): return...

+1 I don't think this is just happening with the relative paths. I see the same thing with absolute paths also. Opening general issue #1191

I have exactly the same question. I think it is this [`strategy.pass = function() {next();}`](https://github.com/jaredhanson/passport/blob/master/lib/strategies/session.js#L71) which causes the strategy to "Pass without making a success or fail decision." I can...

There is a pull request here: https://github.com/mbogh/NibDesignable/pull/42 with the Swift3 migration, validated to Xcode 8 GM seed. @mbogh could you review?

Updating the code snippet from @jpsim above for modern SourceKittenFramework, after breaking change in `Request.customRequest(...)`: ```swift import Foundation import SourceKittenFramework let compilerArguments = [ "-target", "x86_64-apple-macosx10.15", "-sdk", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk", "-I", "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include",...