beechnut
beechnut
I'd like to add someplace—a `queries.yml` in an appropriate location—that stores plain-language queries and their Cypher equivalents. The CLI could then be used to run them, either by number or...
I'd like to add a command to start the sandbox Neo4j database and maybe guide Docker installation if Docker isn't yet installed. ``` $ aspen startdb ```
I want to say that I work with Amber, Mica, and Moss—and that we all work with each other. To type that out would take a lot of sentences, and...
In this example `_` represents a trailing space` ``` (Thing) [has relationship to]:_ - Something else ``` **Expected** That this list transpiles into Aspen. **Actual** A lexing error.
Okay, first things first, [the compiler really wants Formatter objects instead of this string handling here](https://github.com/thepeergroup/aspen/blob/adapters/lib/aspen/compiler.rb#L108). Second and most importantly, we need to figure out how to support custom statements...
Task list: - [ ] `generate narrative` - [ ] `generate grammar` - [ ] `generate sheet` - should also register a script in `bin/convert` - [ ] `attach` -...
**Background** A person can `know` another person, and a person can also know a skill, fact, or topic. If a person knows someone, they probably know each other, so you...
So, an idea I had is that Aspen should also be valid Markdown. That way, it can be rendered as Markdown/HTML, and it can be rendered as graph relationships. What...
From the README: > One known issue is that `default` and `default_attribute` auto-type the attributes they're given, and try to make them either a string or number. So, if you...
Asking someone to compile a file over and over is...too much. The CLI (Command Line Interface) should support two operations: - Watching an Aspen file or folder containing Aspen files,...