Results 11 issues of Jerry Cheung

A few tips off the top of my head: 1) A pre-approval/pre-qualification isn't worth the paper it's printed on. It has no legal meaning. What you want is a "Conditional...

Starting this issue to keep track of recommendations for investing: - https://stansberryresearch.com/products/retirement-millionaire

The current implementation of `Net::LDAP::Entry#valid_argument?` requires an attribute to exist before you can use the method style accessors: ``` ruby entry = Net::LDAP::Entry.new entry.respond_to? :sn # false entry.sn # raises...

Feature Requests

It's possible for `result_pdu` to be `nil` at https://github.com/ruby-ldap/ruby-net-ldap/blob/fd2d1ed62df1e65a50627b429bce7a49cd623b04/lib/net/ldap/connection.rb#L548. It's initially assigned on line 501, but only line 518 reassigns it. It's possible to get a nil if no `SearchResult`...

Bugs

Pagination is an LDAP extension, and should not be the default behavior of the gem.

It'd be nice to have a single place to reference available events. One suggestion is to write it as rdoc in https://github.com/ruby-ldap/ruby-net-ldap/blob/master/lib/net/ldap/instrumentation.rb Brought up by this mailing list question: https://groups.google.com/forum/#!topic/ruby-ldap/BOnLDfguB6w

Feature Requests

When running: ``` $ RAILS_ENV=test rake hydra:spec --trace (in /Users/jch/projects/pharmmd) rake aborted! cannot remove Object::ClassMethods /Users/jch/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:603:in `remove_const' /Users/jch/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:603:in `remove_constant' /Users/jch/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:603:in `instance_eval' /Users/jch/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:603:in `remove_constant' /Users/jch/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:549:in `new_constants_in' /Users/jch/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:549:in `each' /Users/jch/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:549:in `new_constants_in' /Users/jch/.rvm/gems/ree-1.8.7-2010.02/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:156:in...

Points to latest version

:wave: I’m Jerry, jch on GitHub. I saw you starred my [jch/personal-finance](https://github.com/jch/personal-finance/) repo. Looking for people to chat with to learn more about what they’re trying to achieve with their...

I noticed that if I set min_messages in database.yml, the verbosity of postgres goes down for me. ``` development: adapter: postgresql min_messages: warning ``` For reference, here are the links...