Slobodan Stanic

Results 3 comments of Slobodan Stanic

Way to go around this is to just create for example `types.d.ts` in your project with following code: ``` declare module 'onnxruntime-node' { export * from 'onnxruntime-common'; } ```

I agree but I used it exactly because it's not used anywhere else and I didn't want to tie tests to other changeable attributes. Anyway I think "alt" should be...

Hi, my error could be similar: I do this ``` class { "mysql": root_password => 'root', } exec { 'set access': command => '/usr/bin/mysql -u root -proot -e "GRANT ALL...