Matthisk Heimensen

Results 21 comments of Matthisk Heimensen

Running into the same issue. I think it has to do with the fact that Table renders a Blessed.list as a child of a Box. The list receives the focus,...

Thank you for reporting this, I am going to take a look at it.

Good idea, I will see if I can find time to implement this

I am wondering why would need support for imports, could you elaborate on your use case? Most of the time people would use the console to see a specific transformation...

Ok interesting use case (which language features are these?). Unfortunately this would entail adding support for multiple files within this editor, which would be quite some work. Also the actual...

Tests are failing, seems like `re` is not imported

Why are you calling `setData` from the view function, a `get_datasets` method within the Chart class should be enough. Please consult [this](https://django-jchart.matthisk.nl/#docs-get-datasets) page of the documentation.

Hi ChessSpider, Thanks for the feedback, I released a new version (0.3.2) type checking the result of `get_datasets` to assure that a list is returned. Regarding the events/callbacks. It is...

I don't like this approach for several reasons. You have to maintain JS functions outside of the main JS codebase. This makes it harder to keep track of where code...

Hi, thank you for this contribution. Would you be willing to create a PR solving this issue. Potentially we should also update the examples on the website reflecting the usage...