Gea-Suan Lin

Results 8 comments of Gea-Suan Lin

提個建議看看,是不是有機會針對搜尋引擎與知名的 social network 的結果先處理?(e.g. google, duckduckgo, yahoo, bing, ... for search engines, and facebook, twitter, plurk, ... for social networks) 這些管道算是一般人很容易接觸到的,如果可以先處理的話好像對於 ux 是個不錯的方案?

亂測一通發現進設定頁 reset 後就好了,給有遇到的朋友參考看看...

okay,剛剛又發生了,想到個 workaround 先讓使用者可以手動 reset? * 當 Web Blacklists 有值 (url),但 Loaded Blacklist 沒有值時 (empty string),可以給出一些提示訊息。 看覺得這樣如何?

Not sure if my PPA helps you (I am not sure if Mint can install PPAs or not): * https://launchpad.net/~gslin/+archive/ubuntu/jless

I have built a PPA repository for Ubuntu so you can use `apt` to install it (only binary): * https://launchpad.net/~gslin/+archive/ubuntu/jless

Usually adding `-s` can solve this issue, from rsync manpage: > If you specify "--chown=foo:bar", this is exactly the same as specifying "--usermap=:foo --groupmap=:bar", only easier. If your shell complains...

I guess you're running the docker command with volume settings like `-v /somewhere/huginn-mysql:/var/lib/mysql`, just like the official guide from https://hub.docker.com/r/huginn/huginn/. The root cause looks like mysqld is running with `default`...

Although it's already mentioned in documents, I would like to share some ideas for clearer logic. In this case I use `watch()` to watch whether `status` is updated, and I...