TacticalFreak
TacticalFreak
Hello, The file `char-info.cache.json` is used everytime `account-service.getCharacterInfo()` is executed. This make the actual API call to `/char/list` to not occur when the cache exists. This can be an issue:...
``` ``` ``` methods: { emojisToShowFilter (emoji) { console.log(emoji.short_names[0]) return true } } ``` Creates the following error `TypeError: Cannot read property 'push' of undefined at VueComponent.created (emoji-mart.js?28c6:3422)` It seems...
Hello, I am trying to use the Emoji object in order to get some html from an Emoji object. I am doing `import { Emoji } from 'emoji-mart-vue'` and then...
Here is the issue: http://prntscr.com/jnlsip Custom emoji: ``` [ {"name":"thumbsupparrot","short_names":["thumbsupparrot"],"text":"","emoticons":[],"keywords":["thumbsupparrot"],"imageUrl":"http://cultofthepartyparrot.com/parrots/thumbsupparrot.gif"} ] ``` Which renders this CSS: ``` element.style { display: inline-block; width: 24px; height: 24px; background-image: url(http://cultofthepartyparrot.com/parrots/thumbsupparrot.gif); background-size: 100%; }...