Ryan Patrick Kyle

Results 18 issues of Ryan Patrick Kyle

As described in https://dash.plot.ly/integrating-dash and seen in [code examples](https://community.plot.ly/t/allowing-users-to-download-csv-on-click/5550/9) posted to our community forum, Dash for Python permits app developers to leverage Flask support for adding new routes. Dash.jl currently...

The docstrings flow oddly in some Julia help pages -- this one, for `dcc_link`, renders `is_loading`, `prop_name`, and `component_name` as if they were top-level props themselves. Simultaneously, `title` and `target`...

bug

In Dash for R and Dash for Python, we currently provide logging output for requests and responses. In R, it looks like this (the colours are missing, but successful requests...

As of this week, the Codepen URL we have frequently included as CSS boilerplate in sample apps is no longer accessible: ![image](https://user-images.githubusercontent.com/9809798/93605002-2fc2e800-f994-11ea-9272-d407a10535bd.png) This is already causing friction for users, as...

bug
size: 0.2

Similar to #821 , the Dash for Julia docs also require a sidebar component for searching and filtering chapters/pages of the docs. This may require also building a Julia specific...

Around 3:15pm this afternoon, attempts to reach https://dash.plot.ly resulted in a `503` error. The cause appears to be related to the https://dashr.plot.ly outage the preceding evening: several example datasets for...

The following apps should have the `sendToCloud` attribute for figures set to `TRUE`: - [ ] dashr-drug-discovery - [ ] dashr-lastodash - [ ] dashr-live-model-training - [ ] dashr-medical-provider-charges -...

feature
P3

Currently, app developers can write a callback as follows, which will be evaluated: ``` app$callback( output("slider-output", "children"), list(input("slider-input", "value")), function(value) { return(sprintf("You have chosen %s on the slider above.", value))...

bug

dashR currently uses a function to retrieve local paths to dependencies called `get_package_mapping`, which is critical for properly formatting `response$body`: https://github.com/plotly/dashR/blob/7fa2581d41e8a33c8966490f51ef0ccf371edfd8/R/utils.R#L394-L425 There are potential security issues associated with malicious users...

security

Given that we are aiming for parity with Dash for Python, and that "rolling our own" dependency handling/resolution logic is a minor hurdle, it seems prudent to eliminate references to...

dash-type-maintenance
refactor