Miguel Camba
Miguel Camba
I am trying to create a broccoli-based workflow for the ember-cpm project. So far its pretty good except for the styles. I haven't found a way to read `mocha.css` from...
This is only a problem in testing (but a big one, since our test suite uses 4GB+ of ram because of this). My main suspect is that when the select2...
Before the library required that the content-type of a JSON request to be "application/json", however by the spec, mime-subtypes of application json (Those ending in `+json` like `application/vnd.api+json` are also...
This wasn't clear from the documentation. I have some items that belongs to two separate lists. Within list A, one item can be on the second position, but within list...
[Rendered](https://github.com/cibernox/rfcs/blob/build-in-ember-exam/text/0000-build-in-ember-exam.md)
I've been trying the support for addons and worked like a charm except for this little detail. Example with ember-power-select: https://ember-twiddle.com/b076c42b8529f3f95165dca5c82abef3/23f8fbca074bb26605b35448dd909453edf8b7f0 Apparently the `content-for` hook of the addon is not...
`$.active` is a well-known trick to discover how many pending ajax request there is on a page. Most commonly used in testing. It turns out that refactoring a `$.ajax` into...
First of all, thanks for the great library. It worked like a charm for me. That said, i've noticed that the app is bigger than I expected it to be,...
I open this PR for visibility on the spike to precompile translations at built time. In this branch I basically comment everything I could to reduce the public API of...