Jacob

Results 139 comments of Jacob

For me the issue isn't size but rather integration into the build process for my front-end app (SPA/PWA/whatever), which is using webpack. Usually I "don't have to do anything special"...

@lygstate as you are refactoring, could you please consider also adding support for passing in an external transport? e.g. for a ModbusTCP client, instead of having to call `modbus.tcp.connect(port, host,...

> Could you explain how you managed to install this package manually, please? You can do it with `yarn`'s [selective dependency resolutions](https://classic.yarnpkg.com/en/docs/selective-version-resolutions/) like this (in `package.json`): ```js { // ......

> Also, you can initiate connections from any endpoint, there's no restriction on that, to enable developers to use modbus in more scenarios. Could you cite a corresponding standard regarding...

Is anyone working on a PR for this? If not I wouldn't mind taking a stab at it. It looks straight-forward, and I love to eliminate warnings like these because...

In the meantime, please release for ~[`2.0.0-beta.2`](https://electronjs.org/releases#2.0.0-beta.2)~ ~[`2.0.0-beta.3`](https://electronjs.org/releases#2.0.0-beta.3)~ ~[`2.0.0-beta.4`](https://electronjs.org/releases#2.0.0-beta.4)~ :pray: **Update:** Thanks @paulcbetts for publishing beta.4 yesterday! :heart:

Though obviously I've never done it, the [commit history](https://github.com/electron-userland/electron-prebuilt-compile/compare/64f62104dd5f531bdb515eb45f5f4fb0869e72fd...5564372bb6f5a306ccff369314e73b8905d77788) suggests that the process goes something like this: 1. Update `version` & `dependencies.electron` in `package.json` to the new version number. 2....

Is there any way that I could put a "bounty" on this? I'd be happy to PayPal someone $20 if it would help get this landed. **EDIT:** cryptocurrency also OK

@spasma thanks for the contribution. Actually, I would love to use it, but because of the way my build infrastructure works (uses `electron-forge`) I cannot easily specify an alternative for...

@zeke and @paulcbetts Is there anything I can do to help get this landed? It looks like we could do this using two complementary bots: 1. [`renovatebot`](https://github.com/renovatebot) or [`dependabot`](https://dependabot.com/#how-it-works) to...