Laguna

Results 16 comments of Laguna

@mdreizin can you review this please? :)

So do we not have the ability to view source files of a repo?

``` If the path matches a file, then the raw contents of the file are returned (unless the format=meta query parameter was provided, in which case a json document containing...

@Nikhil-Nandagopal The other two requests are for specific platforms, and I created this after the Hashicorp request because I think it would be better to support external providers in general....

@giacomocavalieri I think replace_first could be more appropriate as well. @GearsDatapacks The replace functions default to just one, and for whatever reason they chose to implement replace all in this...

@GearsDatapacks There were no tests for the regular replace versions, so I didn't add any. I can add them if needed! :)

There is one for `string` but not `string_builder`. Added a `replace_one` test for `string` under it's replace test, but both of those use the `string_builder.replace*` under the hood. Maybe that's...