Leons Petrazickis
Leons Petrazickis
The current Devise password reset process does not work in devise_ldap_authenticatable because Devise now uses `reset_password` but devise_ldap_authenticatable only overrides `reset_password!` As an end user, I can work around by...
Adds a reek check plugin. Reek is a static code analysis gem for Ruby. Unlike Rubocop, it doesn't do style, but catches several bad practices Rubocop misses.
When I try to run an existing Meteor app with the given instructions, I get the error below: ``` $ docker run -it --rm -p 3000:3000 --link my_appDb:db -e "MONGO_URL=mongodb://db"...
This is related to #4339 #5240 At https://CognitiveClass.ai, we use JupyterLab to deliver course labs for our learners. Many of them end up with a lot of idle kernel sessions,...
If I run "bundle exec annotate" on my Rails 3.x application, I get this error: /Users/username/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-3.1.12/lib/active_support/dependencies.rb:378:in `const_defined?': wrong constant name Rails-client-logger (NameError) from /Users/username/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-3.1.12/lib/active_support/dependencies.rb:378:in`local_const_defined?' from /Users/username/.rvm/gems/ruby-1.9.3-p484/gems/activesupport-3.1.12/lib/active_support/dependencies.rb:365:in `block in qualified_const_defined?' from...
`terraform-provider-softlayer` lets me specify public bandwidth for [softlayer_bare_metal](https://github.com/softlayer/terraform-provider-softlayer/blob/e744d7034702e85c0b6a16ec7f6759a6f6699cc0/docs/resources/softlayer_bare_metal.md) but not for [softlayer_virtual_guest](https://github.com/softlayer/terraform-provider-softlayer/blob/master/docs/resources/softlayer_virtual_guest.md). I have a virtual guest that's hitting the default bandwidth limit. I could raise its bandwidth allotment through...