HammadTheOne

Results 9 issues of HammadTheOne

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

dashr
size: 3

As seen with some of the specific basic copy and paste tests found [here](https://github.com/plotly/dash/blob/dash-monorepo/components/dash-table/tests/selenium/test_basic_copy_paste.py), the `data_previous` prop is not consistently updated when copy and pasting content into a cell. While...

bug

This issue proposes adding a helper function `set_columns` to DashTable for R, similar to the `df_to_list` helper function, which would simplify the process of setting column names and id's when...

These components return the following error when a boolean `value` is passed and `app.run_server(debug=True`): ``` Invalid argument `options[0].value` passed into RadioItems ``` The components should be updated to natively support...

With the growing number of `dash-bio` components, and parsers in `dash-bio-utils`, I think it's important to have a clear default pathway for each component for obtaining and parsing the data...

-`dash-bio-utils` is a set of helper scripts that work together with the dash-bio package. -Need an R version of these scripts to achieve parity with Python version. -Leverage existing R...

dashR

Issue for tracking the fix and re-enable of tests that were temporarily skipped in https://github.com/plotly/dash-bio/pull/722.

housekeeping

This PR updates the ignore pattern check we run as we're gathering component files during `dash-generate-components`. As an example, if the filepath is in the following common form, `src/lib/components/_MyComponent.react.js`, the...

This PR adds the ability to install the R package of Dash Dangerously Set Inner HTML using `remotes::install_github`, and prepares it for CRAN publishing as a continuation of #2.