-
Updated
Jan 3, 2022 - JavaScript
dash
Here are 1,470 public repositories matching this topic...
-
Updated
Nov 24, 2021 - Jupyter Notebook
-
Updated
Dec 25, 2021 - C++
-
Updated
Nov 4, 2021 - JavaScript
-
Updated
Dec 21, 2021 - JavaScript
-
Updated
Dec 18, 2021 - HTML
-
Updated
Jan 5, 2022 - JavaScript
-
Updated
Dec 30, 2021 - JavaScript
-
Updated
Jan 5, 2022 - JavaScript
-
Updated
Oct 27, 2021 - Jupyter Notebook
-
Updated
Dec 13, 2021 - Python
I have an podcast with episode uploaded to Mixcloud. I also have my music uploaded to Soundcloud. I'd like to see Mixcloud and Soundcloud added as providers with Vime.js
Also I endorse the feature request for playlist.
I plan to use this with an Svelte app.
Twitch Support
-
Updated
Jan 4, 2020 - JavaScript
Create a test, likely a functional test, that tests that dstxes are properly validated during propagation. The test should fail with the following patch applied dashpay/dash@953a0ea.
Additionally, checking that these transactions are included in the default block template / mined would also be very valuable.
By completing this issue
Bitcoin Backports
-
Updated
Jun 8, 2021 - Java
Videojs dash support
Currently I see that videojs support is present for hls via hls.js. But in our case we need to support dash in videojs. Anyway you can suggest the integration to happen ?
I happen to see some videojs-shaka github integrations like below
https://github.com/MetaCDN/videojs-shaka-player
https://github.com/halibegic/videojs-shaka
Can we build a layer on top of these to make videojs work with
Recently dtreeviz has added support for lightgbm models: https://github.com/parrt/dtreeviz/
So it would be cool to add the same tree visualization in explainerdashboard that already exist for RandomForest, ExtraTrees and XGBoost models.
If someone wants to pitch in to help extract individual predictions of decision trees inside lightgbm boosters and then get them in shape to be used by the
-
Updated
Jul 8, 2021 - Python
-
Updated
Dec 15, 2021 - C
-
Updated
Dec 12, 2021 - Python
-
Updated
Jan 5, 2022 - TypeScript
-
Updated
Oct 18, 2021 - Python
-
Updated
Dec 11, 2021 - Shell
Improve this page
Add a description, image, and links to the dash topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dash topic, visit your repo's landing page and select "manage topics."


In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E