nicholas a. evans

Results 103 issues of nicholas a. evans

The parameters that are used to create the Net::IMAP connection in Mail::IMAP are undocumented: https://github.com/mikel/mail/blob/b6b6cb737d47a85ddc720fda0e6b991e99224848/lib/mail/network/retriever_methods/imap.rb#L167 I believe the documentation was removed in 2007 (ruby/net-imap@e631911e). Pending the following PR: ruby/net-imap#175, the...

## Is your feature request related to a problem? Please describe. I like it when rubocop and rubocop-rails remind me about (or informs me of) modern best practices. One such...

### Describe the bug Configuring Lookbook's ActionCable (e.g. to add `allowed_request_origins`) is counter-intuitive and difficult to debug. ### To Reproduce Steps to reproduce the behavior: 1. Add something like the...

bug
v2.x

Is there any benefit to installing both rvm and rbenv? ### Context `rvm` does so much: it installs plugins that change the behavior of rubygems and the `gem` command, it...

I'm running servers which have tens of thousands of unique replication documents, hundreds of which are running at any one point in time (using 2.1's scheduler). It might occasionally be...

_n.b. this is more request for comments (with code) than a draft PR._ Over the holidays, I looked into making a PR to use a min-heap priority queue. But then...

It would help enormously if we had better documentation on the incompatibilities with `sassc-rails` and known workarounds for them. I'm willing to create a `README.md` or `docs/migrating.md` PR, but I'd...

To match the omniauth-oauth2 gem and the gems that subclass it, and to simplify valid provider configuration, the `redirect_uri` should be automatically configured to "callback_uri". To maintain backward compatibility (and...