Davide Bizzarri
Davide Bizzarri
### Summary I'm trying to build a sample app using `podman` following this tutorial: https://buildpacks.io/docs/app-developer-guide/building-on-podman/, but it fails with the following error: ``` ERROR: failed to build: executing lifecycle. This...
When trying to debug this remote file: [Manager.pm.txt](https://github.com/Camelcade/Perl5-IDEA-Debugger/files/578922/Manager.pm.txt) the debugger return this file: [Manager.out.txt](https://github.com/Camelcade/Perl5-IDEA-Debugger/files/578917/Manager.out.txt) In the output file a lot of line are missing and for this reason breakpoints and...
I would like to create packages with `config.kubernetes.io/apply-time-mutation` that are independent of the namespace they are going to be deployed in. Example: Given this configuration: ``` apiVersion: v1 kind: ConfigMap...
**Version of Azure Service Operator** `mcr.microsoft.com/k8s/azureserviceoperator:v2.2.0` **Describe the bug** I'm trying to create the following managed cluster agent pool: ``` apiVersion: containerservice.azure.com/v1api20230201 kind: ManagedClustersAgentPool metadata: name: highmem namespace: default annotations:...
Hi, I would like to ignore the errors in SpnegoAuthenticationProcessingFilter with an additional option like in BasicAuthenticationFilter. This because I have a client witch is connected to another domain and...
It would be nice if it could be possible to do something like this: ```ts new TestxServer(path.resolve(__dirname, 'schema.graphql')) ``` but because both the model definition and the file path are...
Custom resolvers are defenitly a must-have from graphql-testsx, but the way in which we could implement them is still an open question. What we should have is the possibility to...
Currently, the controller is capable of managing only one server, in my opinion, the controller should be able to manage multiple servers so that we will not have to start...
Graphback 0.10.0-rc2 is not generating the resolvers for the relationships, therefore relationships are also broken in testx https://github.com/aerogear/graphback/issues/520
While haproxy is capable of reloading the configuration without restarting the pod, which is great, for some use cases it's still easier to restart the pod and have an immediate...