Alexander

Results 64 comments of Alexander

the reason is the line in (graphql_schema.py in management/commands): self.stdout.write(print_schema(schema)) it should be changed to self.stdout.write(print_schema(schema.graphql_schema)) (change in graphene)

I cannot reproduce the phpstan error locally. ``` phpstan analyse Note: Using configuration file /phpstan.neon. 37/37 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% [OK] No errors ```

Problematic are provinces vs states, double localizing (de.DEZipCode us.USZipCode, DEStateSelect,...). I propose to move everything general into the generic package and put the country data and country specific stuff into...

I found a way: removeMany for removing nodes before adding the new ones. But is there a more elegant way?

I was seeking something to modify a document in the browser. But as I posted, I found the answer (except it is not very elegant).

stack trace (shortened): @ ./node_modules/readable-stream/lib/_stream_readable.js 72:17-58

I didn't provide backward compatibility for django 1.11. Shall I change this?

I will split out the serviceworker implementation in an own package (the django url tag makes the special parameter (PWA_APP_FETCH_URL) superfluous). See: https://github.com/devkral/django-pwa-batteries

sry, github ate my answer. I am ok with the pwa_battery stuff being pulled in. But be aware it is beta. It needs some tests and most probably bugfixes.