Webber Takken
Webber Takken
This would be very cool for Windows users, as the documented syntax for using environment variables does in fact not work in powershell or other Windows-based shells. The following snippet...
Grouping and flushing output is tracked in https://github.com/game-ci/cli/issues/12 Contributions are welcomed :)
I lost context. What is the status of this PR?
> inject know hosts from the outside without building custom images What you're suggesting should already be possible between parameters [`sshAgent`](https://game.ci/docs/github/builder#sshagent), [`gitPrivateToken`](https://game.ci/docs/github/builder#gitprivatetoken) and the homedir being mounted. > I can't...
Is this something you intend to finish or shall we close?
Closing as this went stale
Love this library! And just bumped into a use case for this, where I'd only want to show something in case of an error, when defining the toast for a...
To be honest, what's the point of having an empty toast message? Do we really expect many people to use it? Either way, we could keep that behaviour by passing...
@numpde good to know! Would replacing `null` with `''` work in your case?
@numpde Ah I assumed by "no success message" you meant just the toast with no text. My bad. Looking numpde's example, indeed it could make sense to just omit the...