罗泽轩
罗泽轩
It is common to use `bit(1)` type field to represent boolean type in the schema. Currently, `0` in `bit(1)` type is shown as `^@` and `1` is shown as `^A`...
@tfendin suggests that we can switch the default branch of this repo from master to main: https://github.com/tj/git-extras/pull/946#issuecomment-1003358562 @tj @hemanth What do you think about this?
DON'T BE PANIC! I am still maintaining the project and will continue to do so in a few years. But I will spend more time in both work and family...
Currently we are using ronn to convert markdown docs to man pages and html files. Ronn is not longer maintained so we want to use ronn-ng instead. There are two...
According to https://discourse.drone.io/t/github-claims-that-merge-refs-are-undocumented-feature/1100 The /merge refs are created only to check the mergeability. If a branch is already merged, the ref will be deleted. If no one visits the pull...
Since now we fetch HTTP headers as a map, do we need a num_headers argument?
When using request_uri with the response contains trailer, we always find "unread data in buffer" error because trailers are not read before set_keepalive. Signed-off-by: spacewander
This change improves the user experience.
I just give a quite look to this library. This circuit breaker is mighty simple (compared with a Hystrix-like implementation) but still powerful. However, I have a question about the...