Greg Carter

Results 23 comments of Greg Carter

Looked at it some more and got the PO/IO VFD data being read using implicit messaging via the IO class. There was one change to make in the src/io/ tcp/index.ts...

Going to close this. You can ignore the problem I had with the Input/Output of the IO. I'll open a pull request for the getAttributeSingle change.

Hi Colin I tried npm run install-app-deps as noted in the original post above, also yes the module is under dependencies: > "dependencies": { > "better-sqlite3": "^4.0.3", > "electron-devtools-installer": "^2.2.0",...

@tjpeden what platform are you on? Also were you able to work around it using electron-rebuild and the copy scripts? first install electron-rebuild then: .\node_modules.bin\electron-rebuild.cmd -f -w better-sqlite3 then run...

Any more thoughts on this. I see that angular-starter has moved to angular 5.

I can offer to help, but my contribution may be limited to testing.

@colinskow don't know if you have seen: https://github.com/meltedspark/electron-angular-native I haven't looked too closely at it however I believe it does use ng-eject with Angular 5.2, so perhaps not useful for...

Forgot to add that I had to remove references to bootstrap for now, as the electron-builder would throw errors (Error: Unresolved node modules: jquery, popper.js), for possible work arounds see...

> I have a question, converting the input value also needs to convert the output value in the opposite way, right? That short answer is that it could be. It...

Oh to do that, I think we need to allow two scripts per tag. Input scale script and output scale script.... or we could require that each script has two...