Aaron Brager
Aaron Brager
In the current implementation, dates are selected on touch down, not touch up. This feels awkward, and does not match the native iOS calendar app. This can be partially resolved...
The [YAML spec](https://yaml.org/spec/1.1/#id859497) is extremely clear that duplicate keys are forbidden. A few examples: > an unordered association of unique keys to values and: > keys are unordered and must...
GOG downloads (and other Windows packages) can be extracted using [innoextract](http://constexpr.org/innoextract/). This PR aims to include this in the help system. I haven't worked with help files before, so please...
When presenting the `IDMPhotoBrowser`, the "Done" button is obscured by the sensor housing notch:  The top half of the "Done" button doesn't respond to touch events.
1. The arrow should turn into a "+" icon when I hold alt 2. I can't actually select anything because the text jumps around:  Here's the expected behavior...
This change adds PDF extraction support. I only tested it on one `Assets.car` file and it extracted the PDFs successfully. Could use some extra testing. Feedback welcome or feel free...
This tool can't extract `AppIcon`. Instead of: ```objc for (NSNumber *scaleFactor in @[@1, @2, @3]) { CUINamedImage *image = [catalog imageWithName:key scaleFactor:scaleFactor.doubleValue]; if (image && image.scale == scaleFactor.floatValue) [images addObject:image];...
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...
Seems like it's breaking when loading Rails on line 164 https://github.com/bullet-train-co/bullet_train/blob/b17d4654808682954c50b77a243f6249841628d1/bin/configure#L156-L164 snippet from `bin/configure` output… ``` Running `yarn install`. yarn install v1.22.19 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking...