Steven Hunt
Steven Hunt
## Motivation ("The Why") When new and inexperienced users are installing packages with `npm`, they may accidentally open a new terminal to their home directory and then run `npm install`....
I have started the project with the basic "gold", "silver", and "bronze" options which are what I think about regarding badges and medals. Are there any more colors which would...
I would certainly like to support more flag options in the ribbon styles. I added the countries that I could think of off the top of my head that had...
The current supported shapes are circle, square, and diamond. Based on [some examples of CSS shapes I have seen](https://css-tricks.com/examples/ShapesOfCSS/), we could add some more. For example, the 8 and 12...
I need to add some more tests to actually exercise the code.
The DOMEventEmitter constructor has grown to become quite sophisticated, and documentation around using it should be created. The extensible observer concept for supporting synthetic DOM events needs additional explanation.
Either this class constructor needs to become its own project and then be referenced as a dependency, or an existing library which can do the same thing needs to be...
It would be really great if I could install this library as a package through Bower. That way I wouldn't have to check it into my project source code. Example:...
I am attempting to use browserify-cdn to bundle the NPM module [cucumber](https://www.npmjs.com/package/cucumber), however I receive the following error: Error: "browserify exited with code 1" code: 1 stderr: Error: Cannot find...
Fix for #203