AeonSake

Results 16 comments of AeonSake

There is an ongoing collection of all items including their buy/sell price, variants, source and a lot of other infos: https://docs.google.com/spreadsheets/d/1Hxrdp7oxtK-J5x9u1-rzChUpLtkv3t0_kNGdS6dtyWI

Haven't found a workaround for this issue, at least none that wouldn't impact UX on other browsers as well. It's unfortunate but I've given up on (fully) supporting iOS Firefox...

In my opinion, the interface should always fully inform the user about the type to expect. If null is a possibility, the interface should reflect that. Alternatively, an exception would...

I had a similar issue with a project that has other project references; I had to explicitly specify the target framework in the publish command for it to build properly:...

It looks like the project is still building because even the VS interface shows a progress bar in the status bar at the bottom. The first time, it will take...

Good question; I don't think so? At least not directly. I would need to check the git history, but the zoom API has been part of electron since basically forever.

Checking the electron GitHub history, it looks like the zoom API has been part of the shell since the start. The oldest entry I could find was with the creation...

Personally, I can't say I'm missing any other APIs beside the zoom functions, but maybe the `clearCache` and `insertText` functions could also be useful to some? There are also some...

Sure, I can compile you a list of all (relevant) functions with links. Priority is up to you, though, as I personally care mainly for the zoom API. Regarding the...

### Loading Content - [`webContents.loadFile(filePath: string, options?: {query?: Record, search?: string, hash?: string}) : Promise`](https://www.electronjs.org/docs/latest/api/web-contents#contentsloadfilefilepath-options) - [`webContents.isLoading() : boolean`](https://www.electronjs.org/docs/latest/api/web-contents#contentsisloading) - [`webContents.isLoadingMainFrame() : boolean`](https://www.electronjs.org/docs/latest/api/web-contents#contentsisloadingmainframe) - [`webContents.isWaitingForResponse() : boolean`](https://www.electronjs.org/docs/latest/api/web-contents#contentsiswaitingforresponse) - [`webContents.reload() :...