Skip to content
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

Change registered_paths to a collections.defaultdict(set). #443

Merged
merged 2 commits into from
Nov 5, 2018

Conversation

T4rk1n
Copy link
Contributor

@T4rk1n T4rk1n commented Oct 31, 2018

Replace registered_paths with a collections.defaultdict(set) so it doesn't waste memory on every index render if app.scripts.config.serve_locally = True or app.css.config.serve_locally = True.

Fix #441.

@T4rk1n T4rk1n requested a review from rmarren1 October 31, 2018 18:11
@rmarren1
Copy link
Contributor

rmarren1 commented Nov 2, 2018

LGTM, nice catch. 💃

@T4rk1n T4rk1n merged commit 09f551a into master Nov 5, 2018
@T4rk1n T4rk1n deleted the fix-registered-path branch November 5, 2018 15:48
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this pull request May 28, 2021
monorepo changes + shallow clone + v0/v1 clean up
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this pull request May 28, 2021
…y#442)

* 🎉 initial commit of dashTable R package

* border is none if not define

* test cases for css border overwrite bugs

* edit CHANGELOG.md

* Update CHANGELOG.md

Co-Authored-By: Marc-André Rivet <Marc-Andre-Rivet@users.noreply.github.com>

* Fix monorepo build (plotly#443)

monorepo changes + shallow clone + v0/v1 clean up

* Create FUNDING.yml

* 📝 correct "dash green" to "dashed blue"
HammadTheOne pushed a commit that referenced this pull request Jul 23, 2021
monorepo changes + shallow clone + v0/v1 clean up
HammadTheOne pushed a commit that referenced this pull request Jul 23, 2021
* 🎉 initial commit of dashTable R package

* border is none if not define

* test cases for css border overwrite bugs

* edit CHANGELOG.md

* Update CHANGELOG.md

Co-Authored-By: Marc-André Rivet <Marc-Andre-Rivet@users.noreply.github.com>

* Fix monorepo build (#443)

monorepo changes + shallow clone + v0/v1 clean up

* Create FUNDING.yml

* 📝 correct "dash green" to "dashed blue"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants