Tommy Nguyen

Results 58 issues of Tommy Nguyen

Due to a limitation in the format of problem matchers, it's currently not possible to extract multiline messages. For input such as: ``` TestTestApp#test_resources_pod_returns_spec_path [test/test_test_app.rb:31]: Expected: ".." Actual: "." ```...

enhancement

> Hi Tommy, > > I've got [code you can use](https://github.com/microsoft/continuity) for dealing with manifests. It's a new project, and I started with Windows first, but I have every intention...

[The OpenAL framework is deprecated and remains present for compatibility purposes. ](https://developer.apple.com/documentation/ios_ipados_release_notes/ios_ipados_13_1_release_notes#3380407)

platform: iOS

### Description Migrates "init" command to the new config schema. ### Test plan Build align-deps: ``` cd packages/align-deps yarn build --dependencies cd ../test-app ``` Initialize a new config: ``` node...

feature: align-deps

### Description Tell users to migrate to `@rnx-kit/align-deps`. ### Test plan ``` cd packages/dep-check yarn build --dependencies ```

feature: align-deps

### Description Disable Haste and use `moduleFileExtensions` instead. This should give us some perf boost. ### Test plan - [ ] CI should pass - [ ] Test the preset...

feature: jest

### Description Introduce a `@rnx-kit/dep-check` preset containing only packages that are compatible with New Architecture. Resolves #1863. ### Test plan TODO