-
Updated
Oct 24, 2020 - Shell
productivity
Here are 2,180 public repositories matching this topic...
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Oct 23, 2020 - C#
Show size increment of the embedded scene during export, as `+22kB' after the checkbox.
-
Updated
Oct 11, 2020 - Jupyter Notebook
Solaris and Illumos use Bash as the default shell. However, currently bash-it does not work as expected on them.
This can be fixed as described, tested, and confirmed here.
Here's what I suggest:
- In
install.sh, check for `$0S
-
Updated
Oct 22, 2020 - C
-
Updated
Oct 23, 2020 - Common Lisp
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 23, 2020 - Python
-
Updated
Oct 23, 2020 - Shell
Problem Statement
I want to be reminded what task I'm on, or quickly move from break to the next pomodoro.
❔ Possible Solution
Hover over the app icon (task bar, not system tray) to reveal a nicely formatted card of the current task's title, the current timer time, and start/stop/pause buttons, like many media player apps have.
. It would be a great help if I just cloud add a small textual label next to, under, over the icon. Don't care where.
Sorry that this is not a pull request, my JS/css knowledge is insufficient. I tried copying the tooltip to a div. Didn't get the correct tooltip and a misplaced div...
-
Updated
Oct 23, 2020 - Rust
-
Updated
Oct 19, 2020 - Swift
-
Updated
Jul 27, 2020 - Ruby
-
Updated
Oct 22, 2020
using paper-progress
that shows a loader at the top of the plugin
and can be enabled/disabled from the plugins
Feedback?
Improve this page
Add a description, image, and links to the productivity topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the productivity 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