Kelvin Hu

Results 4 issues of Kelvin Hu

Implement the newly added `Name` trait for well-known wrapper types, e.g. `google.protobuf.Empty`.

When there are too many posts, the blog index page will be very long, consider to implement pagination feature.

feature request

If there are two many tags, the tag index page will be very long, consider to design a better tag index page.

feature request

1. Mutex是直接`new MutexHandle()`出来的,似乎没办法和别的进程共享 2. 如果是基于`fork`的方式,似乎也没有设置`PTHREAD_PROCESS_SHARED` 这会不会导致在Unix下,`lock/unlock`语义在不同进程间不能工作?

bug