Ethan

Results 9 issues of Ethan

actually this can be used on meteorjs? Nice library btw

enhancement
help wanted

Is something im missing? ``` {{> inputAutocomplete settings = settingsMentionsSearchInput id="searchMentions" class="pull-right" placeholder="Search" value="@{{this}}"}} ``` this return @{{this}} as plain text on the autocomplete.

enhancement

Hi Is there a way to stop a current s3 upload?

While trying to create a new docker image using meteord i just face this error. ``` javascript While downloading alethes:[email protected]...: error: getaddrinfo ENOTFOUND The command '/bin/sh -c bash $METEORD_DIR/on_build.sh' returned...

Hi Manuel. Im having some troubles to make facebook recognize my og tags. ![screen shot 2015-10-25 at 1 17 20 pm](https://cloud.githubusercontent.com/assets/8289486/10717059/d0a23a3a-7b1a-11e5-84b5-d9dba58ab0db.png) if you see the image the og is there....

Is there a decent way to change ON/OFF to another words? like OPEN/CLOSE? Thanks

**Atom Version**: 1.0.0 **System**: Mac OS X 10.9.5 **Thrown From**: [mobile-preview](https://github.com/kenwheeler/mobile-preview) package, v0.4.0 ### Stack Trace Failed to activate the mobile-preview package ``` At Cannot read property 'prototype' of undefined...

Adding `tibiaAPI.getOnlinePlayers();` to get all `characters_online` by world and then just filtering them. Sadly, The API take so long to refresh the list of online players and i do belive...

Currently im trying to create a file image based on a URL. ``` javascript dataURL = $('.modal-body > img').attr('src'); dataTYPE = "image/jpeg"; var file; var parts = dataURL.split(','); var contentType...