tk
Here are 185 public repositories matching this topic...
-
Updated
Apr 22, 2022 - Tcl
-
Updated
Apr 2, 2022 - Tcl
Right now, if you want to stage all files, you need to go into "Commit" menu or use the Ctrl-I shortcut. And there is no way to unstage all files.
Going into the menu is cumbersome, and not everyone would want to use a keyboard shortcut, so add some easy to reach buttons to do this. Probably put them right after the red "Unstaged Changes" bar and the green "Staged Changes" bar. Or, put them i
-
Updated
Jan 26, 2021 - Python
There's currently very limited documentation; I am but one man. It would be really great if someone would be as kind as to help in extending the existing docs. The best place to start is by writing examples. Below are some pointers on how to go about this:
- Clone the repo and install the requirements for building the documentation by running the following command in the root directory
-
Updated
Feb 17, 2022 - Ruby
-
Updated
Mar 14, 2022 - Tcl
-
Updated
Oct 1, 2020 - Python
-
Updated
May 21, 2022 - Ruby
-
Updated
Mar 13, 2020 - C
-
Updated
May 14, 2022 - Python
-
Updated
Apr 22, 2022 - HTML
-
Updated
Nov 18, 2019 - Python
-
Updated
Jun 22, 2020 - Scheme
Improve this page
Add a description, image, and links to the tk topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tk topic, visit your repo's landing page and select "manage topics."
Bug summary
When the build gets to https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273 on Cygwin, the build fails with a few
goto crosses initializationwarnings, which are easy to fix (closed by #23051), and twoerror: ‘PyErr_SetFromWindowsErr’ was not declared in this scope, which are less easy to fix.Code for reproduction