Ming Tsay
Ming Tsay
issue opened: #226, #227, #228, #229, #230, #231, #232
其實 Peter 後面說的「我想也許可以放在 base repo 的 `autoupdate/update.sh` 裡面,配合 `git-received.php` 在 `auto update` 的時候執行?」就是跟你說的「當有人下 `git push` 時,順便執行 `grunt sitemap`」是同一回事哦! On 2015年3月29日週日 3:19 wildsky [email protected] wrote: > (手機鍵盤果然沒辦法打那個符號… 對 markdown 的小無奈… >...
那要記得停用以前的 sitemap 機制,怕蓋掉新產生的檔案? On 2015年4月6日週一 18:28 Irvin [email protected] wrote: > 就不用管以前的作法,改到機器上跑 grunt sitemap 啦? > > Peter Chen [email protected] 於 2015年4月6日 星期一寫道: > > > 挖到以前的做法了,每週一早上 0 點會執行 /usr/bin/google-sitemapgen >...
@irvin 我有說可以丟截圖,她說她不知道要丟什麼截圖,所以就沒有放上來了。 下圖是我用以下的 CSS 塞上去的: ``` #header h1 a { background-size: 245px 65px; background-position: 16px 5px; background-image: url(data:image/png;base64,…); } ```
👍 2015年7月2日(木) 13:08 Irvin [email protected]: > 說明「本版本已終止開發,下載最新版 Firefox 請至 Firefox 正體中文版 http://moztw.org/firefox 頁面」 > > — > Reply to this email directly or view it on GitHub > https://github.com/moztw/www.moztw.org/issues/262.
怪了,我記得不用裝 PHP 才對,我這幾天 dig in 找看看是什麼造成的
目前實測乾淨環境 debian 裝 node `v18.3.0` 跟 npm `v8.11.0` 沒這個問題 可能是 cache 沒有清乾淨或其他問題(需要更多資訊) 另外我送了 #696 新增 `docker-compose.yml` 檔案 如果真的用 Node.JS 不能正常跑的話,還可以用 docker 解決
Confirm that the issue is a bug here: https://github.com/nategood/commando/blob/ba476a3928dcecfb257f9daf7d965a3abe53b6bd/src/Commando/Util/Terminal.php#L53 And this should be solved with the following patch: ```PATCH diff --git a/src/Commando/Util/Terminal.php b/src/Commando/Util/Terminal.php index ff49888..5b252d8 100644 --- a/src/Commando/Util/Terminal.php +++ b/src/Commando/Util/Terminal.php...
Force pushed to catch up the latest code in tocas4 branch. It is ready to merge again. 😄
should use GitHub Actions instead. Run `git apply` and paste the following code into your terminal to create the workflow file. ~~~diff diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml new file mode 100644...