James Messinger

Results 225 comments of James Messinger

The `npm publish` command uses your NPM _token_ to authenticate. It does not use your username/password That's why this module needs your NPM token. It _might_ be possible to have...

Maybe do the color coding based on the directory name? That way, for example, if `lodash` is being included multiple times, it'll be more obvious because all occurrences would be...

Lol. True that. But I'm not thinking about having a huge array of pre-defined colors. Instead, I'm thinking of an algorithm that generates hex color codes from file names. Similar...

Thanks for the great feedback. I'm currently working on the 1.0 release of Swagger Suite, which will have lots of new features, bug fixes, and a whole new way of...

`example` is part of JSON schema. It's just so people who are reading the JSON schema can see an example of what a valid model would look like. `default` is...

Just FYI - the new version of Swagger Suite is coming along nicely, but taking a **lot** longer than I originally expected. The entire middleware layer is done now -...

Glad to hear you're trying out the new middleware. I'm still working on the next versions of [Swagger Server](https://github.com/BigstickCarpet/swagger-server) and [Swagger Suite](https://github.com/BigstickCarpet/swagger-suite), which will both use the new middleware as...

I'm working feverishly on a new release of Swagger-Suite (and Swagger-Server, and Swagger-Parser, and Swagger-Express-Middleware) that will fix a ton of issues with the current 0.x version. I've written nearly...

Just FYI - the new version is coming along nicely. The entire middleware layer is done now, and I've released it as a separate, standalone project ([Swagger Express Middleware](https://www.npmjs.com/package/swagger-express-middleware)), complete...

I'm making progress, but it's been slow-going for the past couple of weeks because I've been swamped [working](https://github.com/axemclion/IndexedDBShim) [on](https://github.com/ABB-Austin/cordova-plugin-indexeddb-async) [other](https://github.com/ABB-Austin/cordova-plugin-websql-async) [projects](https://github.com/ABB-Austin/cordova-plugin-indexedDB). Nonetheless, I've [finished refactoring Swagger Server to use the...