Mark Silverberg

Results 38 issues of Mark Silverberg

### Description Improve UX by displaying "N days" instead of "X hours" (when X % 24) ### Requirements (place an `x` in each of the `[ ]`) * [x] I've...

enhancement
ux

Javascript loads the following URL which results in a HTTP 401 response code: `https://api.twitter.com/1/nasa/lists/astronauts-in-space-now/statuses.json?page=1&per_page=4&callback=jQuery17102759850590955466_1404170525167&_=1404170525200`

... so people don't have to save as .html and then open locally. Just a thought.

Currently, it appears that I have to reference a resource that was uploaded as a .geojson or .gjson file. I want to see about extending this to allow mapping off...

I'm new to using mongoid-cached-json but so far it seems like exactly what I need - thank you! I have a fairly complex model and I want `.to_json` to expose...

feature

Any thoughts on how to approach making this compatible with server side (Node) or is that just not compatible with this at all? Thanks!

Just some thoughts: - Include link to code from public-facing `gh-pages` site - Add information on deploying your own version (change github OAuth key, etc.) in README - Point people...

One example: ``` (node:39407) DeprecationWarning: collection.update is deprecated. Use updateOne, updateMany, or bulkWrite instead. ```