-
Updated
Nov 24, 2020 - Shell
productivity
Here are 2,229 public repositories matching this topic...
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Nov 21, 2020 - C#
Because at the moment, nothing happens visually when dropping the lib file into the scene (or opening it)
-
Updated
Nov 22, 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 23, 2020 - C
-
Updated
Nov 24, 2020 - Common Lisp
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 23, 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 19, 2020 - Python
-
Updated
Nov 22, 2020 - Shell
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Aug 27, 2020 - Python
-
Updated
Jul 9, 2020 - JavaScript
-
Updated
Nov 24, 2020
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
Nov 20, 2020 - Rust
-
Updated
Jun 5, 2020 - Python
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
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