Mustafa Sadedil
Mustafa Sadedil
Hi, I want to format differrently substring of the text in one operation box (please see image attached) Is it possible or could you suggest any hack? 
First I wanted to say, this is a great time-saver library. Thank you. I ❤ Refit. **Is your feature request related to a problem? Please describe.** I need to send...
Currentl `kvit push` operation sends all data in the current directory to consul server. I think I should use more smart logic.
**For `fetch`** - If key not exists on server, but exists on local directory, then delete from local directory **For `push`** - If key not exists on local directory, but...
If your local directory is not having fresh copy of server's values, we can check this with `ModifyIndex` parameter, and ask user to force push My plan is: - Write...