Python package installation failure inside a CircleCI pipeline
就像上次的github actions 上遇到的
原本跑得好好的 CI pipeline 又又又死掉了
Intro to Airflow - From Zero to Hero
3/16 有拍抗女神更精彩的分享,敬請期待
上週六感謝源來適你邀請我到社群線上分享 Airflow
好久沒有準備超過 10 分鐘的分享了 😱
遇到 Error: fatal: could not read Username for 'https://github.com': terminal prompts disabled 怎麼辦 😱
相信有在用 GitHub Actions 的大家應該都有用過 actions/checkout
最近某個平常跑得好好的 CI/CD pipeline 卻噴了這個錯誤
Error: fatal: could not read Username for 'https://github.com': terminal prompts disabled
TIL: 字串也是 JSON
之前在 review airflow PR 的時候問了一個蠢問題
May I know why is '"hello"' an valid json content?
更蠢的是這句英文還是錯的
應該要是 a valid json
Atomic Commits: An Easy & Proven Way to Manage & Automate Release Process
COSCUP 2023
隨著 commitizen v3 的發佈和今年辦在日本的 PyCon APAC
我一時被沖昏了頭
想說反正都要參加 PyCon APAC 了
就來投個稿,如果上了還可以上去講
Utterances - 用 GitHub Issues 當文章留言區
之前看到有人用 GitHub Issues 當部落格的留言區,一直讓我想從 Disqus 搬走
想了很久,終於在過年期間弄好了,弄起來比想像的簡單許多
DVC - Pipeline Versioning
We've versioned our data in the previous post. This article will demonstrate how we could define a data pipeline and version it through DVC.