Gavin Wong

Results 3 issues of Gavin Wong

### Bug description `tsx` does not wait for script to exit gracefully before terminating the process. ### Reproduction Let's say you have `main.ts` as the following: ``` console.log('starting up'); process.on('SIGINT',...

bug
pr welcome
pending triage

Thanks for this really useful library! I was just wondering if this library supports relative references? The following is an example of what I'm trying to achieve: ``` import {...

Thanks for this really helpful library! Just having some trouble with closing the dialogs programmatically. It seems that when the context is canceled, the dialog remains open until the user...

bug