Cheng

Results 8 issues of Cheng

那个减号一样的 icon,让我感觉是要 删除 一个节点。 建议在 table.css 里加入一个 :hover 的 css。这样当鼠标 hover 的时候,按钮变成绿色的对号,减少误解。 ``` .deactivate_icon:hover { background-image: url('/images/New_ui/activate.svg'); } ```

features requset

I noticed that this gem failed to restart unicorn after I upgraded to v0.2.0, due to the missing of `app_path`. 0.2.0 ``` executing "if [ -e tmp/pids/unicorn.pid ] && kill...

I was having issue to have `cap deploy` to restart unicorn for a `preload_app`. The duplicated unicorn will fail do bind the socket. I found that the problem is gone...

![screen shot 2014-09-11 at 9 57 57 pm](https://cloud.githubusercontent.com/assets/861069/4234954/c4b649e2-39bb-11e4-973b-bd13656ece17.png)

### The bug I have a few large albumns with more than 32k items each, created by cli. I'm trying to delete them but failed to do so. See the...

bug

### The bug I have a album which immich reported has 6478 items, but when I click the Select All button, after a processing delay, the web UI shows about...

I'm in favor of nanoc, however I found that there are no offical tutorial on how to make a blog with nanoc. The tutorial which I found in Google is...