プログラム開発

python

【python】Slack APIのchat.postMessageでattachmentsを送る方法

attachmentsで送ると「invalid_attachments」BlockKitBuilderでattachmentsを作成し、chat.postMessageで送信したら上記のエラーが発生。textやblocksの時は送れたのに、...
homebrew

HomebrewでWarning(JPKIPKCS11関連lib)が出力

Homebrewインストール後の【homebrewdoctor】でWarninghomebrewインストールして、事前のチェックだけして使おうと思ったら警告が出た。Pleasenotethatthesewarningsarejustused...
node.js

【AWS:S3】5GB超ファイルコピー

node.jsでaws-sdkの「s3.copyObject」を使ってbucket内でコピーをしていたのだけど、ある時からエラーでコピーされていないことが発覚。INFO{InvalidRequest:Thespecifiedcopysour...