AshesITR

Results 344 comments of AshesITR

Here's the relevant output of the MWE: ![grafik](https://user-images.githubusercontent.com/2363178/72683446-beb2f400-3ad7-11ea-8a4c-00d955d553cd.png)

@rich-iannone are you still working on this? IINM, changes are necessary in the functions `generate_rfc2822`, `smtp_send` and `send_by_mailgun`. I could help out with a PR if you're interested. Mailgun has...

I suggest to add an argument to quietly instead and make it work like `quietly(stop)("a")` stops `quietly(stop, NULL)("a")` returns ```r list( result = NULL, output = "", messages = character(0),...

I'm slightly leaning toward `{}` because it looks less like there is something missing, and it visually groups the `{}` closer together.

Ubuntu on 3.2 fails with > Error in loadNamespace(j

Hello lionel, thanks for your feedback. Are there issues I can help work on for this step? I'd really love to have fast map_*_matrix functions available as I see many...

A more compact purrr solution to the described problem would be ```r map2_dbl(head(input, -1L), tail(input, -1L), sum) ```

Sounds good, but the argument name doesn't ring with me. Maybe `always_force = FALSE`?

Why? `lintr::lint(text = ...)` works fine, no? Also `lintr::lint("does_not_exist.R")` would no longer error with file not found.

Maybe we should deprecate the use of `"\n"` in `filename` for the next release, pointing to `text=`?