Andrew Houghton

Results 21 issues of Andrew Houghton

Concise Triples (C3) are useful, but I noticed that there are no reader or writer for them: ```javascript const reader = require( '@graphy/content.c3.read' ) ; const writer = require( '@graphy/content.c3.write'...

# Problem TypeScript may be used in a mixed mode environment where you may have some TypeScript source files and some JavaScript source files. The TypeScript compiler will process both...

In version 0.5.0, it appears that moo deprecated **method has** and it now always returns true. Since the Nearley parser uses [**method has**](https://nearley.js.org/docs/tokenizers#lexing-with-moo), the code it generates now always succeeds...

Currently Natural Docs only supports code blocks. It would be nice to have Markdown's backtick notation supported to allow in-line code comments. Many organization's have style guidelines for documentation that...

Patch to base:master to allow italics and in-line code markup. Italics markup is denoted by placing the text between forward slashes, e.g., this is an /italics/ word, that is rendered...

I have two VB functions with optional parameters. In one the output records "Optional ..." under the parameter name and the other doesn't. Not sure why? Here are the two...

Natural Docs allows the characters: dash, an asterisk, an o, or a plus to represent a bullet lists. However, those lists are represented only by a square bullet. I'm suggesting...

Natural Docs currently doesn't support placing text in italics. Some organizations have style guidelines for documentation. An issue with implementing italics is a difference between Natural Docs implementation for bold...

You can save the grammar to a file, but you are unable to save the test cases to a file(s). What would be nice is to allow importing/exporting a tab...

My environment is using the VS Code extension for venus on Windows 10. I am writing some code and came across an oddity of using .equ with the li pseudo...