Marc Prud'hommeaux

Results 59 comments of Marc Prud'hommeaux

Do you foresee any of the planned improvements in Swift 3 making the implementation more worthwhile?

I just ran into this issue in a project that uses CreateAPI to access Apple's App Store Connect API: https://github.com/AvdLee/appstoreconnect-swift-sdk/pull/197#partial-pull-merging. I think the `RawRepresentable` String wrapper solution is better than...

While I'm spitballing ideas, maybe there could be a `entities.openEnumerationsByDefault` property that defaults to `false` in order to continue generating the same code as before (and thus not break client...

I don't see it on Chrome either, nor on Firefox (although FF doesn't have pinch-zoom anyway).

The problem isn't due to zooming, it is due to scrolling: tooltip positions are correct when zoomed if the scroll position at the upper-leftmost corner. As the document is scrolled,...

Is that in Chrome or Safari? It would be a shame if we had to check the user-agent and use different logic for the different browsers.

Combing over the PR's CI [failure log](https://github.com/Homebrew/homebrew-core/actions/runs/3078070811/jobs/4993456204), it looks like we are still faced with a variety of failures: 1. `brew test --retry --verbose create-api`: this seems like it might...

> I suspect some/all of these just need revision bumps. What is the policy on this? Is the availability of Swift 5.7 to be held up for everyone due to...

> Basically I'm thinking of moving to versioned `lib` directories (which will break the linkage on version bumps) and/or linking the stdlib statically everywhere Would this have the additional benefit...

@Bo98 Can you elaborate on the upstream bug that prevents static linking?