-
Updated
Nov 11, 2020 - Shell
productivity
Here are 2,212 public repositories matching this topic...
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Nov 9, 2020 - C#
Because at the moment, nothing happens visually when dropping the lib file into the scene (or opening it)
-
Updated
Oct 28, 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
Nov 10, 2020 - C
-
Updated
Nov 10, 2020 - Common Lisp
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Nov 8, 2020 - Python
Hi
I'm so happy I've found the tool. I spend a day looking for a tool which can help me and my team track time, but is not focused on spying on employees.
Please consider working on SEO, so it's much easier to find this project. It was also not included in any comparisons or lists I've seen.
I will dig the exact keywords I've used but one for sure was "automatic time tracker linux"
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 10, 2020 - Shell
Your Environment
The version used: Super Productivity 5.9.9
Operating System and version: Windows 10 Enterprise
Steps to Reproduce (for bugs)
- I have set my 'duration of work session' to 2 hours and my 'duration of short and long breaks' to 5 minutes.
- Some times (completely randomly), the timer stops at a completely random value (for example 1m - 10m past the start of the ses
-
Updated
Aug 27, 2020 - Python
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Oct 26, 2020
-
Updated
Jun 5, 2020 - Python
I try to switch from RamBox to Ferdi. However I have several services with the same icon (slack, nextcloud). 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
Had the branch ancestry:
branch-1
branch-2-bug-fix
branch-3
All three branches had an open PR. branch-2-bug-fix‘s PR was a duplicate of a fix that someone else had already put in and merged at the same time. I closed the PR on branch-2-bug-fix and ran git town kill on that branch.
I was expecting it to change the base branch of branch-3‘s PR but instead it closed it
-
Updated
Oct 19, 2020 - Swift
-
Updated
Jul 27, 2020 - Ruby
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