John J Czaplewski

Results 18 comments of John J Czaplewski

My fork of this should work as expected with express 4.x - https://www.npmjs.com/package/csv-express

I introduced a pull request to add this functionality - https://github.com/nulltask/express-csv/pull/16 Check it out and let me know if it works for you!

While I don't have a use for setting `json replacer` on the response level, I [do have a use](https://github.com/strongloop/express/pull/2469) for setting `json spaces`. I'm not sure there is a great...

Likewise, I could see something like ``` res .config("json spaces", 0) .json(data); ```

I love this idea. Agree that it shouldn't be on the roadmap for 0.2 but I think it is worth doing and I'd be willing to work on it.

I'm thinking about the following flow: + User enters credentials into modal + When the user is done entering their credentials, the credentials are sent to the express app (`/validate-connection`?),...

I was thinking about this last night when I noticed a similar issue with the "Import file from a URL" feature. Perhaps a more Nodejs-y convention would be passing an...

On a related note (this might be a separate issue) it might be best to handle the loading state on a method-by-method basis instead of universally through `dc.util.xhr`. Because it...

For notifying the user, I think that could be baked into the loader. As for different icons/colors, it could possibly be generalized to - success - everything went a-okay -...

You should merge this! It looks awesome!