Roaders

Results 18 comments of Roaders

Did you get any further on this? I have a similar problem with scripts not being run. When I run `run-parts /etc/usbmount/mount.d/` the script runs fine but nothing happens when...

It seems that quite a few types aren't exported either: ```ts declare type LightStateType = model.LightState | KeyValueType; declare type LightId = number | string | model.Light; declare type LightsType...

I would say any types exposed on a public function like the ones I show above should be exported to prevent issues like not being able to proxy a function...

This is a highly desired feature for me as well. Having the same low level type (such as `IEmployee`) duplicated in multiple different files is a big pain. It means...

I have created a tool that will take the `d.ts` files created by `json-schema-to-typescript` and remove duplicated types: `ts-dedupe`: https://www.npmjs.com/package/ts-dedupe I have only tested it on my project and it...

`declareExternallyReferenced` nearly fixed my use case except that there were no imports. In my example `ICompany` references `IEmployee`. In the generated code `Iemployee` was not added to the `d.ts` file...

Fastest is not necessarily best. I had a 1080 Ti which used about 250W. I replaces it with TWO 1070 cards that did nearly double the work for less power....

I would be willing to help. I am a developer and have written several nodes myself and have some server side nodejs development experience. Perhaps the solution is not to...

> Hello, > I make the fork and own modification of this great project one year before. Now running on my own server, have complete web server for that, added...

> Hey guys, I'm working on a new version that will be firebase based and will handle scaling way better that the current version. > Should have at least 99%...