Results 11 comments of 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: ![image](https://user-images.githubusercontent.com/23057427/74303226-0a358680-4d94-11ea-9b90-35800432d16f.png)

Just hacked a simple one into the page: ![image](https://user-images.githubusercontent.com/23057427/33596124-9879424a-d9d5-11e7-8497-e6f8542c9e21.png) 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` ![image](https://user-images.githubusercontent.com/23057427/170610341-ce1ea804-6227-4d61-a90b-c5b0863bb983.png)

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`