Results 91 issues of Andrew M

### Build/Submit details page URL _No response_ ### Summary Running `eas branch:list` results in `TypeError: Cannot read properties of undefined (reading 'length')` eas cli version: `eas-cli/2.0.0 darwin-arm64 node-v16.16.0` ### Managed...

needs review
eas update

Does adze support pretty printing JSON objects/arrays to the terminal? That could be really useful especially if JSON objects could be color highlighted.

enhancement

## Description If you call `.measure` on a ref to a `View` on Android but you don't also have `onLayout` or `collapsable={false}` specified then `.measure` will call its success callback...

Platform: Android
Needs: Triage :mag:
Needs: Repro

Trying out pyscript with the jupyter notebook tutorial and none of the log.debug messages print anything. I'm connected successfully and can read states but only log.errors prints results in the...

## Description On a fresh 0.63.2 project run on Android in release mode, the following output fills up much of the adb logcat output. I'm not sure if this represents...

Stale
Platform: Android
Needs: Triage :mag:

Type information is not served correctly by esm.sh when importing `effect`. This happens for all recent versions of `effect`. vscode_deno attempts to fetch URLs such as https://esm.sh/v135/[email protected]/dist/dts/Option.js which result in...

deno

### Minimal reproducible example https://github.com/evelant/expo50upgrade ### Summary This seems to happen with every expo/react-native version bump. With `"useFrameworks": "static"` ios build fails due to header path issues. `pnpm install` `pnpm...

needs review

### Old Version 0.72.7 ### New Version 0.73.0 ### Description As seems to happen with every new version, header paths are broken on iOS with `use_frameworks! :static` `pnpm install` `pnpm...

Platform: iOS
Needs: Triage :mag:
Type: Upgrade Issue

### Description I'm attempting to switch my app from hermes to v8 on android since v8 is 4-5x faster than hermes for me. I must be tripping over some nasty...

bug
needs-reproduction

Would it be easy to add more data to runtime error messages? I'm finding with a large state tree that the current error messages give very little information to help...

🍗 enhancement