Justin Chase
Justin Chase
Adding some activity!
Got it thanks.
I would propose an option on parse that would return not a basic record but a `YamlDocument` class object. Add onto the more complex object a full information about tokens....
I am also seeing this issue this morning. As of Friday the same pipeline was able to authenticate with OIDC in GitHub actions but this morning I'm seeing this issue....
Can you expand upon `${{ job.container.network }}` this seems to be unset for me I can't find docs on it.
I've been struggling with this for a while, lacking an exact recipe only to find that downgrading to `v0.19.0` seems to fix it. I'm not totally sure but it seems...
Actually I think its this line right here: https://github.com/dotnet/command-line-api/blob/main/src/System.CommandLine.Rendering/Terminal.cs#L50 The return type for `GetTerminal()` should probably be changed to be `ITerminal?`
You can reproduce this in any shell by redirecting the output, such as: ```sh example # ok echo "$(example)" # crash ```
I don't understand why you have to have a browser / non-browser version. Just remove summarizeFromUrl and then transpile it into es5 compatible code before packaging and that should do...
The way I do it is sort of the opposite and so it avoids this problem. Our workflow is more like this: 1. Merge PR 2. Draft release is created...