Kevin Holmes

Results 11 comments of Kevin Holmes

@chipbuster The solution mentioned in #949 appears to no longer work due to [this](https://starship.rs/migrating-to-0.45.0/#prompt-order-has-been-replaced-by-a-root-level-format) change eliminating `prompt_order`? Updating to something like `format = ""` doesn't seem to disable all modules...

> How should I proceed? From what I can tell another issue should be opened to implement the ability to not load any modules in via specifying an empty `format`...

Yes please!

Hi there @AlekSi - I'll try and take a look at this in the next day or two.

Would you consider a PR to add in a `--token` flag to the CLI that accepts this parameter rather than an environment variable? Through this approach a user could configure...

Hey @dimabru, Yeah, that's my issue with using the env var solution, there's not really any support for that with the `docker_image` type in pre-commit. We can pass in extra...

I'll mock something up to see if we can get $TOKEN into the datree docker img that pre-commit runs. It's not something that I've run into in the documentation so...

> 4. Versioning should work as follows: > for x.x.x -> major.minor.patch > > * Every `feat!` should bump major version 1.0.0 -> 2.0.0 > * Every `feat` should bump...

@schollz Hey - I just saw this issue and was thinking it could be implemented using a GitHub [container repo](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) combined with GitHub Actions. I could write an action that...

> > /runnertmp/.env > > is there any documentation on this? how can we ensure this file exists? i'm using helm + terraform to deploy this on GKE... AFAIK, no....