Alec Davila

Results 2 issues of Alec Davila

Currently when running, all that is returned is the schema from "root", even though I have over 100,000 documents that have many nested attributes. Currently in vectorizers there are the...

In the `generator/mavgen_typescript.py` on **line 52, 65, 66**: ```python registry_f.write("import {MAVLinkMessage} from 'node-mavlink';\n") # line 52 f.write("import {MAVLinkMessage} from 'node-mavlink';\n") #65 f.write("import {readInt64LE, readUInt64LE} from 'node-mavlink';\n") #66 ``` The import...