Mathieu Leplatre

Results 244 issues of Mathieu Leplatre

When using custom urls : ``` device = { 'schema': ... 'url': 'articles//devices', } ``` The documentation ignores it, and show as if it was not specified : ![selection_509](https://cloud.githubusercontent.com/assets/546692/5502048/51921ddc-8764-11e4-8e54-d72af0477af6.png)

This would allow login in JavaScript, since it allows us to fetch the CRSF token with a `HEAD` on `/login` before posting the full credentials.

So that we can POST authentification without going through the HTML page. In Javascript, this would allow to perform a `HEAD` request and obtain the token, before posting the assertion.

Step by step tutorial (see commits) You can see global diff and ask questions in code in [Files Changed](https://github.com/leplatrem/django-leaflet-geojson/pull/2/files)

I was just clicking around... I'm sorry I can't say what I was doing :| **Version:** ``` 0.5.0 ``` **Log detail:** ``` Uncaught TypeError: Cannot read property 'pixelStorei' of null...

While I was working on the [necessary adjustments to our canonicaljson-rs serialization crate](https://github.com/mozilla-services/canonicaljson-rs/pull/4), I realized that there is a chance we never get the shell tests suite pass, mostly because...

In the browser, if I do something like: ``` js var headers = {Authorization: "Basic " + btoa("user:pass")}; // Build form data var formData = new FormData(); // File obtained...

It is currently imported in `index.js`, and thus _packed and minified_ in the build. It may be removed in order to reduce the output size, and get rid of obsolete...

question