marwey
marwey
@clayellis Thanks for your code examples and test cases which I appreciate, since I ran into this issue as well. I guess the problem is two folded: 1. What is...
@danthorpe When building my project with `swift build` and the following `Package.swift` it still pulls Beta 3? _import PackageDescription let package = Package ( name: "ProcedureKitTest", dependencies: [ .Package(url: "https://github.com/ProcedureKit/ProcedureKit.git",...
@danthorpe - Just tried with a clean directory and the `Package.swift` file from above but still getting the same error: `MBP ~/Source/ProcedureKitTest $ swift build Fetching https://github.com/ProcedureKit/ProcedureKit.git Cloning https://github.com/ProcedureKit/ProcedureKit.git Resolving...
@danthorpe - regarding GA releasing beta 7 and continue with 4.1 / Swift 3.1: in general I think it's a good idea to align GA version of ProcedureKit and Swift....
@danthorpe - yeah, it works now for me too. Great. Thank you! 😊
@ianpartridge I like your above suggestion. No idea if it can be implemented or not. But if yes, what about if we would go one step further and replace the...
Yes, good point. The fact that the description conforms to OpenAPI operation object could be abstracted away by making `OpenAPISpec` conform to e.g. an `APISpec` protocol and use the protocol...
Yes, looking at use cases is important too. Not sure if there will be a clear winner so. I can see (larger?) organisations following a top-down approach before they hand...
Great example, @seabaylea. Helps to see how this would feel if implemented. One way to bring description and handler closer together would be to define the handler and operation as...
I personally like it when a system offers "incremental" capabilities. So I can start easy and use the API in a 'simple' way. When things are getting more seriously I...