James Sherlock

Results 152 comments of James Sherlock

> Out of curiosity, is this kind of request bridging common in the server-side Swift ecosystem ? I don't recall coming across it before. Even the internal code within Vapor...

> even better as foundation networking bugs on Linux are squashed The point above though is we would be removing Foundation Networking from the project, completing eliminating this concern. >...

> How open are you to breaking changes? Handling them on a case-by-case basis at the moment, especially weighted based on the assumed usage of the API (a breaking change...

For sure, we continue to see different different outputs depending on the Xcode version you use for instance. Something which would be nice to have a level of consistency where...

Couldn't comment on it directly, but looks like your Xcode user data has been included in the MR (we don't have a full Swift gitignore setup) No harm, but might...

No I think you've understood the problem perfectly. The Info.plist is a bit of a special case as it's not linked to the project code itself (but does utilise a...

Just adding as a user of XCMetrics (which relies on this project), I too am running into problems where the underlying `xcactivitylog` is (for some reason) invalid on a medium...

> such as a `clean` action Feels extremely janky, but this has worked for us. Though this exasperate an issue on XCMetrics where clean builds are pushing up their logs.

It might make more sense to revert the change for 'waitsForConnectivity' in favour of a Reachability based solution - this would allow us to receive a notification when an internet...