Igor Urminček
Igor Urminček
Using Elasticsearch debug toolbar causes memory leak and thus crash when elasticsearch is extensively used. Not sure if this is general debug-toolbar problem or specific for elasticsearch-debug-toolbar but I did...
Instead of showing three dots when collapsed would be great to set which fields are important and try to show them in preview when collapsed:
### Current Behavior ``` FAIL xxx-e2e apps/xxx-e2e/src/xxx/xxx.spec.ts GET / ✕ should return a message (35 ms) ● GET / › should return a message AggregateError at Function.Object..AxiosError.from (../../node_modules/axios/lib/core/AxiosError.js:92:14) at RedirectableRequest.handleRequestError...
**Describe the bug** Comparing of empty list produce incorrect results **To Reproduce** from deepdiff.helper import COLORED_VIEW from deepdiff import DeepDiff t1 = [1,2,3] t2 = [2] print(DeepDiff(t1, t2, view=COLORED_VIEW)) t2...