Bob Tanner
Bob Tanner
Trying to get this collection working and I'm getting unmet dependencies. ``` $ ansible-galaxy collection install geerlingguy.php_roles Process install dependency map Starting collection install process Skipping 'geerlingguy.php_roles' as it is...
What to build just the virtualbox-iso for Windows 7 ``` $ packer build -only=virtualbox-iso -force windows_7.json virtualbox-iso output will be in this color. ``` Here is the output ``` ==>...
**Description** Unable to build Minideb for ARM64 foreign architecture. Maybe this is a documentation issue? Can I ARM64 Minideb be build **inside** an ARM64 Bullseye Docker image? **Steps to reproduce...
``` -- # file: vagrant.yml - hosts: testing remote_user: ansible vars: network_ether_interfaces: - device: eth0 bootproto: static address: 10.x.x.192 netmask: 255.255.255.0 gateway: 10.x.x.254 roles: - { role: network_interface, sudo: yes...
Using the [Webhooks simulator](https://developer.paypal.com/dashboard/webhooksSimulator) in 2023-Aug it looks like a events Content-type are application/json. This code will not work ```python # Avoid the RawPostDataException. See original issue for details: #...
I use pre-commit and this fixes some of the errors found by yamllint and ansible-lint. ```yaml - repo: https://github.com/adrienverge/yamllint.git rev: v1.27.1 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml]...
https://hub.docker.com/r/microsoft/vscode-devcontainers Click the "All tags" link mcr.microsoft.com/vscode/devcontainers/python (Details, History, All tags) https://mcr.microsoft.com/v2/vscode/devcontainers/python-3/tags/list The requested content does not exist. HttpStatusCode: 404 ErrorCode: WebContentNotFound RequestId : 377a1291-401e-0065-6f81-d0f9e9000000 TimeStamp : 2024-07-07T15:26:04.0601226Z
Not sure of this is a panic from deno or the Visual Studio Code Deno extension. Visual Studio Code 1.94.0 macOS 12.7.6 ``` sw_vers ProductName: macOS ProductVersion: 12.7.6 BuildVersion: 21H1320...
helpers.py:306 pp_string = self.signature + urlencode(pp_params) urlencodes all pp_params, including the notifyurl, but the PayPal [NVP developer documentation](https://developer.paypal.com/api/nvp-soap/do-direct-payment-nvp/) does not state the NOTIFYURL needs to be urlencoded. NOTIFYURL (Optional) Your...