Jurosh
Jurosh
I also noticed strange behavior... seems like longer copy tasks callbacks get called more times (instead of faster copy actions) BUT only when I run it for second time -...
:+1: +1
Same issue here... signature seems to be incorrect for some reason. Using `Walletlink` with `ethers.js` web3 provider... I see that in repo are already more opened issues without any answer.....
In meanwhile I am running database in Docker, without any issues. But I may try this later.
@AshanFernando seems yes, no error when running jar from site. ``` >java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb Initializing DynamoDB Local with the following configuration: Port: 8000 InMemory: false DbPath: null SharedDb:...
Sorry to join discussion without additional tech info, but would like to kindly ask if there is any progress, or plans? As more of you noted, there is way how...
> @rockwotj @ronaldruzicka Thank you for your responses! I tried to add config as per styled-components docs but it still didn't work. I tried many things but in the end,...
Wanted to build and try desktop version but ran into https://github.com/GetScatter/ScatterDesktop/issues/156 :x: Here are some details about `getScatterEosInstance` ``` // Tried also with latest scatter-js and same result... import ScatterJS...
Forgot to paste it here, but I am doing eos initialization `ScatterJS.plugins(new ScatterEOS());` in another file.. Cannot make this code to be functional: ``` scatterInstance.getArbitrarySignature( userPublicKey, 'testToSign', 'Order signing', false...
So I am getting into the core of issue. Looks like I have to use `ScatterJS.scatter` for getting signatures but I was using ` ScatterJS.scatter.eos` instead.