R.P. Pedraza

Results 2 issues of R.P. Pedraza

I'm trying to merge `thin`'s output with another static auto-builder command using `parallel --line-buffer ::: 'thin ...' 'another command'` and I'm not seeing thin's messages. Is it perhaps buffered? `thin...

Just wondering if this change is intentional and the correct one. ```js import { Type } from '@sinclair/typebox' import Ajv from 'ajv' const someIntersectionSchema = Type.Intersect([ Type.Object({ a: Type.Number() },...