Boran Car

Results 10 issues of Boran Car

Now that Go supports modules out of the box, use it instead of Godeps.

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...

SELinux requires adding the z or Z option so Docker can label the volume correctly when mounting. This fixes: ``` open /var/task: permission denied ``` ## Description Add the z...

When handling issuecredential actions at the client level, it could be useful to have a get by piid as we have for connections. For basic cases that don't rely on...

Function was available in the core but was missing from the JavaScript wrapper. Signed-off-by: Boran Car

I believe there's value in exposing the eventProps publicly from issuecredential, especially when using the client interface. Consider that custom action handlers have no lib provided type-safe casts at the...

This is a weak proposal, and tries to fix problems arising elsewhere, so take it with a grain of salt. Here's the error I saw when converting the WebApp PWA...

**Title:** Port Aries Agent to AWS Lambda **Description:** Port the Agent to run on AWS Lambda, using APIGW and DynamoDB as the supporting infrastructure for transport and storage, respectively. **Summary:**...

**Title:** Clean up connections after WebSocket close **Description:** Make sure we clean up connections by just going through the map and cleaning all the verkeys that match the connection. This...

**What I'm trying to do** I'm using AFGO WASM and I'm trying to reconnect to all the mediators using mediator.reconnectAll() after one connection timed out from the server side and...