Itay Amzaleg
Itay Amzaleg
Any news for this issue? is there a workaround for using this pod with Catalyst?
@TimOliver any new version expected soon?
Easy fix for now based on @chrisballinger [response](https://github.com/CocoaPods/CocoaPods/issues/8891#issuecomment-546636698) ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| ##Fix TOCropViewController code sign issue for macCatalyst if target.name == "TOCropViewController-TOCropViewControllerBundle" puts...
> Sorry for butting in. I am just wondering whether the GraphQLError extensions field and the Error reflection could have used the existing Map enum instead of AnyCodable. I am...
Any progress with this one? tnx
Sorry for late response. I liked your solution, I played with it a bit but eventually I felt like were ignoring GraphQL best practices, and other users in the future...
A [temporary solution](https://github.com/jazzband/django-push-notifications/pull/696#issuecomment-1910425069) In my `requirements.txt`: ``` # django-push-notifications==3.0.2 # Point temporaraly to a forked version of django-push-notifications with support for aioapns, to avoid using unamaintained apns2 git+https://github.com/pomali/django-push-notifications.git@master#egg=django-push-notifications aioapns==3.1 ```...
@pomali, any progress for this one? I had the [apns2 0.7.2 requires PyJWT=1.4.0, but you have pyjwt 2.1.0 which is incompatible](https://github.com/Pr0Ger/PyAPNs2/issues/133) issue, and pointing to your branch (as a temporary...
@jamaalscarlett following [this one](https://github.com/jazzband/django-push-notifications/pull/699) can you help us figure out who can help review this PR?