Luke Carrier

Results 16 comments of Luke Carrier

DocBlox recently folded into good old phpDocumentor too, if you're still seeking the right tool for the job: http://www.phpdoc.org/

Also worth noting that since the output type is `map(string)` the current implementation silently fails for deeply nested structures, which wouldn't be an issue with Terraform's own `jsondecode()`. Given this...

I've rebased @axelfauvel's work on top of the style changes: https://github.com/LukeCarrier/dynomite/tree/redis-auth

Hey @beddari, thanks for reaching out. I'll admit upfront that I'm uncomfortable with writing directly into the source directory (at least by default -- I'm open to an option for...

@beddari yep, I totally understand the concern here. It's something we're starting to notice in our builds at work, too. I'm still wary of checking generated content into repositories, and...

> Could you not define the primary and secondary DB as resources in the Helm chart using the ASO CRDs? Then when Helm uninstall runs it will naturally delete the...

See also #1452

@mgkuhn Josh is right -- Microsoft support is a byzantine labrynth that is simply not accessible to and ill equipped to serve customers who aren't thousands-strong enterprises. #1322 has gone...

Should the cache directory be architecture specific to avoid collisions? I'm running on macOS and have two Homebrew installations (`/opt/homebrew` for arm64 and `/usr/local/homebrew` for amd64) for some projects which...