Dom Delnano
Dom Delnano
A common issue is that a panic can prevent the test suite from gracefully tearing things down. This means that a subsequent test run will fail (because the `TestMain` teardown...
While adding support for the cloud config data source, I realized that the `GetCloudConfig` method returns `nil, nil` in the case that the cloud config is not found. This api...
Currently if you import a VM, the `template` attribute will always be an empty string, however, this is a required parameter for the resource. This creates a problem where specifying...
I've been recently sponsored to work on a terraform provider that integrates with Xenorchestra (and XCP-ng / xenserver). Part of the vision for that work is also strengthening other complementary...
This PR will complete the initial support of #407 and is a refresh of an earlier proof of concept change (https://github.com/pixie-io/pixie/pull/463). The goal is to provide an extensible way for...
**Is your feature request related to a problem? Please describe.** In #569 I've expanded Pixie's TLS tracing to include binaries with statically linked BoringSSL. At this time it only works...
**Is your feature request related to a problem? Please describe.** While netty TLS tracing isn't supported yet, the functionality added in #407 won't achieve Pixie's goal of 'automatic instrumentation'. This...
## Todo - [x] Encode / decode `transaction.Transaction.Request.Headers` and `transaction.Transaction.Real.Headers` as `map[string][]string` instead of `map[string]interface{}` - [ ] Fix gob encoding errors that think it is still `map[string]interface{}` The intent...