Serge Gebhardt
Serge Gebhardt
- List of files sortable by size - Display date of last modification - Cache metadata locally, update periodically using eTag - Extract logTransport into separate library - Display periodic...
Move a single file for now, support globs and whole folders at a later point. For example: ``` % acdcli mv /Documents/Samples/sample.jpg /Documents/Pictures ```
Copy a single file for now, support globs and whole folders at a later point. For example: ``` % acdcli cp /Documents/Samples/sample.jpg /Documents/Pictures ```
Currently a native component must specify relevant compilation flags for all direct and transitive dependencies (especially library flags for the linker). It tightly couples the consuming module to its dependencies....
Previously it was only possible to send numeric values (types: `timer`, `gauge` and `counter`). This commit adds supports for a type `string` which accepts arbitrary strings. The identifier in a...