Kent Gruber
Kent Gruber
It would probably be a good idea to use [managed instance groups](https://cloud.google.com/compute/docs/instance-groups#managed_instance_groups) for Nomad server and client deployments in the future with the [`compute_instance_group_manager`](https://www.terraform.io/docs/providers/google/r/compute_instance_group_manager.html) Terraform resource. [GoogleCloudPlatform/terraform-google-managed-instance-group](https://github.com/GoogleCloudPlatform/terraform-google-managed-instance-group) looks like a...
## Eval details ๐ ### Eval name decrypt-vigenere-cipher ### Eval description Test the models ability to decrypt with the [Vigenรจre cipher](https://en.wikipedia.org/wiki/Vigen%C3%A8re_cipher). ### What makes this a useful eval? By testing...
At this time, the `lockfile` package's external functions only accept a path name, so it [expects a file to be available on disk](https://github.com/google/osv-scanner/issues/95#issuecomment-1364364700). For my use case, this isn't always...
This PR aims to fix #260 and #82 by adding an option to disable auto email `mailto:` links.
Similar to #82, Go modules are incorrectly rendered as `mailto` links. Given a module like ` golang.org/x/[email protected]`, it is rendered as: ```console golang.org/x/[email protected] mailto:golang.org/x/[email protected] ``` It'd be nice if there...
While investigating the following syntax: ```hcl example "something arbitrary" { result = repository.file("main.go").example } ``` I ran into the following error parsing it: ```console Error: Missing newline after argument on...
###### Magic There's a little bit of parsing logic that goes on under the hood. ###### Extracting for More Modules It'd be cool to extract out that logic into it's...
Probably best to keep all of the projects that can be built with `iptablez` separate from the library/API itself, ya' know? ## ๐ iptablez-shell So this will be its own...
This isn't a feature I've used before, but could be nice to support for those that do: * https://hunter.io/api/v2/docs#leads * https://hunter.io/api/v2/docs#leads-lists
I absolutely ***love*** cobra. ๐ However, I think that the command-line interface for subfinder would be much simpler, for our case, if we didn't use it. ### Example We would...