B. K.

Results 5 issues of B. K.

Hi, i have this error: Net::LDAP::Error (hostname "x.x.x.x" does not match the server certificate): So I need to ignore certificate error. How I can do it? Thanks

NoMethodError: undefined method `protocol=' for DynamicSitemaps:Module config/sitemap.rb DynamicSitemaps.configure do |config| config.protocol = "https" end

Hi, I've got this error: Encoding::UndefinedConversionError ("\x9F" from ASCII-8BIT to UTF-8): ` passbook = Passbook::PKPass.new json passbook.addFiles [Rails.root.join('certificates/icon.png'), Rails.root.join('certificates/[email protected]')] gen_pass = passbook.file send_file(gen_pass.path, type: 'application/vnd.apple.pkpass', disposition: 'attachment', filename: "pass.pkpass")` What...

Hello. First - thank you very much for this plugin. I have a question: is it way to zoom image on full size mode? Thanks!

support

After switch centerviewcontroller from leftViewController (didSelectedRowAtIndexPath method) with this code: ``` ViewController *vc = [mainStoryboard instantiateViewControllerWithIdentifier:@"CenterViewController"]; if (vc) [appDelegate.drawerController setCenterViewController:vc withCloseAnimation:YES completion:nil]; break; ``` There are no more top bar...