-
Python 3.7.4
vcd-cli 22.0.0
pyvcloud 20.1.1.dev26
Trying to create a vApp from a template, the following error is observed.
fatal: [localhost]: FAILED! => {"changed": false, "module_stderr": "…
-
# Context
In the application we adopted Sagas to manage our side effects. We've tried to use this excellent library to improve our test readability of our tests and that the ordering of the yields…
-
This is the error I get when I try to compile icmptunnel on OS X Capitain.
```
icmptunnel git:(master) make
gcc -c -o icmptunnel.o icmptunnel.c -I.
gcc -c -o icmp.o icmp.c -I.
icmp.c:22:29: warning: …
-
Hey! I'm trying to upload a large file (let's say 5GB) through contents API.
The problem I'm facing is that as the API endpoint only accepts a JSON payload with a `"content": string` key, it is pr…
-
Hey @cudeso I note that this solution logs request and response payload messages into a text file currently, my question is, should the Azure Function implement a logging class that logs messages to e…
-
With `-v true`, it prints something like:
```
{"headerdata":"X","signature":"Y","entityauthdata":{"scheme":"PSK","authdata":{"identity":"I"}}}{"headerdata":"X","signature":"Y","entityauthdata":{"sche…
-
GitHub allows an API for reporting on deployments.
- https://docs.github.com/en/rest/deployments/deployments?apiVersion=2022-11-28
- https://docs.github.com/en/webhooks/webhook-events-and-payloads#d…
-
If I pass an event with `body` key to the PostAgent, which has `body` key in the `payload`, then that key is being overwritten with the value from the event.
My PostAgent code:
```
{
"post_url": "…
-
Updating binjr directly from within the application (i.e. checking for a new version, downloading the payload, verifying payload signature, stopping the app and swapping the old version for a new one)…
-
First of all, many thanks for packaging this as a HACS integration - I've been wanting to try out the original project for a while but hasn't got round to it until you made it easier to deploy.
So…