Patrick St-Louis

Results 107 comments of Patrick St-Louis

I submitted PR #586 addressing the second task of this issue. After changing the order of the connection, I was able to successfully complete a mobile test with a combination...

I didn't test it with non-mobile backchannel myself. However the PR did test it as a check, *[here's the job details](https://github.com/hyperledger/aries-agent-test-harness/actions/runs/3340315711/jobs/5530275539)*.

I identified 3 issues with other backchannels: - Dotnet: Invitation timeout is too low, by the time the QR code displays, the step is already failed. - AFGO: Cannot build...

I've been prototyping a solution for this issue. As a PoC I've used 2 mobile wallets to test issuing credentials from 2 frameworks. The idea would be to run the...

For the summary page I will do a similar script to `gen_interop.sh` in python. Fetch the results and generate a markdown document. I will update when I have a version...

PyLd is a library from the authors of the json-ld specification, Digital Bazaar. It aims to be compliant with the specification by conformity with the [json-ld processor test-suite](https://json-ld.github.io/json-ld.org/test-suite/reports/). We updated...

@ff137 is the async pyld document loader sufficient for your use case?

pyld is core to a lot of the issuance/verification processes, something to keep in mind. Can you point me into the code where pyld is causing issues?

I think trying to change from `request` to `aiohttp` for the document loader is a good place to start and aligns with the rest of the code base

From the VC specification: ``` If the id property is present: The id property MUST express an identifier that others are expected to use when expressing statements about a specific...