Andy Walker
Andy Walker
It would be super handy to be able to match on quoted strings for certain use-cases, but I cannot get this to work at all. Any ideas?
This PR addresses support for cumulative environment modification with .env files as well as OS environment variable expansion in commands and the `indir` directive.
Here's a first pass at modernizing the repo a little. Moves JSON file to using go embed, move to modules from dep, move to github actions from werker, etc. ~Probably...
Master Issue: #1075 ### Motivation This PR represents the changes first proposed by me on #streamnative/pulsar-admin-go#40 and #streamnative/pulsar-admin-go#39 squashed and replayed on top of master after #1079 landed. ### Modifications...
### Motivation Instead of building a customized container, test using base image and testcontainers-go. This enables manual individual test execution, and will only create the integration container if tests are...
**Is your feature request related to a problem? Please describe.** `pulsar/log.Logger` is a pain to use since it is an interface that returns package types, thus coupling any implementation to...
`pulsar-shell` is pretty cool and with a little work, pulsarctl could do it too, along with better autocomplete. I experimented with a preliminary implementation using [cobra-shell](https://github.com/brianstrauch/cobra-shell), and the result was...
I'm attempting to use the package to create a quick reference sheet with several columns and headings interspersed with source code. The issue I've been having is that the rendering...
I am in the very early stages of building my own layout plugin for d2 and everything works mostly well, however I am forced to use build tags in order...
would fix: #1752