Vasiliy Taranov
Vasiliy Taranov
Thanks for the feedback! >I guess that what you really mean here is to build the dependency graph to check a circular reference and raise an explicit error. Hmm. yes,...
Or maybe `fixture_once`. What do you think?
This helped for me: ``` csrf_protect = CsrfProtect(app) csrf_protect.exempt('flask_jsonrpc.wrapper') ```
@p0lunin Hi! Do you consider to review this changes? It looks like quite valuable improvement.
@tiagolobocastro Yep, swagger_ui's docs handler doesn't respond.
Ok. The reason is that many crates depends from humantime with different versions and there are many copies of the crate could be in result. Autocommits shouldn't be too aggressive...
As I understand - if patch version is not specified for dependency - it would NOT be notified about any patch update. Anyway, we could setup `update-types: minor` (or even...
Hi, thanks for the feedback! Unfortunately, for now most of underlying implementations of formats don't support the order of keys and rely on std sorted BTreeMap: * https://github.com/serde-rs/json/issues/1014 But I'm...