-
Updated
Dec 13, 2020 - Shell
productivity
Here are 2,264 public repositories matching this topic...
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Dec 11, 2020 - C#
-
Updated
Dec 1, 2020 - Jupyter Notebook
see https://stackoverflow.com/a/36517935
I was thinking
alias gcobu="git checkout -b ${USER}/"
the change should happen in: https://github.com/Bash-it/bash-it/blob/e290af4eecd335064451a2cdfb7de3e7413c4c50/aliases/available/git.aliases.bash#L64-L69
-
Updated
Dec 12, 2020 - C
-
Updated
Dec 12, 2020 - Common Lisp
-
Updated
Dec 12, 2020 - Python
-
Updated
Dec 11, 2020 - JavaScript
The docs are okay, but they have gotten a bit unstructured over time as we've just kept piling things on without any "refactoring". Here are some of the issues I'd like to resolve.
We welcome feedback and pull requests on any of these tasks! We need a fresh set of eyes!
General
- Clean up structure/old sections (careful not to break any links)
- Much of the user/developer
-
Updated
Dec 6, 2020 - JavaScript
-
Updated
Dec 2, 2020 - Python
-
Updated
Dec 13, 2020 - Shell
Environment
- Version used: 6.1.2
- Operating System and version: Android 10
Expected Behavior
Bookmarks shouldn't take so much space on screen or at least should be scrollable.
Current Behavior
Screenshot
. 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
Jul 9, 2020 - JavaScript
-
Updated
Dec 3, 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