Aleksander
Aleksander
### Expected behavior In v3.5.1 `PointElement.parsed` contains values, and you can do `context.chart.getDatasetMeta(0).data[context.dataIndex].parsed.y` ### Current behavior In v3.6.0 and higher versions `PointElement.parsed` is undefined and it is a breaking change...
If BaseExcetion will occur during query execution everything hangs. I've tried different executors, but this doesn't help. I used `SystemExit` in example for brevity. My real situation was pytest-django throwing...
Pycharm 2018.3.5 fails to start thin plugin. Full stacktrace: ``` 2019-03-12 09:36:06,957 [ 3656] ERROR - nSystem.impl.ActionManagerImpl - com/johnlindquist/acejump/config/AceConfig [Plugin: com.jetbrains.idear] com.intellij.diagnostic.PluginException: com/johnlindquist/acejump/config/AceConfig [Plugin: com.jetbrains.idear] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:149) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.java:471) at...
Some libs like `graphene` in my case return OrderedDicts istead of normal dicts. I have assert like this: ``` assert result.data == { 'campaign': { 'categories': [ {'name': 'suggested', 'description':...