Paul Sender

Results 5 issues of Paul Sender

Currently, [electron-better-ipc](https://github.com/sindresorhus/electron-better-ipc#readme) doesn't work with the webpack configuration for electron-react-boilderplate. The following error occurs when trying to make a call from rerender to main as defined in the package's [docs](https://github.com/sindresorhus/electron-better-ipc#using-the-built-in-ipc):...

enhancement

**Describe the bug** You can not use the "line" prop on at least the DiffEditor even though it is defined in the README **To Reproduce** Create a DiffEditor component and...

Seeing all available functions and how to call them directly isn't exactly intuitive. I had to console log client to see all its properties. Is there a way I can...

I've set up my chart to mimic the configuration on [this page](https://www.chartjs.org/chartjs-plugin-annotation/latest/samples/interaction/dragging.html). `element` never gets updated even if I put it in a state variable Here's the code for reference....

help wanted

In order to correct do things (in my case track the recompile time of electronmon), it would be nice to be able to hook into watch boy and methods like...

question