Cédric Luthi
Cédric Luthi
@kylef Easy with some asynchronous code: ``` objc - (void) testUncaughtException { XCTestExpectation *expectation = [self expectationWithDescription:@"I would expect that *all* exceptions are caught, but they aren’t…"]; dispatch_async(dispatch_get_main_queue(), ^{ [expectation...
Should I rebase on master and force push or is it going to make this PR very difficult to follow if I do so?
I just rebased on master. Should I consider Hound comments? I see plenty of other parts where single quoted strings are used and lies are too long.
I could try to migrate from System.Drawing.Common to [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) but this project seems a bit stalled. I have opened an _easy_ pull request (#1761) to see if this project still...
So I started to port ClosedXML to ImageSharp anyway because it was an interesting challenge. So far it's going great, only 7 tests do not pass (on macOS). You can...
I have signed the contributor agreement on #502 (which is a superset of this pull request). Let's hope we'll finally see this fixed 🤞.
I just noticed that this pull request is a superset of #488, which also fixes the `OIDExternalUserAgentIOS` initializers nullability issue.
@WilliamDenniss I have signed the Contributor License Agreement. I have also signed the [Working Group Contribution Agreement](http://openid.net/wordpress-content/uploads/2020/08/Cedric-Luthi_AB-Connect-WG_Contribution-Agreement_2020-08-05.pdf). Note that adding a tag (openid-cla: no) does not send an e-mail the...
✅ Contributor License Agreement signed ✅ Rebased on master, ready to be merged Note that this pull request includes the changes proposed in #488 (fix nullability warning) plus some other...
Ping @julienbodet