GFHuang
GFHuang
I had set `CLOUDFLARE_API_TOKEN` in `docker-compose.yml`, but it seems not detect it.

I use `SourceTree` to manage my repo, after `git-crypt init` and modify the `gitattributes` to crypt my project main folders(hundreds files), I open `SourceTree` to see what changed, this time...
in ``` objective-c - (void)panGestureRecognized:(UIPanGestureRecognizer *)recognizer { // ... if (recognizer.state == UIGestureRecognizerStateChanged) { // ... if (!self.bouncesHorizontally && self.visible) { // self.visible is "NO" when first pan(keep finger drap...
Sometime we don't need auto fallback in UDP query, just simple respond the `Truncated` response. Now, if we don't set the fallback, it will always throw an exception by `NullRequestResolver`....