Dr
Dr
`bundlephobia` only checks the files linked in the `main` field in `package.json`. The size increase is at the `.tgz` level, this should affect package download & `node_module` size, but should...
Don't know if this helps, but my 2017 gist hack still works: https://github.com/electron/electronjs.org/issues/604#issuecomment-349228813 The gist: [electron-doc-read-help.js](https://gist.github.com/dr-js/9befacb050f1ec06aafa64f725b5eab8) Latest screenshot: 
Just hacked a simple one into the page:  And the gist for code you need to run in console every time: [electron-doc-read-help.js](https://gist.github.com/dr-js/9befacb050f1ec06aafa64f725b5eab8)
@Glandos I think to use the `es module` file with webpack or rollup would need one sample, and to import this file from TypeScript with correct type would be another...
Some notes on debug connecting to MySQL8 with `mysql@2`: (using `Mysql.createPool()`) The `mysql@2` package only support `mysql_native_password` auth plugin, to corretly connecting to MySQL8 we will need to make sure:...
Currently the following version all limit the Eyedrop magnifier circle rendering inside of the browser window: (Win10 21H2 19044 x64) - `electron-v16.0.5-win32-x64` - `electron-v17.0.0-alpha.5-win32-x64` - `electron-v18.0.0-nightly.20211223-win32-x64` Test by drag &...
Update: the following version still limit the Eyedrop magnifier circle rendering inside of the browser window: (Win10 21H2 19044.1586 x64) - `electron-v17.2.0-win32-x64` - `electron-v18.0.0-beta.6-win32-x64` - `electron-v19.0.0-nightly.20220324-win32-x64`
Update: the following version still limit the Eyedrop magnifier circle, now with red-colored grid lines in Win11 dark mode (Win11 21H2 22000.708 x64) - `electron-v20.0.0-alpha.1-win32-x64` - `electron-v19.0.1-win32-x64` 
Update: the following version still limit the Eyedrop magnifier circle (Win11 22H2 22621.963 x64) - `electron-v24.0.0-nightly.20221216-win32-x64` - `electron-v22.0.0-win32-x64`
Update: the following version still limit the Eyedrop magnifier circle (Win11 22H2 22621.1413 x64) - `electron-v25.0.0-nightly.20230329-win32-x64` - `electron-v24.0.0-beta.6-win32-x64` - `electron-v23.2.1-win32-x64`