Charles Swanberg

Results 27 comments of Charles Swanberg

This is the script I came up with. Posting it here to help others... ``` #!/usr/bin/env bash set -e if [ "$(id -u)" -ne 0 ]; then echo -e 'Script...

Thanks @tiagovtristao. I do appreciate this project and your efforts. I have referred to this PR as "my edge case", but I was kind of down playing this just because...

I almost forgot this myself, without the curl follow feature in this PR, the private GitHub functionality doesn't work at all. I'm now in the middle of figuring out how...

> Something like that might work. Not sure if you're open to this, but we use this [semantic-release library](https://github.com/marketplace/actions/action-for-semantic-release) extensively. I always configure prerelease branches using dev/* and feature/* wildcard....

@Tatskaari I am using this as we speak and it does work. You are right that the hash isn't predictable and I have to supply a strip prefix to correctly...

I think if the team maintaining please will not merge this, it would be nice to officially close so that OUR team can react to the bad news. This just...

@Tatskaari, I spent time reviewing the changes that remove `curl` and clearly this PR makes no sense any more. With the underlying improvements to remote file, it's much easier for...

Unfortunately it seems I'm stuck with this again as I intermittently have a build dead lock, similar to what is described here: https://github.com/thought-machine/please/issues/1378. I've tried using preloadbuilddefs and still see...

What about a "desk switch" command. I'm used to doing that with homebrew to switch package versions.