Highlights
- 1 discussion answered
Pinned
4,434 contributions in the last year
Less
More
Contribution activity
August 2021
Created 145 commits in 26 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1 repository not shown
Created 27 repositories
- cclauss/weaponizing-censors Python
- cclauss/PettingZoo Python
- cclauss/coq_nvim Python
- cclauss/rosbridge_suite Python
- cclauss/Mushroom_Classification Jupyter Notebook
- cclauss/common Python
- cclauss/openmm C++
- cclauss/flake8-return Python
- cclauss/com2ann Python
- cclauss/imaginaire Python
- cclauss/pydantic Python
- cclauss/CheatSheetSeries Python
- cclauss/detection-rules Python
- cclauss/darts-1 Python
- cclauss/netbox Python
- cclauss/pdbfixer Python
- cclauss/GHunt Python
- cclauss/wagtail Python
- cclauss/generateds-odoo Python
- cclauss/fourkeys Python
- cclauss/patator Python
- cclauss/Open3D-ML Python
- cclauss/ddia Python
- cclauss/pywhisker Python
- cclauss/pypresence Python
2
repositories not shown
Created a pull request in openmm/pdbfixer that received 10 comments
GitHub Action to lint Python code
Travis CI seems to be on (permanent?) vacation. Results: https://github.com/cclauss/pdbfixer/actions
+19
−4
•
10
comments
Opened 105 other pull requests in 46 repositories
RobotWebTools/rosbridge_suite
11
merged
1
closed
- Python idioms and is for singletons
- Delete test_publisher_consistency_listener.py
- Fix unused imports in __init__.py files
- Fix unused imports
- Fix wildcard imports and unused variables
- Revert import rospy
- Avoid + concatenation of multi-line strings with % formatting.
- Upgrade to modern Python syntax
- Fix typos discovered by codespell
- GitHub Action to lint Python code
- Fix some but not all Python undefined names
- GitHub Action to lint Python code
isl-org/Open3D-ML
4
open
6
merged
- Simplify code with dict.items()
- Undefined name: bcolors
- Use dict lookup to find functions faster
- Upgrade to yapf v0.31.0
- Undefined name: import in_range_bev for line 213
- Undefined name: val_files --> self.val_files
- Undefined name: remap_lut --> self.remap_lut
- Undefined name: from collections import abc for line 41
- Fix typos discovered by codespell
- GitHub Action to lint Python code
readthedocs/readthedocs.org
5
merged
1
open
lutris/lutris
5
open
1
merged
dfirtrack/dfirtrack
1
open
3
closed
2
merged
wxWidgets/Phoenix
5
open
PettingZoo-Team/PettingZoo
2
open
2
merged
chriskiehl/Gooey
2
open
1
closed
1
merged
PyCQA/prospector
4
open
signalapp/Signal-iOS
2
open
sharmas1ddharth/Mushroom_Classification
2
merged
afonasev/flake8-return
2
merged
netbox-community/netbox
2
closed
mxrch/GHunt
2
open
openai/gym
1
closed
1
merged
akretion/generateds-odoo
2
merged
isl-org/Open3D
1
open
1
merged
m4ll0k/BBTz
2
open
qwertyquerty/pypresence
2
open
SJang1/korea-covid-19-remaining-vaccine-macro
2
merged
breakerspace/weaponizing-censors
1
open
ms-jpq/coq_nvim
1
merged
readthedocs/common
1
closed
aristocratos/bpytop
1
open
openmm/openmm
1
closed
21
repositories not shown
Reviewed 20 pull requests in 14 repositories
readthedocs/readthedocs.org
4 pull requests
RobotWebTools/rosbridge_suite
2 pull requests
nodejs/node-gyp
2 pull requests
nodejs/gyp-next
2 pull requests
aristocratos/bpytop
1 pull request
ms-jpq/coq_nvim
1 pull request
ggtracker/sc2reader
1 pull request
afonasev/flake8-return
1 pull request
openai/gym
1 pull request
microsoft/unilm
1 pull request
burnash/gspread
1 pull request
internetarchive/openlibrary
1 pull request
isl-org/Open3D
1 pull request
cclauss/Ten-lines-or-less
1 pull request
Created an issue in ms-jpq/coq_nvim that received 3 comments
Is istance vs. instance an intentional choice?
codespell - -ignore-words-list="thats,wit" --skip="*.po,*.yml"
./coq_nvim/coq/server/reviewer.py:55: istance ==> instance
./coq_nvim/coq/server/tra…
3
comments