Vincent Tourraine
Vincent Tourraine
Thank you very much for the pull request! I appreciate that customizability is important for this kind of library, but I’ve always tried to keep the implementation as simple as...
I’m trying to reproduce this issue. Can someone reliably reproduce it, ideally with one of the example projects included in this repo? If so, please share your macOS and Xcode...
Hello Kieran, and thanks for the pull request. I appreciate that not relying on `UIApplication` in those situations would be valuable, but that shouldn’t come at the expense of the...
That’s super interesting. Thank you very much for pointing that out, @ApolloZhu! I guess we should update this pull request to replace the closure with the appropriate `@available` checks, then...
So I’ve tried adding the `@available` checks on `openCocoaPodsWebsite()`, as pointed out by @ApolloZhu. It works, but unfortunately that only moves the problem. Now the compilation error is on the...
@ifrins Hello Francesc, and thanks a lot for raising this issue! It looks like we should do something about it, but maybe there’s an easier solution. I think we can...
Right, so we’re on the same page. I think you should create a pull request for this. We’ll merge it to `main`, then see if that turns out problematic for...
@ifrins Well... another pull request was already submitted with the `@available` annotation (#85), so I’ve merged it. I’ve also mentioned you [in the changelog](https://github.com/vtourraine/AcknowList/blob/xcode-13/CHANGELOG.md) as a co-author, I hope that’s...
Thank you for submitting this issue! I understand your point, but maybe if someone wants to customize the array of `acknowledgements`, then they should be responsible for sorting them too?...
Hello Daohan, and thanks a lot for the pull request! It’s an interesting addition, but I think we should add a bit more documentation/comment around it. Maybe add a sample...