JeffMII

Results 9 comments of JeffMII

Can you share your code? I've been working with Questgen for a week or so and haven't had that issue.

This project seriously needs an update.

Wait, so DeepSpeed is a Microsoft project, and it can't be used on Windows?

Has anyone figured anything out? Why would Microsoft not support Windows in their own project?

It's not fbjs that's the problem. The problem is that glamor hasn't been updated in 5 years so it uses an old, deprecated version of fbjs that uses an old...

Looks like I did a few things wrong. Don't need some of the files and the package.json needs to define where the type declarations can be found. Pushed the fixes....

I agree. Types would be a nice addition.

@joelyjoel I updated the type declarations to match the newest version on npm. ```TS type SynsetType = 'noun' | 'verb' | 'adjective' | 'adjective satellite' | 'adverb'; type ShortSynsetType =...

@joelyjoel Hope you don't mind. I decided to fork the project and add the type declarations to submit a pull request.