Timothy Miller
Results
42
comments of
Timothy Miller
Can confirm is still happening
The talented @robmarsher has a solution. The bug is in the invoke function: ``` export async function invoke(args: string[]) { const stdout = new TransformStream() const stderr = new TransformStream()...