Eddie Monge Jr

Results 42 issues of Eddie Monge Jr

Per https://expressjs.com/en/api.html#req.accepts, the `request.accepts` method returns a match based on what was given to the Accept header (or undefined if it doesn't match). This should be noted in the mock...

bug
help wanted

> is yeoman going to move to using yarn/npm create? that would be awesome they would just need to rename the generator packages and include the cli in them so...

Might be good. Might be bad.

actionnable
feature
easy

It'd be nice if the system throws a prompt asking for confirmation to create the project in the parent directory that contains a 'yo-rc.json` file if it exists. Currently there...

actionnable
feature
medium
ready

Running this without a connection throws a not-user friendly error. ``` yo ------------------------------------------------------------------------------------------------------------------- ? 'Allo Eddie! What would you like to do? Install a generator ? Search npm for generators:...

to-discuss

The tests should search the filesystem to find the new files (or use the summary) instead of having hard coded paths as those may or may not always be the...

chore

It looks like a click handler is attached to the dom regardless if there is an active dropdown: https://github.com/jseppi/angular-dropdowns/blob/v0.3.0/angular-dropdowns.js#L184 Maybe you should do the bind in the register method and...

When using this generator from another generator with composeWith, the prompts show up. This may not be what the calling generator wants as it allows the user to specify things...

bug

In an effort to be more transparent about the project, we are creating roadmaps for everything. This is the tentative roadmap for the Angular generator. ## Priority 1 - [...

enhancement
question

Should all filenames be all lower cased? This is one of the last remaining naming issues I think. Lower casing all file names would solve a few problems.

enhancement