EvanBurbidge

Results 8 issues of EvanBurbidge

Hi, I'd like to know if theres a way to disabled the growl closing unless I click on the X button. I'd like to display some links and once the...

Looks like this is occurring in the createNewHosts function call. ```javascript function createNewHosts(cmps) { var components = cmps.map(function (componentNode) { var newNode = document.createElement(componentNode.tagName); // display none var currentDisplay =...

## This PR contains: A fix for issue https://github.com/salomonelli/best-resume-ever/issues/291 where the user has requested that Webpack runs on other ports if 8080 is in use. I've introduced the npm package...

Firstly I'd like to say this is a great repo! you've done some amazing work. I'm currently reading through the forks people have done and I've noticed none of them...

In the majority of projects i've seen translations are handled from a single .json, yml file etc etc, how would you handle a global messages / translations object in a...

question

Goes to a 404 in my app instead of calling the onSuccess method

**Inspiration:** Within the nuxtjs framework they have a feature where when the `` component is on a page, it prefetches the associated js that is going to be loaded by...

Add config for setting position of toast popup on the page e.g. ```javascript toast.info({ message:"", duration: 10, position: "top-right" }) ```