openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
plotly-dash
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Feb 26, 2025 — Feb 26, 2026
Showing page 280 of 313
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix https://github.com/plotly/dash/issues/189 (#191)
Chris Parmer
More...
about 8 years ago
Merge pull request #140 from plotly/fix-ie11
Chris Parmer
More...
about 8 years ago
Update message to CHANGELOG
michael
More...
about 8 years ago
Add message to CHANGELOG
michael
More...
about 8 years ago
Update version as patch to 0.11.2
michael
More...
about 8 years ago
0.11.2
michael
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
michael
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
michael
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.
John Bampton
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).
John Bampton
More...
about 8 years ago
making flake8 happy
Ned Letcher
More...
about 8 years ago
forgot about Python 2
Ned Letcher
More...
about 8 years ago
added PreventUpdate exception and attached handler to Flask server
Ned Letcher
More...
about 8 years ago
Merge pull request #139 from jbampton/pylint-pep8-fixes
Chris Parmer
More...
about 8 years ago
Fix indentation. Fix Imports from package collections are not grouped (ungrouped-imports).
John Bampton
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).
John Bampton
More...
about 8 years ago
another round of flake8 and pylint
chriddyp
More...
about 8 years ago
flake8 fixes
chriddyp
More...
about 8 years ago
pylint fixes
chriddyp
More...
about 8 years ago
add .pylintrc file
chriddyp
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
John Bampton
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.
John Bampton
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).
John Bampton
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).
John Bampton
More...
about 8 years ago
remove test_queue_assertions
chriddyp
More...
about 8 years ago
remove test discovery
chriddyp
More...
about 8 years ago
first pass at integration tests
chriddyp
More...
about 8 years ago
Update changelog
Carson Sievert
More...
about 8 years ago
Merge pull request #137 from plotly/array4kids
Chris Parmer
More...
about 8 years ago
Merge pull request #131 from mjclawar/81-location-url-parameters
Chris Parmer
More...
about 8 years ago
←
1
2
…
276
277
278
279
280
281
282
283
284
…
312
313
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree