Kyle Kelley

Results 159 issues of Kyle Kelley
trafficstars

The CodeMirror find/replace is currently hijacking the entire Find view if a user clicks inside the cell. Oops!

Allow users to configure `COMMUTER_DISCOVERY_FILE` that is a JSON document used to respond to `/v1/api/discovery`. Alternatively, they could put it on S3 in their bucket, maybe at the base path?

When a file is large enough we hit a limit in calling `Buffer.toString()` for the contents response. We should handle the contents API call with no response and expect to...

For `.js`, `.py`, and all the others, use CodeMirror or something lightweight for syntax highlighting.

When commuter comes across a symlink, whether it's a file or directory, it fails. It also fails hard, not returning any results on a directory listing. If a symlink exists...

* [x] Render `.csv` files. * [x] Provide data resource renderer from nteract/nteract * [ ] Render the zeppelin tsv format with the above CSV renderer

Right now users end up at a blank page, we should give them at least a ``. Need some way of dealing with binary files though. 🤔

If the server package hasn't had a fresh build, whatever old version in `lib` is the one that runs on `npm run start`.

Right now when S3 "directories" are not found they return an empty `content` directory when they should return: ```json { "reason": null, "message": "No such file or directory: someName" }...

We can only render files of a certain size with reliability. Some users end up having large CSVs that they shouldn't try to render on here (yet). For now, there...