0
I Use This!
High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix https://github.com/plotly/dash/issues/189 (#191) More... about 8 years ago
Merge pull request #140 from plotly/fix-ie11 More... about 8 years ago
Update message to CHANGELOG More... about 8 years ago
Add message to CHANGELOG More... about 8 years ago
Update version as patch to 0.11.2 More... about 8 years ago
0.11.2 More... about 8 years ago
Update gitignore for Intellij editors. Add package-lock.json for install. Update store to not use logger in production build. Add docstring to initializeStore More... about 8 years ago
Update gitignore for Intellij editors. Add package-lock.json for install. Update store to not use logger in production build More... about 8 years ago
For HTML5 script tags you can omit the type attribute when its value is JavaScript. From MDN -> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script - Omitted or a JavaScript MIME type: For HTML5-compliant browsers this indicates the script is JavaScript. HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type. More... about 8 years ago
Remove whitespace. Standard import 'import unittest' should be placed before 'import dash_html_components' (wrong-import-order). Standard import 'import sys as _sys' should be placed before 'import dash as _dash' (wrong-import-order). More... about 8 years ago
making flake8 happy More... about 8 years ago
forgot about Python 2 More... about 8 years ago
added PreventUpdate exception and attached handler to Flask server More... about 8 years ago
Merge pull request #139 from jbampton/pylint-pep8-fixes More... about 8 years ago
Fix indentation. Fix Imports from package collections are not grouped (ungrouped-imports). More... about 8 years ago
Third party imports 'plotly, dash_core_components as dcc, dash_html_components import Div, dash_renderer' should be placed before 'import dash' (wrong-import-order). Fix imports from package dash are not grouped (ungrouped-imports). More... about 8 years ago
another round of flake8 and pylint More... about 8 years ago
flake8 fixes More... about 8 years ago
pylint fixes More... about 8 years ago
add .pylintrc file More... about 8 years ago
Standard import 'from multiprocessing import Value' should be placed before 'import dash_html_components as html' (wrong-import-order). Third party import 'import dash_html_components as html' should be placed before 'from dash import Dash' (wrong-import-order). Third party import 'import dash_core_components as dcc' should be placed before 'from dash import Dash' (wrong-import-order) https://www.python.org/dev/peps/pep-0008/#imports More... about 8 years ago
Indent code. Remove unused imports - Keys imported from selenium.webdriver.common.keys, dash, dash_core_components, dash_html_components imported as html, importlib, os. Standard imports 'multiprocessing, sys, time, unittest' should be placed before 'from selenium import webdriver' (wrong-import-order) - https://www.python.org/dev/peps/pep-0008/#imports. Method definitions inside a class are surrounded by a single blank line - https://www.python.org/dev/peps/pep-0008/#blank-lines. More... about 8 years ago
Method definitions inside a class are surrounded by a single blank line - https://www.python.org/dev/peps/pep-0008/#blank-lines. Remove unused imports dash, time, re, itertools and json. Remove unused State imported from dash.dependencies (unused-import). Remove unused Event imported from dash.dependencies (unused-import). More... about 8 years ago
Surround top-level function and class definitions with two blank lines - https://www.python.org/dev/peps/pep-0008/#blank-lines. Remove import json (unused-import). More... about 8 years ago
remove test_queue_assertions More... about 8 years ago
remove test discovery More... about 8 years ago
first pass at integration tests More... about 8 years ago
Update changelog More... about 8 years ago
Merge pull request #137 from plotly/array4kids More... about 8 years ago
Merge pull request #131 from mjclawar/81-location-url-parameters More... about 8 years ago