itwinjs-core icon indicating copy to clipboard operation
itwinjs-core copied to clipboard

Monorepo for iTwin.js Library

Results 424 itwinjs-core issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** The imodel02 branch exists for changes to itwinjs-core that depend on changes to the native addon code. Currently PRs against...

buildology

As title suggests, replace use of [node-report](https://www.npmjs.com/package/node-report) with built in [Node.js Diagnostic Reporting](https://nodejs.org/dist/latest-v12.x/docs/api/report.html) Currently we use it [here](https://github.com/iTwin/itwinjs-core/blob/master/core/backend/src/IModelHost.ts#L414) in the backend, and we do a require in a try/catch indicating...

enhancement
good first issue

**Describe the bug** Attempting to sign in using display-test-app electron produces EADDRINUSE for port 3000. **To Reproduce** Steps to reproduce the behavior: 1. Start display-test-app electron 2. Key in `dta...

bug
display

Originally submitted by @TitouanLeDuigou as #3374. Needs merge and cleanup - see comments on previous PR.

**Describe the bug** `rush cover` hangs intermittently, confirmed on linux, don't know if it's been seen anywhere else **To Reproduce** ```sh git clone https://github.com/itwin/itwinjs-core.git cd itwinjs-core rush install rush build...

Created a test suite under full-stack-tests that tests the ability to establish an iModelConnection in Node outside of Certa. Emulates the structure and env file of ecschema-rpc-interface. We still have...

Part of itwin/itwinjs-backlog#41 Part 1 of removing enzyme dependency for core-react Splitting in multiple PR so we can review them as I progress. Updates `@testing-library/user-event` to 14.4.2 which had some...

Changed width and height variables for the toolbar to be 40px, which matches the toolbar items and will create 1:1 square icon sizes.