Alexis Tyler

Results 312 comments of Alexis Tyler

@sebhildebrandt no worries, just wanting to get working on it. 👍

Guessing once that's it we'll do a code(feature) freeze until we've converted it to ts?

@sebhildebrandt any updates on the plan yet? 😃

@sebhildebrandt apart from the WMIC changes is there anything else holding this back? Really looking forward to working on this.

@sebhildebrandt got an update? 😃

@sebhildebrandt I'm kind of surprised by that. I converted this whole library over in about a night. I have every function working as it did in the js version. 🤔...

> I guess as I now completely restructured the code our versions will not match any longer That's fine, it was more of a training exercise than anything. I do...

> hmmm ... what if you then have a look at my new structure as soon as I have it published Do you think you could push a temp/test branch?...

@sebhildebrandt looks good so far, can I make a few suggestions?

Is there a reason the following. ```ts export const audio = () => { return new Promise(resolve => { process.nextTick(() => { switch (true) { case LINUX || FREEBSD ||...