Yura Pakhuchiy

Results 19 comments of Yura Pakhuchiy

To test application which uses HTTP API. I can create directory which contains replies to requests and point application to it. Without this patch I can test only GET requests,...

Yes, we can have BTC -> output currency conversion done in JS (allowing output currency switch in runtime). However, it is better to keep altcoin -> BTC rate in bot...

I think it is better implement this by limiting maximum amount of coins offered at any single point of time. Eg., you have 10 BTC, but bot will place 3...

The same problem with Mi 9T. I believe appeared after upgrade to Android 10.

@eliserichards Please consider revising priority, since it is not Redmi 8 specific and probably affects most of the recent Xiaomi device.

Workaround is too unlock Lockwise manually, then it is possible to select password from popup list. Unfortunately search does not work either, so if Lockwise fails to match correct domain...

Looks like this is not a Lockwise bug, but happens due to aggressive MIUI optimizations. @chrisvdb @Marocco2 enabling "Display pop-up windows windows while running in the background" in "Other permissions"...

I doubt there is a way to request this permision during installation since it is a Xiaomi specific extension. But some hint to user would be nice, for example if...

I was able to sync blockbook from scratch for GRS mainnet on 2GB VPS by restarting daemon every minute: ``` while true; do date; systemctl restart blockbook-groestlcoin; sleep 60; done...

Not that easy. I've tried doing `runtime.GC()` after every 1k blocks. Does not really helps. :-(