Arthur

Results 20 comments of Arthur

I've started work on git tag support, but there still is some testing and debugging to be done before it is PR worthy let say ;-) But I'm running into...

quick update on where I'm at: - tags are now annotated & get the pipeline, job and build name in the message. - the whole test suite for git is...

Agreed, I've implemented it as a two step process now & fully tested it. I'll make a PR of it in a sec. On a side note: I'm pretty sure...

sorry, i've been on vacation for a few weeks :) I've made some progress, but also discovered this approach won't work for my companies needs. So I can't give it...

@erickt @willejs Yeah, sorry, I can't finish this. I have no way of testing/using it at the moment and haven't even looked at go code in over a year ;)...

FYI: If you put the minimum healthy to 0% & max to 100%; i.e stop everything before starting new instances, your service is unreachable for several minutes due to negative...

I ran into this issue while trying to test things with vault. Change in the PR fixed it, except for a small syntax issue in the values.yml, (endif) made a...

Running into this same issue still on Safari, even the documentation examples don't work...

I've attempted a fix in my fork, basically just setting the previous schema before the regular tasks. It seems to work, but I'm not clear on the use case for...

I would find it really useful if i could do something like this `claude --continue --session-name $(git branch)` and it would either start a new session OR continue the latest...