Oleg S

Results 3 comments of Oleg S

Also, as an inspiration, we can look at SQL `COALESCE` function - https://docs.faircom.com/doc/sqlref/33405.htm. In this case, we can extend our typedef to the following: `coalsceType(maybeTarget1, maybeTarget2, maybeTarget3);`

@RickGove @Bilb I found the fix [here](https://github.com/electron/electron/issues/23662#issuecomment-783805586): ```typescript const options = { loadExtensionOptions: { allowFileAccess: true }, }; await installExtension( [REACT_DEVELOPER_TOOLS, APOLLO_DEVELOPER_TOOLS, REDUX_DEVTOOLS], options ); ``` You must call it...

Updated PR to handle file names properly