Sebastian
Sebastian
if you import the animate.css into the project, the first time you dispatch a notification if dissapears for a second, then it appears again, (at least trying to play the...
hey there, I was using Events module, but I wasn't enabled to remove a callback passing it as an argument, the only way to remove it, was to remove all...
### What happened? I started a new project ( --with-messaging example ) `npm create plasmo -- --with-messaging` after installing the dependencies and placing the extension id in the .env file,...
I am trying to install this on a project that uses react 17.x
**Describe the bug** the event "extension-window-closed" is not fired, when I close the extension before completing the authorization **Venom Connect config** ```js this.venomConnect = new VenomConnect({ theme: "dark", checkNetworkId: 1000,...
Hello, is there any way possible to generate a keypair from a seed? I'm using falcon 512 algorithm, thanks in advance
Hello, I am trying to verify a signature generated in java with bouncy castle's implementation these are the bytes hex enconded, I already tried a deepsearch with ChatGPT and it...
Hello, I tried verifying a signature generated with bouncy castle with multple libraries in javascript, however all of them failed to do it, I got some help from ChatGPT and...
I am trying to verigy a signature from bouncy castle in the python implementation but it didn't work, what are the suggestions here?
Hello, I am implementing this singing algorythm in a project, I am wondering how to export the keys to hexadecimal? thanks in advance!