Jonas-Taha El Sesiy
Jonas-Taha El Sesiy
Hi maintainers, migrating an existing Storm project that relies on [storm-eventhubs](https://github.com/apache/storm/tree/master/external/storm-eventhubs) to use the Streamlet API fails as the interfaces (i.e. `IRichBolt`, `IRichSpout`, etc.) are not compatible. It would be...
Pulumi runs initiated by the operator are visualized in the Pulumi Console with two unexpected properties. 1. The commit sha is always depicted as being dirty (indicating local changes were...
Today there are multiple azure providers available in pulumi: `pulumi-azure`, `pulumi-azure-nextgen`, `pulumi-azuread`. While configuration for all of them is automatically picked up when using environment variables such `ARM_TENANT_ID`, setting the...
Azure resources are uniquely identifiable by following this naming schema: `/subscriptions//resourceGroups//resource` However, in a quick test the following resource id has been recorded when created via Pulumi: `/subscriptions/xx/resourcegroups/xxx/providers/Microsoft.ManagedIdentity/userAssignedIdentities/xx` The difference...
It would be great if the user could just `kubectl view-secret ` to get a list of secrets as completion suggestions. Depends on https://github.com/kubernetes/kubernetes/issues/74178
### Expected Behavior Spinning up a Receiver allows me to specify a lot more opts than it's currently available using the EPH. e.g. I'd be really interested in using the...
According to the example I created a sample project in swift targeting iOS 8.1 but it didn't work out as expected. I couldn't get the sample control to be visible...
Hi guys, first of all: awesome work! I was just playing around with the repository in a swift project but couldn't get it to work with my current podfile since...
Three instances of `fatalError()` are thrown in your project which is too drastic for the actual issues that could cause this exception. In your case it's `createURL`, `generateSignature` or missing...
Generates a test file from the GHA workflow that gets signed in the e2e test similar to image signing #### What type of PR is this? /kind cleanup #### Which...