Maciej Kravchyk
Maciej Kravchyk
Note that it's not just `about:blank`, but also `about:`, `about:anything`
You don't have to wait: 1. Clone this [PR](https://github.com/WiseLibs/better-sqlite3/pull/870) fork to your machine 2. Apply the C++17 fix if you need it (see PR comments) 3. Reference the local fork...
> I don't have an M1 mac, but maybe we should incorporate @quanglam2807's feedback before merging? Yes, please. It's not just M1, but also x64 Linux - the commit in...
I have used something like this to get around it: ``` // ... /* eslint-disable no-multiple-empty-lines */ /* eslint-enable no-multiple-empty-lines */ // .... ``` Note that you cannot use `esline-disable-line`...
It used to be that closing dev tools triggered transparency loss in a BrowserView. After upgrading from Electron 13 to Electron 15.3.0, it seems like the transparency loss is permanent,...
> Add transparent: true to webPreferences too, not just to the window options to make transparency work. In earlier versions, I did not set any transparency options on BrowserView. It...
@ChALkeR It does indeed work, thank you. I made a silly mistake and applied those options on the wrong BrowserView. I only had to add `transparent: true` to webPreferences, other...
@chenzhutian Create a new BrowserView to contain the element and display it over underlying BrowserView. Since z-ordering of BrowserViews is not yet implemented, you have to ensure that the overlaying...
You can clean it up with gulp-delete-lines ``` // apply remove code p = p.pipe(removeCode({ 'something': true })); // remove lines starting with //removeIf and //endRemoveIf p = p.pipe(deleteLines({'filters': [...
@pushkin- I did not realize that. Yes, it's the same issue. The event is not firing.