jrhe

Results 21 comments of jrhe

Having played with @mrloop 's workaround, tried using `createSearchChoice`, I realised I could implement this at the app layer easily by just appending to the array resolved by the query...

@iStefo Are you keen to get this implemented? I am using tagging multiple places in my app and it would be very useful to get some sort of functionality worked...

I agree, and was thinking that converting the guide to a gitbook would be a good idea. A custom UI would be nice but much more resource intensive.

@nixme Any thought on this?

Can’t really remember what the reporting active support dependency was for but the attribute accessors one is just for module accessors. Perhaps an easy way to remove the dependency would...

Also not every project uses active support but does it harm adding it as a development dependency for use with pry?

Managed to mess up this branch. Having trouble getting jazz_hands working on my new machine. @nixme Could you consider merging in the 'bring-your-own-debugger' branch OR switching to conditional dependencies based...

Another workaround for those using expo is to change your package.json as follows: ``` { ... "scripts": { ... "ios": "yarn expo prebuild; rm ios/.xcode.env.local; echo \"export NODE_BINARY=$(printf '%s' \"$(node...