Paul Adams

Results 5 issues of Paul Adams

the xAPI specification should be updated to use SHA2 algorithms, as SHA1 is no longer recommended. For organizations capturing xAPI statements containing personally identifiable information (PII) of customers, using SHA1...

Attempting the Docker tutorial on macOS Monterey 12.6.1 (21G217) on an Apple Silicon M1 Pro. Docker for Desktop is installed and functioning. Running `docker run --rm -it prakhar1989/static-site` fails with...

I have a partial that uses the local variable "form" instead of "f" which caused add_nested_fields_for to fail. Changing my partial to use "f" fixed the failure, but forces code...

Hi, I've written a JSON Schema for the V2 API (See [PR 43](https://github.com/samuel-pratt/bc-ferries-api/pull/43)). When I use it against JSON returned from the V2 end point it fails due to: -...

#### Overview This pull request introduces a JSON schema for the BC Ferries API V2. The schema is designed to validate the API response to enhance app data validation, improve...