Andreas Dolk
Andreas Dolk
I try to exclude `node_modules/electron` from the asar using this command, which I think, should do exactly this: ``` npx asar pack . app.asar --unpack-dir "node_modules/electron" ``` Now, when we...
The following screenshot shows a case where the plugin fails to find dependencies. This is, to be fair a nasty special case. Here I use svelte for electron browser windows....
Me again ;) I was just puzzled that a svelte file that 'looked' good didn't compile. I missed one single quotation mark on an import and both me and the...
The module can't be used with electron 14 or higher. Electron 14 has no remote module anymore, we need to use @electron/remote instead, but the library still depends on the...
## Purpose Fixes #1576 (unexpected premature close errors on chunked responses) ## Changes It corrects a false assumption about split of the 'LAST CHUNK' marker between the previous and current...
First, thanks for that library, I use it with an electron application to connect to multiple Sybase ASE databases and it works like a charm, also with the jdbc4 driver....
Issue from parent project: https://github.com/AlexTorresSk/custom-electron-titlebar/issues/90 I just integrated this package into my project and I am having an issue with scrolling. When I open an HTML that is scrollable (because...
Mnemonics are broken on many levels: - Using a mnemonic may open the wrong menu - menu item label rendering is broken when ALT is pressed (shows escaped characters)
The checkbox menuitem on the example application does not seem to work correctly. Expected behavior: - clicking on an uncheck item checks it - clicking on a checked item unchecks...