- For the purpose of developing Aries digital identity agent
- At least one green test suite as a starting point
- Facilated cloud development on faster server machines with better network
- Shared development resources (prebuilt containers)
aries-agent-test-harness $ git rev-parse HEAD 93e39a53d314e7567f6505356a0ce61750a52509
error:
13.94 Collecting prompt_toolkit~=2.0.9
13.95 Downloading prompt_toolkit-2.0.9-py3-none-any.whl (337 kB)
13.96 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 337.8/337.8 kB 36.0 MB/s eta 0:00:00
from https://github.com/hyperledger/aries-agent-test-harness/
https://aries-interop.info/ indicates 100% pass for acapy vs acapy
However I've not been able to elicit a 100% successful run
Example given in the README.md is:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"boxes": [ | |
{ | |
"box": { | |
"topX": 323, | |
"topY": 267, | |
"bottomX": 439, | |
"bottomY": 371 | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@rngadam ➜ /workspaces/github-workflows (main) $ pip install yamllint | |
Collecting yamllint | |
Downloading yamllint-1.33.0-py3-none-any.whl.metadata (4.2 kB) | |
Collecting pathspec>=0.5.3 (from yamllint) | |
Downloading pathspec-0.11.2-py3-none-any.whl.metadata (19 kB) | |
Requirement already satisfied: pyyaml in /home/codespace/.local/lib/python3.10/site-packages (from yamllint) (6.0.1) | |
Downloading yamllint-1.33.0-py3-none-any.whl (65 kB) | |
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/65.4 kB 2.2 MB/s eta 0:00:00 | |
Downloading pathspec-0.11.2-py3-none-any.whl (29 kB) | |
Installing collected packages: pathspec, yamllint |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|name |setting |short_desc | | |
|-------------------------------------|--------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------| | |
|DateStyle |ISO, MDY |Sets the display format for date and time values. | | |
|IntervalStyle |postgres |Sets the display format for interval values. | | |
|TimeZone |America/Toronto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Taken from: | |
# https://hbfs.wordpress.com/2014/09/30/a-quick-primer-on-graphviz/ | |
digraph g { | |
layout=fdp # Specify used layout engine | |
bgcolor="#ffffff00" | |
overlap=scale | |
start=2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sources pour des fils RSS québécois, francophone et d'intérêt public: | |
* http://www.assnat.qc.ca/fr/fils-rss | |
* https://www.lesaffaires.com/page/rss | |
* https://www.quebec.ca/nouvelles | |
* http://culturenumerique.mcc.gouv.qc.ca/fils-rss/ | |
D'intérêt régionaux: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# tasks file for ansible-dravedev-developers-ssh | |
- name: Set up multiple authorized keys | |
become: yes | |
become_user: "{{generic_user}}" | |
tags: | |
- public_keys | |
authorized_key: | |
user: "{{generic_user}}" | |
state: present |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="git+https://github.com/Esmartdriver/esmart-android-util.git@master#egg=esmart-android-util">esmart-android-util</a> | |
<a href="git+https://github.com/Esmartdriver/esmart-android-protobuf.git@wip/ajasmin-merge19,20#egg=esmart-android-protobuf">esmart-android-protobuf</a> |