Chris Bobbe

Results 58 issues of Chris Bobbe

In a sub-article to Apple's ["Notarizing macOS Software Before Distribution" article](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution?language=objc), called ["Customizing the Notarization Workflow"](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow?language=objc), Apple says this: > The notary service accepts disk images (UDIF format), signed flat...

Hi all, I'm Chris, the person who translated this HTML template into a Jekyll theme. I'm sorry to say that, after two years of hoping I would find time to...

An alternative to #1881, described at https://github.com/react-native-image-picker/react-native-image-picker/pull/1881#issuecomment-991418749. I understand from https://github.com/react-native-image-picker/react-native-image-picker/pull/1881#issuecomment-992362255 that we're thinking of leaving out this fix, to keep the library lean. I wanted to offer this implementation,...

Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is...

(And how is it more principled than TypeScript?)

### Two error messages: ``` Transaction (...) was cancelled after being inactive for 5 seconds. ``` ``` Exception in setTimeout callback: MongoError: Cannot create field 'state' in element {4: null}...

This is the same issue as https://github.com/expo/expo/issues/5654, solved in https://github.com/expo/expo/pull/5695, but people using unimodules for the first time might look here first. It's present in an older version of `@unimodules/react-native-adapter`,...

See doc at https://developer.android.com/reference/android/net/wifi/WifiManager#getConnectionInfo() (formatting/links lost, sorry): > This method was deprecated in API level 31. Starting with Build.VERSION_CODES#S, WifiInfo retrieval is moved to ConnectivityManager API surface. WifiInfo is attached...

bug
help wanted
android

### Version 28.0.3 ### Steps to reproduce Continuing the discussion from https://github.com/jsdom/jsdom/issues/2304#issuecomment-1119172182. (I agree that this is a Jest issue, not a `jsdom` issue.) 1. Clone my repo at https://github.com/chrisbobbe/jest-repro-security-error/...

Needs Triage
Bug Report
Pinned

E.g., if I'm using Material Design, [icons should be 24dp square](https://material.io/design/iconography/system-icons.html#grid-and-keyline-shapes), while [touch targets should be at least 48dp square](https://material.io/design/usability/accessibility.html#layout-and-typography). Icon components already take an `onPress` prop. Without being able...