Yuriy Zaitsev
Yuriy Zaitsev
Guys I used ws feature with https://github.com/zolzolwik/node.bittrex.api for a few days and there was a moment when it was died :( And they use ```cloudscraper``` to bypass cloudflare protection and...
Yep, there are some issues with urls. Look into https://github.com/thebotguys/golang-bittrex-api/wiki/Bittrex-API-Reference-(Unofficial), they know something :) Guys described that for ```trade_buy``` has to be used ```/auth/market/TradeBuy```. Also this url can be found...
... cause what? (see [#L73](https://github.com/ericsomdahl/python-bittrex/blob/master/bittrex/bittrex.py#L73)). yep. we try to do everything with GET-requests... but v2.0 (actually v2.11 at the moment) waits for POSTs :) some alts were sold at night....
there is not only evaluated method has to be changed. parameters are included to url in the ```_api_query(...)```, but they has to be sent as ```data``` parameter of ```requests.post(...)```. also...
well, I played a bit but 've got no luck too. I rewrote signing of request but server answers 500 every time. Client-side API usage is built around ```__RequestVerificationToken``` which...
Guys, at the moment I moved to python (cause of pandas and etc) but go-guys know something :) https://github.com/thebotguys/golang-bittrex-api/wiki/Bittrex-API-Reference-(Unofficial). You can find intersects with described urls in the bittrex client-side...
sorry for reborn of the ticket but looks like the right message is here: ``` 2022-08-27T16:32:00+03:00 2022-08-27 13:31:59 ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1) ``` and probably...
we created our own layer through the `prefixCls`. it's not an ideal but works... and it requires to define all styles (copy-paste from original css and replace prefix with `&-`...
``` /** * get one specific status from the printer using it's class * @param {string} StatusClass * @return {Promise} promise returning given status */ getStatus(StatusClass: StatusClassConstructor): Promise { return...
`sourcesContent` is returned back again when returned back `sourceMap: false` to the `typescript` rule. magic... ``` typescript({ sourceMap: false, declaration: false }), ``` seems like it is `@rollup/plugin-typescript` problem, there...