Ralph Schmieder

Results 8 comments of Ralph Schmieder

I am seeing very similar behavior w/ Connexion 2.13.0 and POST requests with `required: false` bodies. I couldn't make it work with `x-nullable: true` and my behavior is slightly different....

I did download Oracle's JRE `jre-8u341-linux-x64.tar.gz`, unpacked it in the directory where I have the .jar and the `trex-stateless-gui` script. Added the last three lines of this snippet (_JAVA_ to...

So I am running into a similar issue with the unknown value in `Get()` during `ModifyPlan` as indicated by @apparentlymart Schema: (stripped down a bit for readability): ```go Attributes: map[string]tfsdk.Attribute{...

To provide an additional data point: This is my working GPG configuration: ``` - name: Import GPG key id: import_gpg uses: crazy-max/[email protected] with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE...

I'm running into the exact same issue... I have a rather complicated, nested schema which I use both for resources and data sources. Basically, my provider deals with network topologies...

Thanks for looking into this -- I am currently on PTO and will try your proposed workaround when I am back.

Hey Brendan -- are you then using https://github.com/Akryum/vue-cli-plugin-apollo direct? I am in the same boat but ended up writing a plugin which works around this limitation but still using the...

I was wondering what the status of this PR is... since it's quite old and it apparently also has some merge conflicts by now. Also, the comment regarding the docker...