Samuel Cochran
Samuel Cochran
This is a terrible implementation of an interesting idea for discussion — what if we let folks run hook scripts on certain agent-level events, like heartbeats? Often users want to...
The [git mirrors experiment fetch/checkout process](https://github.com/buildkite/agent/blob/9c399b6e987da50d61452b61318dd1617261ea02/bootstrap/bootstrap.go#L1015-L1091) doesn't currently support commit-only fetch, like [the regular fetch/checkout process](https://github.com/buildkite/agent/blob/9c399b6e987da50d61452b61318dd1617261ea02/bootstrap/bootstrap.go#L1185). This is a great way to fetch only the commit under test as an...
Use GitHub pages to serve mailcatcher.me Also automate version updates on the website
Currently MailCatcher does not advertise 8bit compatiblity, and only supports ASCII encoded mail bodies. But most SMTP servers these days support 8bit transfer encodings, and presume utf-8, so the SMTP...
There have been several reports that plain text does not escape html entities etc correctly and so can show incorrect content. The problem was introduced by #97 and occasionally patched...
Have a button or something which toggles a "follow" mode which always displays the last received email?
Delivery
It would be nice if MailCatcher could on-send captured messages to their intended recipients, or a separately provided recipient.
It would be nice if MailCatcher had the option of persisting messages between restarts.
If a subscription for the same identifier already exists then it has already been or is being subscribed via the connection, so no need to re-subscribe. Without this change, a...
We load some records to place into the graphql context before running a query. I'd like to warm the graphql batch loader caches with these records. At the moment I'm...