Clécio Varjão
Clécio Varjão
In order to process connection-less proof request and wait for the underline message to be processed, it would be helpful if [MessageReceiver.receiveMessage](https://github.com/hyperledger/aries-framework-javascript/blob/245223acbc6f50de418b310025665e5c1316f1af/packages/core/src/agent/MessageReceiver.ts#L68) returns the underline `InboundMessageContext`. Notice that [Agent.receiveMessage](https://github.com/hyperledger/aries-framework-javascript/blob/245223acbc6f50de418b310025665e5c1316f1af/packages/core/src/agent/Agent.ts#L256) already...
> path: (do not delete) https://github.com/bcgov/BC-Policy-Framework-For-GitHub/blob/master/README.md > (do not delete) devhub page: https://developer.gov.bc.ca/Beginner-Guide-to-Developing-on-the-Platform/BC-Gov-Policy-Framework-For-using-GitHub ## Devhub Content Issue Broken links: |Error|URL|Anchor Text|Linked From| |--- |--- |--- |--- | |404 Not Found|https://github.com/BC-Open-Source-Development-Employee-Guide/README.md|Employee...
As per Twelve-Factor App methodology, switch to "Explicitly declare and isolate dependencies" to "declares all dependencies, completely and exactly, via a dependency declaration manifest"
[react-native-keychain](https://github.com/oblador/react-native-keychain) has a a requirement for SDK 32 as minimum What are the implications? Can we still support older Android devices?
From curent version: `0.66.1`
When a user is presented with proof request and they do not have the requested credential, there is no way for a wallet to guide the user on how to...
In the scenario where a holder scans a QR code and an issuer needs a sequence of proof request(s) and/or credential offer(s), the holder app needs a signal to know...
Bases on Aries [RFC 0095: Basic Message Protocol 1.0](https://github.com/hyperledger/aries-rfcs/tree/070b325ef4a55005d79d03eb629f0399f3a0dfc4/features/0095-basic-message), there is no way to to know if a message can contain rich text (e.g.: html, markup). From an issuer perspective...