-
Updated
Oct 13, 2020 - JavaScript
dash
Here are 977 public repositories matching this topic...
-
Updated
Oct 2, 2020 - Jupyter Notebook
-
Updated
Sep 30, 2020 - C++
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Sep 23, 2020 - HTML
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Sep 20, 2020 - JavaScript
-
Updated
Jan 4, 2020 - JavaScript
Mining RPC commands / code is excluded from release builds due to the fact that most antivirus software flags mining software and it doesn't make sense to mine on mainnet. However, some people will use these binaries on testnet / regtest and will be confused when mining rpcs don't work.
As such, if mining code isn't compiled in, then an error should be thrown when a user runs a mining rpc comm
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.
-
Updated
Jul 16, 2020 - Java
-
Updated
Oct 14, 2020 - Ruby
-
Updated
Jun 9, 2020 - Python
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
-
Updated
Aug 26, 2020 - Python
-
Updated
Sep 21, 2020 - Shell
-
Updated
Oct 9, 2020 - TypeScript
Sample code
Please checkout how the sample test cases in:
References
Get started with testing python
Write Professional Unit Tests in Python
Web Automation Tests with Selenium
-
Updated
Aug 11, 2020 - Dockerfile
-
Updated
Jun 15, 2020 - PHP
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Sep 25, 2019 - Emacs Lisp
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