Jamie Birch

Results 58 issues of Jamie Birch

The `bunpy` npm package is still on the v0.3.3 release; it would be good if it updates continued to be published to npm as releases are made (particularly as bunpy...

Comparing the npm packages for: - `@nativescript/[email protected]` (first image; 87.6 MB for the whole folder) - `@nativescript/[email protected]` (second image; 290 MB for the whole folder) ... why has `objc-metadata-generator` gone...

If I wanted to praise Elon in non-Roman scripts like Japanese (イーロン) or Chinese (伊隆) I wouldn't get any points. What gives?

> elongated teslascope I get 240 points for this just from the +200 bonus for mentioning "elon" and "tesla", even though I'm not actually talking about either of them.

Just referring to the implementation of [React Native Rename](https://github.com/junedomingo/react-native-rename/blob/master/src/config/bundleIdentifiers.js). `android/app/src/main/AndroidManifest.xml` is not mentioned at all in `react-native-app-id/src/android.js`.

This affects both the strings written into the various files, and the folder structure. I'm skim-reading, but these RegExes look possibly suspect: https://github.com/kyle-ssg/react-native-app-id/blob/master/src/android.js#L18-L22

### Is this a bug report? Yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? Yes ### Environment ``` $ node_modules/.bin/react-native-macos info Environment: OS: macOS High Sierra 10.13.5 Node: 9.11.1 Yarn:...

bug

### Description Using the very same code from the master-branch UIExplorer's [`WebView` examples](https://github.com/ptmt/react-native-macos/blob/master/Examples/UIExplorer/js/WebViewExample.js#L284), I found that `WebView.prototype.injectJavaScript()` causes an immediate crash, with the error: ``` undefined is not an object...

bug

It appears that LLRT implements `events`, but not `EventTarget`. Unsure whether it feels out-of-scope for a server runtime, but I've always thought it's a nice API. I'm working on a...

enhancement

> TypeError: Cannot read properties of null (reading 'toString') This rather cryptic error is thrown from: https://github.com/rnag/rust.aws-cdk-lambda/blob/73b8cdb93d4a00a16e57e8a7552092ffc77444de/lib/build.ts#L178 ... when trying to call `cargo.stderr.toString()`. The reason is that `cargo.stderr` may be...

enhancement
help wanted
good first issue