Nick Sorrell

Results 9 issues of Nick Sorrell

When no results are returned from an eval, the "prompt" text will be improperly indented. See below. ![screenshot at 2017-06-09 13-02-27](https://user-images.githubusercontent.com/763445/26986043-ec8972f0-4d13-11e7-9158-c45ddc87d9a6.png)

When the BufferHeight is filled with text (text goes to bottom of console), and we utilize "Shift/Alt + Enter" to go to a newline, the program crashes because of ```...

![screenshot at 2017-03-29 07-06-00](https://cloud.githubusercontent.com/assets/763445/24451779/2e94c518-144e-11e7-9148-b4a79f08bae3.png) ![screenshot at 2017-03-29 07-01-57](https://cloud.githubusercontent.com/assets/763445/24451637/a78fba14-144d-11e7-8451-c75019e208e7.png)

When using tmux with a vertical split, InteractivePrompt crashes when the buffer runs over into a new line. ``` Unhandled Exception: System.ArgumentOutOfRangeException: Value must be positive and below the buffer...

* Adds documentation for UNWIND (based on regression tests) * Adds links to precedence and map funcs that were missing

Currently the `requirements.txt` requires exact `major.minor.patch` versions, and Dependabot opens PRs to upgrade even patch releases. Because we are building documentation with these dependencies, and not running a real-time/production system,...

good first issue

Currently the build process indicates the following issues: - checking consistency... /app/docs/intro/precedence.md: WARNING: document isn't included in any toctree - checking consistency... /app/docs/functions/map_functions.md: WARNING: document isn't included in any toctree...

good first issue

There is really conversation and insights by @MuhammadTahaNaveed regarding indexing in this thread: https://github.com/apache/age/issues/2137 We should document these approaches.

It would be nice to have a Dockerfile for sphinx/docs generation for local development instead of installing all of the libs/dependencies natively on each machine. Ideally, the Dockerfile would document...