Andy Walker
Andy Walker
This is the same underlying cause as #114, namely that the value you're creating is a `*gabs.Container` and not a `map[string]interface{}`, so `S | Search | Path` does not know...
I am having a similar issue. I am unable to create any rules which match the output of the previous command, which makes some rules impossible.
I have actually run into this as well, and it plays havoc if you are attempting to do anything with networks or if you are giving containers names, which, unless...
@mdelapenya: This is of great interest to me in the short-term, since I have a [plan to migrate](https://github.com/apache/pulsar-client-go/pull/1076) the testing strategy of pulsar-client-go to use testcontainers, and I would love...
I am, and I can submit a PR when it all shakes out, but the testing needs of the official client involve a fair bit of setup with config file...
There's an existing PR for this: #28. If we could get a review of it, I would be pleased to address any issues to get this support in. Would be...
Just discovered this myself. Makes it pretty much useless for my case where I have one project root and a couple of files in other (infra) repos that reference it....
There's also the `io/fs` errors, which might be the better way to do this, depending on how universal the convention is. ```go // Open opens the named file. func (mfs...
I list the changes above, however, the main changes to the API are client creation and auth, which I intended on replacing with the stuff from `pulsar/auth` once I had...
If you're curious about the API and migration, I think you would find it rather easy, here are some snippets to give you an idea: ```go padminClient, err := pulsaradmin.NewClient(flagPulsarWebServiceURL,...