-
Updated
Oct 28, 2020 - Shell
productivity
Here are 2,188 public repositories matching this topic...
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Oct 26, 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 27, 2020 - Common Lisp
-
Updated
Oct 27, 2020 - JavaScript
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
Oct 27, 2020 - Python
-
Updated
Oct 25, 2020 - Shell
Hello, what possibility is there for the task creation date to be added. In my case, every week I have to report the hours of my tasks on another platform, but since I do not have a creation date, I do not remember what day I worked the task. So the solution I did was to manually put the date next to the task.
-
Updated
Aug 27, 2020 - Python
-
Updated
Jul 9, 2020 - JavaScript
-
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...
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 23, 2020 - Rust
-
Updated
Oct 19, 2020 - Swift
-
Updated
Oct 26, 2020
-
Updated
Jul 27, 2020 - Ruby
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