Anshul Sirur
Anshul Sirur
In order to copy/paste I would normally use highlight and then CTRL+C, CTRL+V.. but this doesn't seem to work for copying into the system clipboard. I have to highlight, then...
I'm passing `delete_previous_comments: true` in the parameters to my put step on this resource, along with `comment: my comment`. Check status is updated, the new comment gets added but the...
The current output format for `metadata.json` that gets populated on a `get` step is a list of maps: ```json [{"name": "item1", "value": "bla"}, {"name": "item2", "value": "foo"}, ...] ``` Instead,...
See the staticfile buildpack documentation: https://docs.cloudfoundry.org/buildpacks/staticfile/ - Replace the deprecated `buildpack:` option with `buildpacks:` in the generated PaaS `manifest.yml` - Remove the custom `nginx.conf` because support will soon be removed...
Hey, I've been testing steam on linux. This isn't a huge priority but just thought it was interesting to note. The issues I'm having are: - On first executing a...
#### Overview This adds a configuration option `enablePKCE` to the OIDC connector to send code challenge and verifier parameters as required for PKCE. #### What this PR does / why...