Ryan Petrich

Results 11 issues of Ryan Petrich

This rearranges the top bar to have the download options in a dropdown and adds the theme picker alongside it. Opening as a draft so you can give comments on...

Try this, I tried it in Chrome, Vivaldi and Firefox, in private mode and normal mode. also tried clearing cache. First, paste the below example. It should look like this:...

commonTypes, structParser, constructTypeAndName, NSNotFound, compareString1, compareString2, propertyTranslator, propertyLineGenerator, parSet, attrArr, etc. I would send a pull request to remedy this, but it would touch more lines than not, so I'll...

I've switched to using SQLite in my fork. There is no migration code, but it could be useful as a starting point: https://github.com/rpetrich/SDURLCache/tree/sqlite

Test Case: http://pastie.org/2816153 Also, swapping the order of the `jr_swizzleMethod:withMethod:error:` calls does cause both hooks to be called, but it is not possible to require specific ordering when multiple parties...

Every time a touch begins, two new `SBOffscreenSwipeGestureRecognizer` are allocated. I used this code to make `SBGestureRecognizer.activeRecognizers` work in cycript: ``` objc static CFMutableSetRef activeRecognizers; %hook SBGestureRecognizer %new + (NSSet...

I've been receiving reports that Flipswitch's bluetooth switch doesn't work for a long time now and finally traced it down to RealCC. I'd be happy to submit a patch that...