Efe
Efe
im using this library and already enabled multiproccesing by `mp.set_start_method('fork')` on Windows 11 My strategy little bit hard. I tested on 7700 Candles and its really took my 15 minutes....
Hi I wanna learn about why this milestone still in TODO?: **Improve multiprocessing/parallel execution on Windos with start method 'spawn'.** Is everything okey?
hi can you add this bot hedge mode position?
picker view only looks good in light mode right now, can you add change the darkmode colors or option for us without creating any custom views?
When im trying to run get account info got `ArrayIndexOutOfBoundsException` Exception. Full code: ``` import io.emeraldpay.polkaj.api.PolkadotApi; import io.emeraldpay.polkaj.api.StandardCommands; import io.emeraldpay.polkaj.apihttp.JavaHttpAdapter; import io.emeraldpay.polkaj.apiws.JavaHttpSubscriptionAdapter; import io.emeraldpay.polkaj.scaletypes.AccountInfo; import io.emeraldpay.polkaj.tx.AccountRequests; import io.emeraldpay.polkaj.types.Address; import io.emeraldpay.polkaj.types.ByteData;...
when i run script in pycharm works well in windows default language, but if i run script in cmd speaks english language.
When creating EncryptionType.SR25519 keypair i got this error java.lang.UnsatisfiedLinkError: dlopen failed: library "libsr25519java.so" not found error. Code: ``` val SEED = "3132333435363738393031323334353637383930313233343536373839303132" val SEED_BYTES: ByteArray = Hex.decode(SEED) val keypair =...