Warrick FitzGerald
Warrick FitzGerald
I want to develop my Electron app in typescript I've yanked this example project and added node-hid to it https://github.com/wwlib/cra-craco-electron-example and adapted it for two package structure. I'm running myself...
I generated a client library for a swagger file that suggests the API required a JWT Bearer token. I can't see to figure out how to supply this bearer token...
It seem like you're unable to change the webpack output directory: With craco.config.electron.js ``` var path = require('path'); // const logWebpackConfigPlugin = require("./craco-plugin-log-webpack-config"); // { plugin: logWebpackConfigPlugin, options: { preText:...
On windows after editing and saving App.tsx, the build completes, and that triggers the reload of electron. That however throws this error: ``` Uncaught Exception: Error: EPERM: operation not permitted,...
I'm trying to create a new Signature. I already have the r and s value for the signature. Getting i what I'm having a hard time with. ``` var signature...