codetinker
codetinker
Nodejs socket.io, I have tested ver 4.0.1, 4.0.0 and 3.1.2 Its all the same.
I manage to speed up receiving data at client by JSON.stringify(dataToSend) it first. Before the client is receiving object(Map) or array(List). the bigger the data in object/array, the slower the...
Same here. I would be great if we can update the suggestion list after received the response from api request
On phone Vivo s1pro, it does crashed. but show some errors: *************************** logs ********************************** D/DynamitePackage(26831): Instantiating com.google.android.gms.ads.ChimeraAdManagerCreatorImpl I/Ads (26831): Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("D0A6CC508018EF677C809F812610F75B")) to get test ads on this device. W/e.android.ap(26831): Accessing...
I tested on few other new and old phones. All working okay. Except 2 phones tested above.
I also been struggling to open order buy or buy limit. After few hours of googling and trying I finally understood how open order. If you check on this page,...
lotSize is what i use to multiple the order. I'm quite new with btc or binance. About a week or two. From what I know, min to open order is...
if you using my code above, you wont get error. But you need to get the info for TROY first: > binance.exchangeInfo(function(error, data) { check the link above "Filter failure:...
I just solved it. Just add padding.. this is my code ` showMaterialModalBottomSheet( context: context, bounce: true, builder: (context) => SingleChildScrollView( controller: ModalScrollController.of(context), padding: EdgeInsets.only(bottom: MediaQuery.of(context).viewInsets.bottom), child: child, ), );...
I have the same problem. Still finding solution..