Paul Taykalo

Results 55 comments of Paul Taykalo

For example. having additional option passed in here https://github.com/PaulTaykalo/xcode-build-times-rendering/blob/master/lib/xcode-build-times.rb#L111 for switching between fixed and fit variants

JFYI: I really grateful for this PR :)

Right, so what is happening is this: - `swiftlint` is asking for a cursorInfo for `ObservableObject` token - `sourcekit` replies that `ObservableObject` is actually `Combine.ObservableObject` from Combine module. - `swiftlint`...

Well, the location of the max time is here: https://github.com/PaulTaykalo/xcode-build-times-rendering/blob/master/lib/xcode-build-times-chart/gantt.js#L105

You can fix it by setting C++ Language dialect to GNU++11 This worked for me.