Nick Sorrell
Nick Sorrell
When no results are returned from an eval, the "prompt" text will be improperly indented. See below. 
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 ```...
 
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,...
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...
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...