Nash Spence

Results 2 comments of Nash Spence

This would be useful for me too. Specifically, if in addition to the default @types org I could specify an additional org to check. I would like to include some...

@yunabe what spawn implementation should work? I have been trying: ` import { spawn } from "child_process"; async function sh(cmd) { return new Promise((resolve) => { const split = cmd.split("...