Results 8 issues of Louis Coquio

We should not add objects in `Ember` namespace directly. A new namespace should be created.

enhancement

### Theory HTML unquoted attribute values defined in a non-HTML language are not considered as valid attribute values. Therefore the HTML parser expects next string to define the attribute value....

indentation

Hello, I wonder if `miragejs` provides a way to overwrite some routes in tests but only when some request conditions are satisfied (eg depending on query params), and fallback to...

I have some debounced validations which triggers ajax request, and I'd like to run directly those validations on focus out, without any delay. I did not see any feature allowing...

**Version** 3.1.0 **Scenario** Given a `Post` with id `1` already loaded, reload it with the following code does not : - trigger any event (`didLoad`?) - update the `isReloading` property...

Needs Team Discussion
Good for New Contributors

The test does not fail but starts an infinite loop which updates the `persons` `updated_at` where `id` is `NULL`

Files with XML headers are not supported, as in the example below. The OFX version given in this header is `202`, but I think this header should even be supported...

This PR fixes issue #170. I just implemented the fix described in this issue, so it works in some cases, but maybe not for all.