Gibbs Consulting

Results 28 issues of Gibbs Consulting

The needed list of sandbox permissions for iframes is continually expanding; #411 is the most recent example. The permissions themselves should be in a single place - and perhaps configurable...

enhancement

The JSON encoder used to send responses (`plotly.utils.PlotlyJSONEncoder`) does not currently permit the use of lazy string evaluation in Django, such as for translation of messages, as described in #404...

enhancement

If possible, enable the use of flexible callbacks. This would address #406

enhancement

eg #371 where it would be good to redirect the parent page

enhancement

Websocketbridge.js is missing from the package. Simple to add by including its directory within the setup script. This should address #368

enhancement

As per #295 it would be good to allow the [dash devtools](https://dash.plotly.com/devtools) to be surfaced within a dpd view. This might require an alternative template or could possibly be hooked...

enhancement

A side effect of the misconfiguration in #330 is that it exposes a lack of exception handling around the hook to locate a stateless app. The code in [get_local_stateless_by_name](https://github.com/GibbsConsulting/django-plotly-dash/blob/master/django_plotly_dash/dash_wrapper.py) should...

enhancement

There has been a change in one of the underlying packages that is not backwards compatible. The code needs to be changed to handle this. This is probably the cause...

bug

As described in #286 it would be useful to be able to specify the template string used by Dash to render a `django-plotly-dash` app

enhancement

The file `demo/demo/assets/image_two.png` is missing.

enhancement