Gytis Čepkauskas

Results 8 issues of Gytis Čepkauskas

## Changes - Changed "electron" peer dependency version from `^14.0.0` to `>=14.0.0 =14.17` and `>=16.13` Node versions, this should be fine (unless Electron requires exact Node version ?). ## Testing...

Right now changesets download progress and cancellation are only accessible in the `BackendHubAccess` interface. Progress API should be exposed at higher levels (e.g., `BriefcaseConnection.pullChanges` in the frontend) so it could...

enhancement

PR adds setup for testing _core-electron_ frontend code (at this point, it's just `ElectronApp` class). Related: [PR #4155: Add setup for testing Electron backend code](https://github.com/iTwin/itwinjs-core/pull/4155)

## Motivation IPC expects only methods defined in a custom IPC interface to be called, but it does not account for all other methods defined in an IPC handler. For...

## PR status: Waiting for LTS (October 29th) TODO: - [ ] Confirm that mobile is working - [ ] Resolve Node.js deprecations warnings coming from dependencies

## Public API changes - Deprecate `SnapshotConnection.openRemote` API. - Make `SnapshotConnection.openFile` only available in IPC apps. ## Motivation `SnapshotConnection` relies on `SnapshotIModelRpcInterface` for it's communication with the backend. With deprecation...

I'm trying to create a custom Classifications Tree which would show elements coming from two different `iModelConnection` instances. I'm planning to use hierarchy merging for that (https://github.com/iTwin/presentation/issues/844), which requires me...

tree widget

Seems to failing randomly but only on MacOS. ``` 1) Viewport changed events should load subcategories for all displayed categories: AssertionError: expected 1 to equal 2 + expected - actual...

flaky-test