遇到 Error: fatal: could not read Username for '': 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.
2020 發文頻率分析 - 如何在 pelican 頁面中嵌入 HTML
因為不想在文章裡面直接寫 HTML(主要是不想自己去調大小、風格什麼的)
我花了點時間研究要怎麼樣正確且優雅(?)的在 pelican 中嵌入 HTML