- Germany
Block or Report
Block or report timhoffm
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
spyder Public
Forked from spyder-ide/spyder
Official repository for Spyder - The Scientific PYthon Development EnviRonment
Python 1
-
texstudio Public
Forked from texstudio-org/texstudio
TeXstudio is a fully featured LaTeX editor. Our goal is to make writing LaTeX documents as easy and comfortable as possible. Some of the outstanding features of TeXstudio are an integrated pdf view…
C++ 1
1,898 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 22 commits in 3 repositories
Created a pull request in pytest-dev/pytest that received 1 comment
Consistently add **Tutorial**: in front of how-to links in reference
Up to now, some had the prefix, some didn't. I think it's good to have this prefix to give more context, otherwise the links sometimes blend into t…
Opened 3 other pull requests in 2 repositories
pytest-dev/pytest
1
open
1
merged
matplotlib/matplotlib
1
merged
Reviewed 28 pull requests in 3 repositories
matplotlib/matplotlib
24 pull requests
- MNT: Merge locally defined test decorators
- Fix missing section header for nightly builds
- Add rrulewrapper to docs
- Demonstrate both usetex and non-usetex in demo_text_path.py.
- Factor out errorevery parsing for 2D and 3D errorbars.
- Suppress traceback chaining for tex subprocess failures.
- Suppress exception chaining in FontProperties.
- DOC: Fix charset declaration in redirects
- Fix some possible encoding issues for non-utf8 systems.
- docs: add subplot-mosaic string compact notation
- Fixed installation guide command typo
- Fix RangeSlider for same init values #22686
- CI: bump test limit from tkagg on osx
- TST: Add some tests for QuadMesh contains function
- Add a registry for color sequences
- ENH: Add full-screen toggle to the macosx backend
- Skip additional backend tests on import error
- Fix spelling errors
- Raised macosx memory leak threshold
- fix "is" comparison for np.array
- Document text alignment
- MNT: Move set_cursor to the FigureCanvas
- Standardize creation of FigureManager from a given FigureCanvas class.
- FIX: Handle no-offsets in collection datalim (alternative)
matplotlib/mpl-brochure-site
3 pull requests
pytest-dev/pytest
1 pull request
Created an issue in pytest-dev/pytest that received 2 comments
Explicit note that tmpdir fixture is discouraged in favour of tmp_path
While https://docs.pytest.org/en/7.1.x/how-to/tmp_path.html#the-tmpdir-and-tmpdir-factory-fixtures` mentions "These days, prefer to use tmp_path an…