Shunsuke Maeda
Shunsuke Maeda
コア機能 = - directory を指定して docker コンテナ内でジョブを実行できる フィルター入れられるタイミング = - キューイング時 - タスク実行開始時 - ログ1行 - 成功時 - 失敗時 その他 - handler => clone
なんか微妙感ある。コア部分だけ別リポジトリにできるくらいなアーキに。
Maybe it needs an option `types` with `conversations.list`API . https://github.com/duck8823/Slack-RTM-Bot/blob/435f3fc31c8191af8799dae6097504259cbffb91/lib/Slack/RTM/Bot/Client.pm#L52 https://api.slack.com/methods/conversations.list#arg_types
> reproduce it with the old API as well (the failure) Hmmm... Are bot users invited to a private channel?
Hi Kyle, Slack::RTM::Bot use Real Time Messaging API that unsupported attachments ( https://api.slack.com/rtm#formatting_messages). The internal implementation needs to be changed to use the Web API.
Windowsでもforkを使うようにしたほうがいいと思う。