Guillaume Gérard

Results 9 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:

I have the same issue on a 4Tb storage NVME on Windows. I can do whatever I want from Linux without issue. I tried to fix it running btrfs balance...

It's due to utf8 weird chars into the fixtures. I tried many tricks to avoid this but... no one works!

Oh that's annoying because forced HTTPS blocks all requests to server in order to get the state... I'm going to think about all that if I can implements a newsolution