aRustyDev

Results 11 issues of aRustyDev

## Feature Request **Disclaimer** : FNG here, very likely that I'm missing some already defined resource. ### The Problem I am trying to use Terraform to automated and document my...

kind/feature

### Description Relates OR Closes #0000 ### Checklist - [ ] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [ ] Acceptance tests where run against all supported Vault Versions...

documentation
size/XS

### Documentation Link https://registry.terraform.io/providers/hashicorp/vault/latest/docs/data-sources/auth_backends ### Description The Example has one of its examples out of the backticks or is missing the backticks at the end ### References _No response_ ###...

documentation

Please search the existing issues for relevant feature requests, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing requests. #### Community Note Please vote on this issue by...

enhancement

### Description I'm in the process of trying to convince my organization to begin adopting Memphis. But some of the features still seem to be in development, one of the...

Feature Request
💟 Community involvement

I am trying to implement `git submodule update --force --checkout ` and can't seem to do this as one action with `.Pull(&git.PullOptions{})`, I think it may be possible with `.Checkout(&git.CheckoutOptions{})`,...

stale

I am trying to implement `git -C config core.sparseCheckout true`, but can't seem to figure out how to do it. This may just be my own misunderstanding, but it seems...

stale

Its not clear how exactly to go about `git submodule add ` I can't tell if this isn't possible, or if the implementation method is just assumed? Either way it'd...

stale

So I'm trying to figure out how to configure the passbolt browser extension to use my self-hosted server rather than the Passbolt SaaS offering. But I can't find the place...

### What I did In trying to get this project up and running I followed the READMEs instructions. While I'm admittedly a complete Bazel noob, I am pretty sure theres...