-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt at bringing gen_resources
back to life
#208
Conversation
which include `dash_renderer` onto the "main" `dash` module
temporary, until I have access to `plotly/DashCoreResources`
with `v2.10.2` tarball
hmm something to do with the refactoring we did with Python Dash 2.0? I didn't think that moved the renderer but maybe it had some side-effect. Anyway I gave you write access to https://github.com/plotly/DashCoreResources, if that's still useful. |
we need to override the `namespace` value with `"dash_renderer" to fetch from the correct URL we do something similar for the renderer deps just above.
I got the resources to load properly with 56a0ae2, there might a better way to do this. Briefly, we need to account for the differences between the old This results in two failing integration tests to be continued .... |
clientside callbacks with Promises are now supported by dash since v2.4.0
`invalid-nested-prop` became `allow-nested-prop` in dash 2.1.0 moreover, use same css query as in the python version of the `test_props_check.py` suite
in the same docker container as on CI
the `dash-main` folder the repo root is used during the integration tests to install the python testing deps
UpdateI got the integration tests to pass again 🎉
Now, the percy snapshots did generate two diffs: which I'm not 100% sure were expected. If any Dash.jl user is reading this, it would be nice to have some of you try out this branch in your dev environment
thank you !! |
Now in #212 - closing. |
My attempt at updating the 18+ months old https://github.com/plotly/DashCoreResources tarball.
I do not have push rights to https://github.com/plotly/DashCoreResources, so I pushed to my fork https://github.com/etpinard/DashCoreResources, see diff.
I needed to tweak the
Sources.toml
in a8f15a2 as the dash renderer is no long a separate python package.This isn't quite sufficient though. Using the new artifacts, I get
Any help here would be much appreciated!