Ian Partridge
Ian Partridge
Example: https://travis-ci.org/RuntimeTools/SwiftMetrics/jobs/524976223 ``` Test Case 'CoreSwiftMetricsTests.SwiftMetricsMemory' started at 2019-04-26 14:32:43.817 [Fri Apr 26 14:32:43 2019] com.ibm.diagnostics.healthcenter.loader INFO: Swift Application Metrics /home/travis/build/RuntimeTools/SwiftMetrics/Tests/CoreSwiftMetricsTests/CoreSwiftMetricsTests.swift:136: error: CoreSwiftMetricsTests.SwiftMetricsMemory : Asynchronous wait failed - Exceeded timeout...
A recent CI job contained a failure: https://travis-ci.org/RuntimeTools/SwiftMetrics/jobs/490033860 ``` Test Case '-[CoreSwiftMetricsTests.CoreSwiftMetricsTests testSwiftMetricsLatency]' started. [Thu Feb 7 13:11:28 2019] com.ibm.diagnostics.healthcenter.loader INFO: Swift Application Metrics 2019-02-07 13:11:30.301 xctest[54720:79833] *** Assertion failure...
Currently the MacOS app allows you to create a project called `Kitura` which is an invalid project name. Rather than the project informing the user this is incorrect or throwing...
## Context and Description Swift 5 adds a `Result` type to the standard library. We could change Codable routing to use `Result` in the callbacks.
## Context and Description Over time, Kitura has accumulated some technical debt which can only be fixed in SemVer Major. This issue is a crowd-sourced collection of small improvements we...
We want to be able to be notified in code when Kitura startup has completed. A general lifecycle manager would be useful.
``` $ jazzy --swift-version DEVELOPMENT-SNAPSHOT-2016-06-06-a /Library/Ruby/Gems/2.0.0/gems/jazzy-0.7.0/lib/jazzy/config.rb:164:in `block in ': jazzy only supports Swift 2.0 or later. (RuntimeError) from /Library/Ruby/Gems/2.0.0/gems/jazzy-0.7.0/lib/jazzy/config.rb:36:in `instance_exec' from /Library/Ruby/Gems/2.0.0/gems/jazzy-0.7.0/lib/jazzy/config.rb:36:in `set' from /Library/Ruby/Gems/2.0.0/gems/jazzy-0.7.0/lib/jazzy/config.rb:55:in `block in attach_to_option_parser' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/optparse.rb:1364:in...
Does Swift-Kuery support pagination? For example, suppose you have a query which returns 1,000 results. You might want a way to iterate through chunks of results using a cursor pattern....
It would be nice to support macOS in this library. As macOS comes with `libunwind` preinstalled that could make a good backend to use.