nirvana-msu
nirvana-msu
I think it is more common to encouter this than one might think. Many REST APIs are designed to give either some Ok response, or an error. This structure is...
I have a similar issue. For some requests which I make, `splash:history()` returns an empty array, which makes subsequent indexing into `entries[#entries]` throw an error. What could cause Splash to...
@kmike I am fine to disable cache (in fact, I would prefer to do that). It seems like it's not possible until https://github.com/scrapinghub/splash/pull/339 is merged? Related issues: https://github.com/scrapinghub/splash/issues/203, https://github.com/scrapinghub/splash/issues/519.
@bmoscon actually at the moment liquidations are not working for perpetual swaps either. It used to be supported, but that got broken during API v5 migration: https://github.com/bmoscon/cryptofeed/commit/eaa49906a66cf9a3f84eb1503747578f2f7e8ee1#diff-0f1c8fea8c071c11fe101704ca24534b5388ac2090b6727a0959441690d986ffL97-L98 There's still a...
`max_depth` parameter's behavior is very misleading. Let's say I set it to something like 10. It is quite likely that, even on the second update, I'll receive less than 10...
@bmoscon no I'm saying the opposite - when I set `max_depth` to, say, 10 levels, very often I would receive fewer than 10 levels in my callback. Given that the...
Sure, that makes sense. But to keep Quart aligned it should do the same (i.e. `_request_ctx_stack` should still be available for now, even if with a warning).
> I'll show how inside `Advanced Usage` section of documentation. Looking forward to that! Will it also address the second issue (automatically saving `category` value)?
> There is `frequency` attribute for that. But i'll consider implement method if it setted to false. Yes, this attribute is very useful. I don't think it worth implementing such...
I think you can scratch the above. On a more careful examination, what seems to be missing is catching `CancelledError` within `try_log`. As of Python 3.8, `CancelledError` extends from `BaseException`...