Ethan
Ethan
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.
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.  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...