Nico Ritsche
Nico Ritsche
Trying this out I suddenly notice the following entries in my rails apps log: ``` /app/vendor/bundle/ruby/2.2.0/gems/unicorn-4.8.3/bin/unicorn:110:in `block in ': invalid argument: -p -c (OptionParser::InvalidArgument) from /app/vendor/bundle/ruby/2.2.0/gems/unicorn-4.8.3/bin/unicorn:10:in `new' from /app/vendor/bundle/ruby/2.2.0/gems/unicorn-4.8.3/bin/unicorn:10:in `'...
I needed to, because I'm using j-toker in a packaged chrome app. So if anyone is interested I can create a fork.
``` unable to unarchive (error 1 - operation not permitted) ``` With all other programs I tested they unzip just fine (Safari, Terminal unzip, Keka). Any idea what's the issue?
It seems this gem has stopped working for our Rails app at some point. Assets are not compressed, I only see uncompressed load times with chrome: ![bildschirmfoto 2014-07-16 um 13...
Does it make sense to pad messages so that the encrypted message cannot be guessed by length? Or is otr taking care of this?
I get ``` .rvm/gems/ruby-2.3.0/bundler/gems/less-rails-6beb59048f51/lib/less/rails/railtie.rb:15:in `block in ': uninitialized constant Sprockets::Engines (NameError) from .rvm/gems/ruby-2.3.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:41:in `execute_hook' from .rvm/gems/ruby-2.3.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:50:in `block in run_load_hooks' from .rvm/gems/ruby-2.3.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:49:in `each' from .rvm/gems/ruby-2.3.0/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb:49:in `run_load_hooks' from .rvm/gems/ruby-2.3.0/gems/railties-5.0.1/lib/rails/application/bootstrap.rb:78:in `block in '...
I get the error: unable to obtain stable firefox connection in 60 seconds.
Needed to add a `to_i` in lib/clerk/authenticate_request.rb as the `auth_context.client_uat` is a string for me, so `
I tried configuring the redis backend as described in the readme: ```ruby MessageBus.configure( backend: :redis, url: 'redis://localhost:6479/' ) ``` However, this does not work, it ignores the port I set...