John DiMatteo

Results 3 issues of John DiMatteo

Playwright offers a way to evaluate [Javascript in the browser's context](https://playwright.dev/docs/evaluating) via `evaluate`, and [similarly for an Electron application](https://playwright.dev/docs/api/class-electronapplication). In our case, most of the code we want to test...

P3-collecting-feedback
feature-electron

If `BlobContainer.service` is `undefined`, any call to `CloudSqlite.requestToken` will return `""` which is usually interpreted as a sign-in error (see [IModelApp.getAccessToken](https://www.itwinjs.org/reference/core-frontend/imodelapp/imodelapp/getaccesstokenstatic/#getaccesstoken)). So its impossible to tell the difference between an...

We have a need to use `safeStorage` encrypt and decrypt methods in the utility process. Its inconvenient for us to have to set up IPC to root to use the...

stale