Guillaume Gérard

Results 5 comments of Guillaume Gérard

You can also change your editor display settings without change the whole source code ;)

I personnaly use django as backend, the cookie token is named `csrftoken` and the header token is named `X-CSRFToken`: https://docs.djangoproject.com/en/dev/ref/csrf/#ajax The mechanics is similar but all names are differents.

I just saw the talk here. I probably shot to quick a PR about it: #331 My main target was to remove the ember-classic-decorator by using the native constructor. It...

lan-play.com use the graphql server in order to request info and compute a good ping thanks to WebSockets And there is more info stored in graphql in the future .....

If you already setup ember-cli-deploy, the job in CircleCI config can be defined like: ```yaml jobs: ## Add this Job deploy: