Gaëtan Lehmann
Gaëtan Lehmann
namely: typeOf dir toJson hasPrefix trunc wrap untitle regexReplaceAll genSignedCert hasKey clean floor uuidv4 compact date_in_zone tuple date_modify first toPrettyJson sha1sum untilStep splitList pick genPrivateKey slice quote ago date b32enc...
this is restricted to boolean claims. Note: the code is not ready to merge - it is rather a way to open a discussion on this kind of feature and...
this is especially useful when working with github's hub (https://github.com/github/hub), to submit a pull request: git clone [email protected]:kennethreitz/legit.git git checkout -b my_branch # code git commit -am "my changes" git...
I'm quite sure you won't like the mix of standard and variadic arguments at various positions (I wouldn't). This is a first try, to be able to discuss how to...
**What steps did you take and what happened** I'm trying to use buildkit-cli-for-kubectl with kind, but ufortunately the image is not available after the build. I've used: ~~~ kind create...
color the status in yellow or red, depending on the severity no color is used for normal status, like Running. Green is not used in order to avoid the confusion...
Buidlkit is able to use a S3 bucket to store its cache. It would be nice to expose that feature in earthly as well. My usecase is quite simple: I...
`SAVE ARTIFACT AS LOCAL` in a `FINALLY` block saves in the wrong directory in case of `RUN` failure
**What went wrong?** in a project with a `test` subdirectory with an Earthfile like this: ~~~Earthfile VERSION --try 0.7 test: FROM alpine TRY RUN touch foo RUN false FINALLY SAVE...
this makes the behavior more consistent with the system language and would help the executable run in a docker container to produce a colored output.
Any chance to see git-annex-remote-hubic land in PyPI? It works very well for me, and I'd love to be able to install it with just `pip3 install git-annex-remote-hubic`!