Moyo George

Results 7 comments of Moyo George

Has, Anyone made any progress on the shim? I tried to make one but only ran into errors. I'm thinking maybe separating the classes into a validator class and the...

> > I'm thinking maybe separating the classes into a validator class and the schema class using nestjs's mapped types might be necessary. > > I don't really understand what...

@scorsi Just in case you're still wondering about this, I managed to get it to work by making a new file that will hold my schema and doing something like...

Proxy server works for me. you need to go to the create.js file and replace `'yum install squid wget httpd-tools -y &&' +` with `'yum install squid wget httpd-tools openssl...

you're going to need to be using the development version with npm

Had a look, the type appears to get lost in the InterfaceAndClassNodeParser file, due to the ``` member.type ``` check, inside of ``` .filter((member) => isPublic(member) && !isStatic(member) && member.type...