Amitai Lanciano

Results 3 comments of Amitai Lanciano

@onix-dolzhenko thanks, your code helped quite a bit. I changed a few things around, namely starting/stopping the running of the capture session when starting/stopping the recording, including the asset url...

Kinda crappy hack, but this is what I ended up doing for now ``` ... onShow: () => { $('.ath-container.ath-ios').addClass('ath-ios8'); } ... ```

@alanhogan I was having the same issue, I moved: ``` require "rubygems" require "meme_generator" ``` in `/Library/Ruby/Gems/2.0.0/gems/memegen-1.0.9/bin/memegen` to just above `require "meme_generator/cli"` and it works now