ember-cli-gravatar icon indicating copy to clipboard operation
ember-cli-gravatar copied to clipboard

An Ember component for gravatar image tags

Results 10 ember-cli-gravatar issues
Sort by recently updated
recently updated
newest added

`ember-cli-gravatar` appears to be publishing it's `.node_modules.ember-try` folder which is quite large in size. Is it possible to exclude this folder when publishing? I'm using `v3.10.2`. ![image](https://user-images.githubusercontent.com/435719/56829319-064a6f00-6829-11e9-8843-ce09fcd85a41.png)

Prevents a deprecation warning for babel

Console logs an OPTIONS request to gravatar which responds with a 405. 'has' always returns true.

Hello, It looks like there's an error when running in Fastboot. The [md5 shim](https://github.com/johnotander/ember-cli-gravatar/blob/master/vendor/ember-cli-gravatar/md5-shim.js#L7) throws an error that md5 is not defined on line 7. This creates an infinite loop...

This method was added so I could easily get the URL for a Gravatar in a JS context

```app@component:has-gravatar::ember4165>.hasGravatar = [object Boolean]``` Something new after upgrade project to the latest ```Ember 2.12.0``` It doesn't break functionality

Hi guys, I'd like to use an image with a relative path as the default image like so: `defaultImage="img/brand-logo.png"` But it just gets appended to the gravatar URL. Any thoughts?

I just noticed that whenever I run my test suite that network requests are going out for Gravatar images. Specifically, I have a component integration test that renders a template...