James Messinger

Results 225 comments of James Messinger

Unfortunately, the new version is still a couple months from being done. We're currently working on all of the underlying projects. Most of them are done or nearly done now,...

You can use `babel-loader` just like any other loader by putting it in [the `module.rules.use` field](https://webpack.js.org/configuration/module/#ruleuse) of your webpack.config. For example, see the [TypeScript example project](https://github.com/JS-DevTools/coverage-istanbul-loader/tree/master/examples/typescript) in this repo. Your...

This is probably do-able, but very tricky, since normal (non-glob) arguments could also contain `*` characters.

It doesn't really make sense to use globify and output to stdout, since the whole purpose of globify is to output _multiple_ bundles. Can you elaborate on your use-case?

Ah, ok. That's totally valid. Thanks for the clarification. I've always used the `--outfile` argument, so I've never tested writing to stdout before. But you're right; it should be supported,...

Thanks for opening this issue. There are a couple reasons why I chose to use process-spawning rather than the browserify/watchify APIs. **1. Ease of debugging** You shouldn't ever have to...

50 files?!? wow! You're definitely using it at a larger scale than I ever have. Most of my projects have ~10 files or less. If you find any ways to...

Currently the code specifically searches for the `` or `` element and places the TOC in there. There's no option to override that behavior, but I like that idea! If...

+1 There are [a few unofficial Docker images](https://hub.docker.com/search/?isAutomated=0&isOfficial=0&page=1&pullCount=0&q=swagger-diff&starCount=0) that have been created by the community, but I'd also love to see an "official" Docker image that's published by Civis. The...

I went ahead and created a Docker image for myself. Feel free to copy this one and publish it as the "official" image if you want. - [Docker image](https://hub.docker.com/r/bigstickcarpet/swagger-diff/) -...