Paul Connelly
Paul Connelly
(for one user).
@ColinKerr @NancyMcCallB see [Formatter.formatQuantity](https://github.com/iTwin/itwinjs-core/blob/f5a17d4dc0b4e1ba61d918a9fb2325062795c91c/core/quantity/src/Formatter/Formatter.ts#L390) where sign obtained from input is applied to output.
Are you able to provide the test output from @itwin/appui-react to see what specific test it was running? Looks like possibly same hang as occurred on [Windows build agent](https://bentleycs.visualstudio.com/iModelTechnologies/_build/results?buildId=1613080&view=logs&j=9b47df54-e599-5516-6fc9-40f9d2170135&t=50d42ab1-be59-52e6-6c33-73bbf742e85c) yesterday....
Add `-v` for "verbose".
I can tell you that previously this was affecting probably one of every two PRs and now appears to have ceased completely.
UPDATE: now in Ubuntu, in electron, `dta signin` produces exception: "Error invoking remote method 'itwin.electron.auth.signIn': no handler registered for 'itwin.electron.auth.signIn'".
Do you intend to deprecate `getSchemaSync` to discourage its usage?
> you probably need to run `rush extract-api` and `rush change` @AkshayN5 in case you have not read [addon development guidelines](https://dev.azure.com/bentleycs/iModelTechnologies/_wiki/wikis/iModelTechnologies.wiki/8690/iModel.js-Node-add-on-development).
> I run `rush extract-api` but it did not update any signature files in the `common/api` directory Did you build first? You added a new public method called `getSchemaAsync` that...