Jin Xu
Jin Xu
This PR contains three commits which together are intended to support log to a a specified file and filtering tests based on regex pattern given by user. commit 734a049e0b9662805273addcaa187e4ea98a4718 ```...
Currently, the usage of --two-way option is obvious. User can use it for both uploading and downloading notes. But there is no way for downloading notes only, either a obvious...
Currently, gnsync uses mtime of the local and server notes to decide whether to update server or local notes. The problem is that by comparing the mtimes, gnsync can only...
Add verbose option to print more information about the sync progress on user's console.
Is there any reason why the batching and cache manager are implemented inside llama? Those looks generic functionalities, and better not mixed with the llama code. It looks misleading that...
Hi I have a service started via docker-compose. It has multiple containers and a user defined network of type bridge. A strange issue appeared that the containers could not reach...