David Glick

Results 452 comments of David Glick

@frapell why do we need to do "npm link" though? My understanding is that this adds a link from the global npm packages to mockup, and that doesn't seem like...

Yeah, you really only need nvm to manage different versions of node itself. Or if the software you're building runs 'npm link' ;-) Since no one seems to remember why...

It looks like this was implemented sometime: there is currently code to filter out non-selectable items. However, it has a bug. When browsing rather than searching, the pattern asks the...

> Why not use `--no-input`? If someone does not like the defaults, or hates interactive mode, then they can edit the file cookiecutter.json to their liking. We could add a...

Can you show an example with a specific URL and all request and response headers? Your question is a bit too general to be able to spot what might be...

This is not strictly inconsistent -- binding to 0.0.0.0 means listen on all network interfaces, including the loopback interface 127.0.0.1 which also has the name localhost. I would not like...

Well, let's see... Advising the user to open http://localhost:3000 in their browser makes sense if they are running it on their local machine, but it won't work if they started...

Should we just remove the `make start` command? It is not mentioned in the readme, and it seems like it would give you a fairly unusable jumble of output from...

> The only potential issue I see is that this repo is under the MIT license versus Plone's GPL GPL is the default choice for repositories owned by the Plone...