Results 15 comments of Dmitrii Jerlitsyn

I access docs via nginx https proxy and my sample requests is banned by browser because swagger is using http by default. Please add base url to config. `Blocked loading...

Same problem when running annoy in Docker. Works fine on the same server when running on bare OS. Docker image was build in github actions runner, so I think runner...

Same problem when running annoy in Docker. Works fine on the same server when running on bare OS. Docker image was build in github actions runner, so I think runner...

I seem to have the same problem. Here's my code: ``` ... frame_cl = Frame() ... for *something* frame_cl.add_item(token, payload, identifier, expiry, priority) ... apns_cl = APNs(use_sandbox=False, cert_file='*dir*/****.pem') apns_cl.gateway_server.send_notification_multiple(frame_cl) ......

It's fixed in this fork https://github.com/mnemonicflow/PyAPNs here https://github.com/mnemonicflow/PyAPNs/commit/f07515ec610475a715f6fd3e35595f875b13586d This projest seems to be abadoned

I almost shure I have it on my computer. I will upload it tomorrow if I don't forget. You may look through recent forks of this project (as I did),...

Try this one https://github.com/diman94/PyAPNs/ As I remember `self._sent_notifications += frame.get_notifications(self)` replaced with `if self.enhanced: self._sent_notifications += frame.get_notifications(self)`

It shows 90-115 for me when I do active work :(

I've created PR that allows for extra parameters https://github.com/taskiq-python/taskiq-aio-pika/pull/29