nicholas a. evans

Results 112 issues of nicholas a. evans

### Describe the problem as clearly as you can The `configure_trusted_publisher` command fails when running it via `gem exec` when a Gemfile with `git` sources is present. I found the...

Bundler

https://documentation.mjml.io/#mj-html-attributes Here's an example of how I'd like to use it: ```mjml off ... ``` In order to disable [SendGrid's clicktracking](https://docs.sendgrid.com/ui/analytics-and-reporting/click-tracking-html-best-practices) for specific emails or specific links (e.g. forgot password).

enhancement

This code was for ruby 2.4 compatibility, but rdoc dropped support for ruby 2.4 about three years ago, in f480b970c. This code was almost half of the lines of code...

This PR only creates new singleton methods when they are needed for overwriting an existing instance method. It should be mostly backward-compatible with the current OpenStruct implementation, but I suspect...

From [RFC9051 6.2.2](https://www.rfc-editor.org/rfc/rfc9051.html#name-authenticate-command) > If the client wishes to cancel an authentication exchange, it issues a line consisting of a single "*". If the server receives such a response, or...

TODO: - [ ] record benchmarks - [ ] add config _(with deprecation warning?)_ #288 - [x] mikel/mail#1611 NOTE: this will be considered a breaking change, because some libraries may...

There are some small differences in how `MessageSet` and `SequenceSet` behave. This may require a backward incompatibility warning.

`VANISHED` responses are required by two different extensions: `QRESYNC` and `UIDONLY`. * Add a new response data type: `VanishedData`, which wraps `SequenceSet` and the `EARLIER` modifier. * Update the parser...

This is similar to ActiveSupport's [Array#extract!](https://api.rubyonrails.org/classes/Array.html#method-i-extract-21). Yields all of the unhandled `#responses` for a single response type. Removes and returns the responses for which the block returns a true value....

#327 and bugs like it can be embarrassing! 😞 I really thought I had a test for that (maybe I did, and it got lost during a rebase or refactoring?)....