Joe Yates

Results 47 comments of Joe Yates

I would really appreciate if this (or a similar PR) was merged as slime is a dependency of a library that I maintain and I cannot release it (for Elixir...

For anyone else who might need Elixir >= 1.15 compatibility, I've released my fork as [`jgy_slime`](https://hexdocs.pm/jgy_slime/1.3.0). I'll discontinue the fork as/when this gets merged, of course :)

Hi @yordis I believe this PR has this covered. @liamwhite 's update to this PR on March 4th uses `:extra_applications` exclusively, which I think is the correct approach.

Hi @achedeuzot Please review this PR

wa-sqlite [release 0.9.13](https://github.com/rhashimoto/wa-sqlite/releases/tag/v0.9.13) includes this fix.

Since version 0.18.0, SimpleCov.minimum_coverage has been a Hash, allowing different values for `:line` and `:branch` coverage. Here's the Changelog entry related to the change: https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md#0180-2020-01-28 Here's the commit: https://github.com/simplecov-ruby/simplecov/commit/69dfd85c03acf8474f3f6dba9a8bae202a236fda#diff-8cb7f3be7080b7ff0dc99ec016e9cf6422cf2ba71e6f0f24822bec6bdb1b36fbR243 #16...

Hi @MarcGrimme I would like to make a suggestion which I hope will unblock this situation: bump the minimum version of simplecov to '0.18'. Currently, [this gem supports `~> 0.17`](https://github.com/MarcGrimme/simplecov-small-badge/blob/2d86571748417ed6884ae57c6594d20cb04e9f19/simplecov-small-badge.gemspec#L20)....

Hi @martinpichlo You can use the `--accounts` parameter to the `backup` command. I.e. ```sh imap-backup backup [email protected] ``` Check out the full help for the command like this ```sh imap-backup...

Hi @ulrichwisser This error usually means that the mail **server** is responding with a non-standard encoding. Unfortunately, currently, there is nothing *automatic* that you can do to hide the error...