Mark Rickert

Results 54 issues of Mark Rickert

So I get requests from clients on almost EVERY project that they want to be able to have multiple buttons on either side of a tableview cell to do different...

enhancement

Example usage: ``` obj-c section = [XLFormSectionDescriptor formSectionWithTitle:@"Real examples"]; section.titleView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 50)] // Basically anything that's a subclass of UIView ``` The UITableViewDelegate will fall...

I've initialized my collectionview inside a tab of a UITabBarController and set the `RDRStickyKeyboardView`'s frame to end at the top of the tab bar by doing this: (RubyMotion code below,...

Using the default browser in Android 4.2.2 on a Samsung S4, the pie charts are being rendered strangely. Any idea what this might be? ![screenshot 2014-02-27 13 25 25](https://f.cloud.github.com/assets/139261/2286046/8ecc0840-9fdc-11e3-9e3f-6e10adccc54b.png)

bug

The google MLKit setup instructions had a valuable bit of information about auto-downloading the OCR ML model immediately after downloading instead of on first run. I thought this should be...

I added a hook, similar to the one in [vision-camera-code-scanner](https://github.com/rodgomesc/vision-camera-code-scanner/blob/master/src/hook.tsx) so you don't have to manually deal with all the frame processor worklet and javascript thread stuff yourself. Now, you...

Add manual installation instructions for iOS as well as make sure that our `react-native link` command specifies the project we want to link.

Should there be a guard in place where calling `this.unsubscribe()` when there are no active listeners on the object? Calling it twice generates an error and it would be nice...

## Please verify the following: - [x] `yarn test` **jest** tests pass with new tests, if relevant - [x] `yarn lint` **eslint** checks pass with new code, if relevant -...

This adds google analytics to the reactotron app for basic feature and usage metrics. It's implemented using [`react-ga4`](https://github.com/codler/react-ga4) but the codebase can easily be switched to another service is we...