Ariel Gentile

Results 81 comments of Ariel Gentile

I had the same issue recently when upgrading to react-native 0.69.1. When looking at logcat I noticed that the issue was caused by `java.lang.ClassNotFoundException: Didn't find class "androidx.core.view.MenuHost"`. It turns...

> However when auto accept is not enabled and the external controller would like to decide whether to respond to an incoming message it is not possible to respond. The...

I agree with you about the usage of `pthid` for sub-protocols. Maybe my issue was a bit 'nitpicking' because in other cases, such as [createProposal](https://github.com/hyperledger/aries-framework-javascript/blob/f64a9da2ef9fda9693b23ddbd25bd885b88cdb1e/packages/core/src/modules/credentials/services/CredentialService.ts#L103) method, we are indeed setting...

> > > Kudos, SonarCloud Quality Gate passed!    [![Quality Gate passed](https://camo.githubusercontent.com/e4a90cf346b46d44c5652111d68603714bfb7693043d07a95992de3a30bfce04/68747470733a2f2f736f6e6172736f757263652e6769746875622e696f2f736f6e6172636c6f75642d6769746875622d7374617469632d7265736f75726365732f76322f636865636b732f5175616c6974794761746542616467652f7061737365642d313670782e706e67)](https://sonarcloud.io/dashboard?id=hyperledger_aries-framework-javascript&pullRequest=983) > > > [![Bug](https://camo.githubusercontent.com/4c6102327f5a954f9c8acaf2e2714183157a9e41717b371b2cd585cf25057310/68747470733a2f2f736f6e6172736f757263652e6769746875622e696f2f736f6e6172636c6f75642d6769746875622d7374617469632d7265736f75726365732f76322f636f6d6d6f6e2f6275672d313670782e706e67)](https://sonarcloud.io/project/issues?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=BUG) [![A](https://camo.githubusercontent.com/1cba125a897d7fa47033a3b3b2be2bbee680d34d4f004a215564659b853fb201/68747470733a2f2f736f6e6172736f757263652e6769746875622e696f2f736f6e6172636c6f75642d6769746875622d7374617469632d7265736f75726365732f76322f636865636b732f526174696e6742616467652f412d313670782e706e67)](https://sonarcloud.io/project/issues?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=BUG) [![Vulnerability](https://camo.githubusercontent.com/3ba1ee49636ffc3427e38649a9f8a65ee392f28e8a662fcf96ce24cefbb520e9/68747470733a2f2f736f6e6172736f757263652e6769746875622e696f2f736f6e6172636c6f75642d6769746875622d7374617469632d7265736f75726365732f76322f636f6d6d6f6e2f76756c6e65726162696c6974792d313670782e706e67)](https://sonarcloud.io/project/issues?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=VULNERABILITY) [![A](https://camo.githubusercontent.com/1cba125a897d7fa47033a3b3b2be2bbee680d34d4f004a215564659b853fb201/68747470733a2f2f736f6e6172736f757263652e6769746875622e696f2f736f6e6172636c6f75642d6769746875622d7374617469632d7265736f75726365732f76322f636865636b732f526174696e6742616467652f412d313670782e706e67)](https://sonarcloud.io/project/issues?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=VULNERABILITY) [![Security Hotspot](https://camo.githubusercontent.com/fb735cbe76f8d5e1679c76ce83b740ceb1eaf62de4f7bf88623dc9953261aff7/68747470733a2f2f736f6e6172736f757263652e6769746875622e696f2f736f6e6172636c6f75642d6769746875622d7374617469632d7265736f75726365732f76322f636f6d6d6f6e2f73656375726974795f686f7473706f742d313670782e706e67)](https://sonarcloud.io/project/security_hotspots?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=SECURITY_HOTSPOT) [![A](https://camo.githubusercontent.com/1cba125a897d7fa47033a3b3b2be2bbee680d34d4f004a215564659b853fb201/68747470733a2f2f736f6e6172736f757263652e6769746875622e696f2f736f6e6172636c6f75642d6769746875622d7374617469632d7265736f75726365732f76322f636865636b732f526174696e6742616467652f412d313670782e706e67)](https://sonarcloud.io/project/security_hotspots?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=SECURITY_HOTSPOT) [![Code Smell](https://camo.githubusercontent.com/8fe18b2dfb6f7d4e44582f281b29f617eb5ae07c248d2002ca586e91da219212/68747470733a2f2f736f6e6172736f757263652e6769746875622e696f2f736f6e6172636c6f75642d6769746875622d7374617469632d7265736f75726365732f76322f636f6d6d6f6e2f636f64655f736d656c6c2d313670782e706e67)](https://sonarcloud.io/project/issues?id=hyperledger_aries-framework-javascript&pullRequest=983&resolved=false&types=CODE_SMELL)...

I don't see any problem on using an agent creator method, especially considering that we currently need to call `initialize` method after the constructor to make it usable. Could be...

> Yes as berend mentioned it would be possible to override the core module by providing it in the agent config, however the typing is currently set to only allow...

> @TimoGlastra The exact issue which I am facing right now is - Asynchronously errors are being thrown by AFJ in react native env. > > When autoAcceptInvitation is enabled...

> > Why include `android` in the protocol name? Doesn't FCM work with iOS as well? > > Yes Fcm works for iOS as well. However, @TimoGlastra and I had...

I have a few more comments about this after having some fun with FCM on Android and iOS devices: - Notification handling is quite different in both platforms, so maybe...

> How does the client know if the mediator has the app registered in firebase? Seems that having different protocols for apns and fcm (and why not AWS SNS) to...