Banst

Results 37 issues of Banst

## Describe the bug Double quote `"` are not sanitized. ## To Reproduce **Steps** `tug branch` and pick an issue with `"` character in the title. **Expected behavior** Double quotes...

bug
need-investigation

**Is your feature request related to a problem? Please describe.** Turbogit rely on bare git workflow, enhancing it with some useful high level, highly opinionated commands. In that sense it...

enhancement

**Describe the solution you'd like** Same as #59 with GitHub provider related to #50

enhancement
good first issue

Hi there, Is it possible to use the context inside a stub ? It could be useful for use cases like this ```typescript import * as tmp from 'tmp-promise' import...

When applying a bundle containing a local module reference with a multi cluster runtime, only the first cluster passes. The second one always fails with this kind of error: ```trace...

bug
area/bundles

Currently a dry-run without a force will display something like that for immutable resources ```trace 2:20PM ERR i:object-name> Deployment/namesapce/my-app immutable (server dry run) ``` However it will exit with status...

Currently in order to push / pull an image from Google Artifact Registry, we have to use [GoogleCloudPlatform/docker-credential-gcr](https://github.com/GoogleCloudPlatform/docker-credential-gcr) to generate the proper `~/.docker/config.json`. It works but there's a simpler UX...

I add to skip a lot of tests related to `io/fs`, especially tighten to Context. I currently do not have any Windows machine available so if someone wants to tackle...

good first issue
help wanted

```go type tools []string func (t *tools) BeforeResolve() error { fmt.Println("Hook") return nil } type Tool struct { Tools tools `arg:"" optional:"" help:"Filename of the tool to get information about....