ragouzal

Results 11 comments of ragouzal

> Here's an implementation I wrote that works exactly like the JavaScript `ethers.utils.verifyMessage(message, signature)` and `ethers.utils.recoverAddress(digest, signature)` methods. > > _EthersUtils.java_ > ```java > import java.math.BigInteger; > import java.nio.charset.StandardCharsets; >...

I tried it on latest react native version (0.63.3) its crashing and throwing an exception: ``` 10-05 16:08:42.257 23547 23547 E AndroidRuntime: java.lang.NoSuchMethodError: No interface method putMap(Ljava/lang/String;Lcom/facebook/react/bridge/WritableMap;)V in class Lcom/facebook/react/bridge/WritableMap;...

> This is what I did, but as said above, this only fixes it for Android, and not for iOS (although I haven't had issues with iOS yet), so use...

@dam00n same here I see only black screen instead of camera view any solution? **OS: Android 10** **Device: Samsung M31** **React: 16.3.1** **React Native: 0.63.3** **React Viro: 2.17.4**

I think require is not supported in iOS not sure why, but I end up adding the sound files in the project and use the following as a workaround: ```...

@paulmelnikow do you mean when using `require` I should remove `Sound.MAIN_BUNDLE`?

@paulmelnikow I tried that and it did not work. ``` message_received = new Sound(require("../../res/audio/Page_Turn.mp3"), (e) => { if(e) { console.log(e) } }) ```

I tried to run the vim-vebugger and launch it on a spring maven project and I got some errors, at first I was getting the error that @opensourcegeek was getting:...

> I tried to run the vim-vebugger and launch it on a spring maven project and I got some errors, at first I was getting the error that @opensourcegeek was...

I noticed also there is an issue that it consumes a lot of device power when rendering multiple markers.