Gonçalo Morais
Gonçalo Morais
Asked on issue #53 and I was also looking for it. I haven’t provided screenshots yet or updated the README with the new colour yet because I don’t know if...
If a user is not logged in, instead of erroing is someone is trying to access a member edit page, redirect them to the login page (through GitHub). Fixes [rb#465](https://app.rollbar.com/a/codebar-production/fix/item/codebar-production/465).
From the demos, the waves looked too rhythmic, too constant... Why not add some entropy in there? For example, you could pass the option `random`, which would be an integer,...
Fixes #23. When the passed `fn` to the helper is not a function, this commit improves the error message users will see, hopefully helping with the debugging process. First time...
This is one of the situations I’ve used the most with `ember-browser-services` but I didn’t see it reflected on the documentation… So I whipped up an example and corresponding test...
Send them both in the background, separately. This should help with the [timeouts](https://app.rollbar.com/a/codebar-production/fix/item/codebar-production/528) we have sometimes on Heroku, I hope. Thoughts @matyikriszta? Do you think we could spin up a...