-
Christian Clauss
- Switzerland
- https://www.patreon.com/cclauss
Highlights
- 1 discussion answered
Block or Report
Block or report cclauss
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
Minimal .travis.yml file to run the current Python 3.7 on Linux, macOS, and Windows
-
A GitHub Action that finds Python syntax errors and undefined names in your repo
-
GitHub-Action-for-Flake8 Public
A GitHub Action to run a Flake8 command when new code is pushed into your repo
-
GitHub-Action-for-pytest Public
A GitHub Action to run a pytest command when new code is pushed into your repo
-
pythonista-module-versions Public archive
Compare the version numbers of extra modules in Pythonista with PyPI
3,630 contributions in the last year
Contribution activity
April 2022
Created 30 commits in 15 repositories
Created 5 repositories
- cclauss/django-webtest Python
- cclauss/detect-python-interpreter JavaScript
- cclauss/django-js-asset Python
- cclauss/django-tenants Python
- cclauss/fresh-samples C#
Created a pull request in internetarchive/openlibrary that received 6 comments
Add scripts/cron_watcher.py
A script that checks to see that our cron jobs have competed their respective tasks. Currently it checks to see if the ol-dump and ol-cdumps for t…
Opened 21 other pull requests in 13 repositories
internetarchive/openlibrary
3
open
1
closed
XadillaX/detect-python-interpreter
1
open
2
merged
django-cms/django-cms
1
merged
1
open
1
closed
django-tenants/django-tenants
2
merged
jython/jython
1
merged
jjjake/internetarchive
1
merged
matthiask/django-js-asset
1
merged
actions/checkout
1
open
Textualize/rich
1
merged
TheAlgorithms/Jupyter
1
merged
TheAlgorithms/Go
1
merged
Z4nzu/hackingtool
1
open
freshworks/fresh-samples
1
open
Reviewed 15 pull requests in 8 repositories
internetarchive/openlibrary
4 pull requests
nodejs/gyp-next
3 pull requests
TheAlgorithms/Python
2 pull requests
motioneye-project/motioneye
2 pull requests
django-cms/django-cms
1 pull request
jjjake/internetarchive
1 pull request
cclauss/pydantic-books-example
1 pull request
pytest-dev/pytest-factoryboy
1 pull request
Created an issue in browniebroke/django-codemod that received 5 comments
ImportError on an Apple M1 Mac related to libcst
Describe the bug
A clear and concise description of what the bug is.
ImportError on an Apple M1 Mac.
libcst seems to be installed for x86_64, not t…