Andrew Meyer

Results 43 issues of Andrew Meyer

Homebrew installs ccache in a different directory on the M1. This checks if ccache exists in the path rather then a specific location. ## ☑️ ToDos * [ ] 📝...

cla: yes

## What, How & Why? Replacing the usage of `realm-cli` with REST calls. This was due intermittent failures with the `realm-cli`, which were hard to determine the cause. With this...

cla: yes

This test started failing with no explanation. Needs to be looked into. It is being skipped for now.

This test started failing with no explanation. It needs to be looked into. Skipping for now.

### How frequently does the bug occur? All the time ### Description There appears to be a conflict with Realm and Expo 45 when running on Android. The symptoms are...

T-Bug

### Problem Currently the publishing steps are being done manually. This should be automated with github actions. We currently have 4 templates, for JavaScript/TypeScript and Expo/ReactNative, all of which are...

T-Enhancement
CI

## What, How & Why? Just proving a theory on whether listeners are fired on collection if their linked object changes.

cla: yes

## What, How & Why? This is the feature branch for refactoring the legacy tests, located at `tests`, into TypeScript/mocha based tests, located in `integration-tests`. This closes # ??? ##...

cla: yes

cmakebuild.js is hardcoded to 'rebuild', which cleans all build artifacts beforhand. This is problematic for incremental builds in CI. This hardcodes it to 'build' instead

### How frequently does the bug occur? All the time ### Description When attempting to read an optional property that is not set, `null` is returned. I would expect this...

T-Bug
Breaking