Lucas O'Neil
Lucas O'Neil
### Describe the feature you would like to see added The Toast component requires us to write full definition of attributes each time we want to add one in the...
## Environment Please provide as many details as you can: - Hosting type - [] Form.io - [x] Local deployment - Version: 4.14.8 - Formio.js version: 4.14.8 - Frontend framework:...
From discussion in comments here https://github.com/hyperledger/aries-cloudagent-python/issues/2583 Think this is a minor thing, or is intended behaviour so can discard issue if it's not something to be dealt with. When you...
We (Sherman) have implemented a plugin in Traction that simply allows an update to a connections alias. https://github.com/bcgov/traction/tree/main/plugins/connection_update Why such a simple, single-use plugin? 1. had a requirement for it...
This was an idea from some discussion with Kim about VCAuthn use cases where someone might need to be running a verifier on a tablet or phone or other android/ios...
The dependabot security fix here https://github.com/bcgov/vc-authn-oidc/pull/412 should go in soon, but that has a conflict with the older version of Pydantic used. Can see that in the test GHA step...
Documents from the oidccontroller.auth_session collection are fetched by `pres_exch_id` and there are no indexes for that presently. This could affect performance of VCAuthn, especially with the considerations here https://github.com/bcgov/vc-authn-oidc/issues/424 There...
For each presentation request that is created an auth_session document is created in the Mongo store. As the page is left open, the refresh of expired requests creates a new...
Adding notes on some additional troubleshooting docs that can possibly be added from trying out steps here https://github.com/bcgov/traction/tree/main/demo/plugins/rpc **Issue with .venv** On startup of the devcontainer on my machine it...