Carlos Alberto Costa Beppler
Carlos Alberto Costa Beppler
It would be awesome if there are a option to revoke certificates com the cli. It should operate like delhost, but run the certificate revoke before delete files.
Today the rule for hidden files have precedence over the one for directories. This pull request allows to have a color for hidden directories.
Today the rule for hidden files have precedence over the one for directories. This pull request allows to have a color for hidden directories.
Add support to load documents from byte arrays. We have to deal with some xhtml documents that have processing instructions on the beginning like the following one: ```xhtml ``` These...
Hi, is it possible to use one variable inside the json path expression? For xample, I want to change from: ``` @page_id = 301794480610409 @page_access_token = {{user_pages.response.body.$.data[?(@.id=='301794480610409')].access_token}} ``` To: ```...
If I try to set `jclouds.provider` to `filesystem` the following warning is shown: ``` [s3proxy] W 04-15 03:42:15.285 main org.gaul.s3proxy.Main:129 |::] filesystem storage backend deprecated -- please use filesystem-nio2 instead...