Manufac
Manufac
Working fine in "electron": "^17.4.7",. Facing issue in the latest version 19.x.
Hi @oblador, just wanted to follow up if this is on the roadmap?
Hi all, any updates on this? Looking forward to when it lands. Pretty cool addition.
Using `electron-builder`. This worked: ``` // webpack.config.js externals: { serialport: "commonjs2 serialport", // Ref: https://copyprogramming.com/howto/electron-and-serial-ports }, ```
Getting the same problem. Using a BLuetooth legacy device. Pairing it with Bluettoth first and then connecting via Serial port. If I disconnect the Bluetooth connection, the `close` event is...
TypeScript support would be great. 👍
Would be nice to have this feature 😺
@domoritz Is there a way for the schema generator to ignore the interfaces/types which have function definitions in them? I have one such interface and it is `exported` too.
- If it helps, I can contribute to the third task (_Programatic Use_ documentation). Was able to set up the programmatic use for my project, so should be quick to...
Thanks for the reply @pissang. We are using TypeScript but we need run-time validation also as opposed to just compile-time validation. Say, while storing the `option` JSON coming from the...