electron-trpc icon indicating copy to clipboard operation
electron-trpc copied to clipboard

Build type-safe Electron inter-process communication using tRPC

Results 37 electron-trpc issues
Sort by recently updated
recently updated
newest added

One of the breaking changes involves transformers, the error manifests itself on client side as: > Uncaught TypeError: Cannot read properties of undefined (reading 'serialize') With this line being at...

I believe it is coming from here due to `win` being destroyed: https://github.com/jsonnull/electron-trpc/blob/8c2de955b2256e460d827d2103727b03807d00cf/packages/electron-trpc/src/main/createIPCHandler.ts#L57 Here's the full error: ![image](https://github.com/jsonnull/electron-trpc/assets/7473959/6f954d33-9acf-4d34-ad47-2ea5017d5f7e)

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [electron](https://togithub.com/electron/electron) | [`29.3.2` -> `29.4.6`](https://renovatebot.com/diffs/npm/electron/29.3.2/29.4.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/electron/29.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/electron/29.4.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v3` -> `v4` | ---...

fix: corrected typo (TPRC vs TRPC)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v3` -> `v4` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...

This is a discussion around what the roadmap to v1.0.0 looks like. I really enjoy this library and believe it's the best way to work with `ipc` communication. I would...

question

Since Electron 20, the `sandbox` option of window `webPreferences` has been set to true by default. This means that preload scripts can only use a small subset of the Electron...