Erik Smith
Erik Smith
Mold works great when compiling for a single target binary, but when we do a complete build repo wide (ninja with no target), things start to grind to a halt...
I'm trying to get the emitter to output an array of documents in full block style. This is what the library outputs in block mode: ``` key: [ a: 1,...
I have a strange issue where I see the beautiful output at the start of the trace and then it stops for the rest of the trace starting at (#24...
Please add the ability to specify an indent specifically for array elements in the emitter. The current output is this: ``` key: - a: 1 - b: 2 ``` Many...