Rotem Rubnov

Results 11 comments of Rotem Rubnov

Not really. Django's `manage.py migrate` runs these migrations correctly and produces the correct `OrderItem` table structure in the main db. This issue only occurs in the test db, which is...

@bluetech no I did not try to debug this. I found a workaround and had other priorities. It should be easy to create a test case on `pytest` for this....

Any update on this issue? We are facing the same issue with 2.6.0 running in docker. Requests would sometimes get duplicated and appear twice in the access log. The duplicate...

Update: After inserting a SIM card into the device, geofencing started working and our app is notified in the background. Even after taking the SIM card out, geofencing continues to...

I ran into the issue again this morning. Went out for a run and geofencing did not trigger / the app did not launch in the background. I ran `adb...

Same error, Python 3.6.7 + django-push-notifications 1.6.1 ``` /usr/local/lib/python3.6/site-packages/push_notifications/apns.py in apns_send_message(registration_id, alert, application_id, certfile, **kwargs) 118 device.active = False 119 device.save() --> 120 raise APNSServerError(status=reason_for_exception_class(apns2_exception.__class__)) 121 122 APNSServerError: BadDeviceToken ```...

Facing the same issue: `ERROR Invalid database host.` running ghost:5.47.2 in docker container on production. Here's my docker-compose.yml: ``` version: '3.8' volumes: mysql-volume: ghost-volume-en: services: ghost: image: ghost:5.47.2 volumes: -...

I'm having the same issue. Xcode IDE build and archive commands succeed, although many errors are emmitted: ``` ... error: Dependency for P1:target-Redacted:Release:SwiftDriver Compilation Requirements Redacted normal arm64 com.apple.xcode.tools.swift.compiler is...