Highlights
- Arctic Code Vault Contributor
Pinned
5,821 contributions in the last year
Contribution activity
December 2020
Created 96 commits in 20 repositories
Created 14 repositories
- cclauss/docker-py Python
- cclauss/bpytop Python
- cclauss/PPEasy Python
- cclauss/Digital-Entry-Exit Python
- cclauss/snakebite-py3 Python
- cclauss/pyster Python
- cclauss/typesense-python Python
- cclauss/showcase-books-search JavaScript
- cclauss/PyTCP Python
- cclauss/bundlesize JavaScript
- cclauss/netatmo-api-python Python
- cclauss/python-certifi Python
- cclauss/mopidy-internetarchive Python
- cclauss/docker.github.io HTML
Created a pull request in internetarchive/openlibrary that received 6 comments
Make work from an orphaned edition
Closes #3760, #4051, #4052, #4224 Avoid an index error if not page.works and then create a work from an orphaned edition.
Technical Testing Screen…
+27
−3
•
6
comments
Opened 63 other pull requests in 30 repositories
internetarchive/openlibrary
11
open
9
merged
2
closed
- DRAFT: Experimental build on Apple M1-based Macs
- Draft: Create importbot docker service
- Use requests in solr_client.py
- Log all isbn_10s that Amazon does not recognize
- Remove duplicate orphaned edition code from addbook.py
- Create solr-updater docker service AGAIN
- Migrate debugging from ptvsd to debugpy -- again
- Python 3: Convert Goodreads csv from bytes to str
- requirements_test.txt: Upgrade to pytest 6.2.0
- javascript_tests.yml: push: [ master ], pull_request: [ master ]
- Create solr-updater docker service
- GitHub Action to test docker-compose
- GitHub Actions: Start testing on Node.js 14
- Revert "Python 3: list index out of range -- Fix IndexError in templates/type/edition/view.html"
- GitHub Action: Add test_javascript.yml
- Draft: Docker: Python 3.9.1 runs natively on Apple M1 Macs
- json.dumps(indent) is an int or str, not bool
- Draft: Create scripts/run_olserver.py
- Update scripts/run_olserver.sh to use $COMPOSE_FILE
- coverstore golive mods
- infobase golive mods
- Preserve exception info in covers.upload2
fossasia/query-server
5
open
docker/docker-py
3
open
docker/docker.github.io
1
open
1
merged
fabric/fabric
1
open
1
closed
aristocratos/bpytop
1
open
1
closed
dependabot/dependabot-core
1
closed
1
merged
ccie18643/PyTCP
1
closed
1
merged
Open-Book-Genome-Project/TheBestBookOn.com
2
merged
celery/celery
1
open
internetarchive/openlibrary-bots
1
merged
simplejson/simplejson
1
merged
resserone13/PPEasy
1
merged
siva1007/Digital-Entry-Exit
1
open
Open-Book-Genome-Project/sequencer
1
merged
internetarchive/snakebite-py3
1
open
internetarchive/brozzler
1
open
WenhaoSu/pyster
1
open
nextstrain/fauna
1
open
typesense/typesense-python
1
open
typesense/showcase-books-search
1
merged
pytest-dev/py
1
merged
siddharthkp/bundlesize
1
merged
internetarchive/crawling-for-nomore404
1
open
ggtracker/sc2reader
1
merged
5
repositories not shown
Reviewed 37 pull requests in 8 repositories
internetarchive/openlibrary 22 pull requests
- Replace simplejson with python json in plugins/upstream for 2308
- 4271/feature/add goodreads import unit test
- Create a setting for user language preference
- affiliate-server with queue for amz
- Replace simplejson with python json in openlibrary/mocks package for …
- Replace simplejson with python json in openlibrary/api for 2308
- update login referer check to prevent redir to IA
- Replace simplejson with python json in openlibrary/tests package for …
- Option to add to docker group in setup_olserver.sh
- prereq for orphaned editions fix in #4286
- Solr8 Preparatory Refactor #1
- Author page fixes: #4215, #4121
- Fixed Dangerous default argument
- Admin endpoint to sync completed sponsored books IA <-> OL
- Add make-integration-branch support for GH patch links
- Update scripts/run_olserver.sh to use $COMPOSE_FILE
- Fixed dangerous default argument
- Change Cover Guidelines to Image Guidelines
- Fixed Grammatical error
- Make solr's docker up command more like web's
- PR to unrevert "integrating updated bulk services/availability API""
- adding booklending_utils, ia.ini to staging
TheAlgorithms/Python 8 pull requests
- Adding 2-hidden layer neural network with back propagation using sigmoid activation function
- [mypy] Add/fix type annotations for bit manipulation algorithms
- [mypy] Add/fix type annotations for backtracking algorithms
- [mypy] Add/fix type annotations for arithmetic analysis algorithms
- add integer to roman function
- fix code quality issues
- Chore: Added type hints to searches/binary_search.py
- Create merge_two_lists.py that implements merging of two sorted linked lists
nodejs/node-gyp 2 pull requests
nodejs/node 1 pull request
webpy/webpy 1 pull request
internetarchive/openlibrary-bots 1 pull request
ggtracker/sc2reader 1 pull request
Qiskit/qiskit-terra 1 pull request
Created an issue in internetarchive/openlibrary that received 11 comments
(PYL-W0102) Dangerous default argument
Description
Mutable Default Arguments: https://docs.python-guide.org/writing/gotchas/
Do not use a mutable like list or dictionary as a default val…
11
comments
Opened 12 other issues in 6 repositories
internetarchive/openlibrary
5
open
1
closed
- Need a fabfile-based deployment script for ol-home0
- scripts/copydocs.py fails on Python 3 w/ TypeError: POST data should be bytes
- npm WARN ajv-keywords@3.4.0 requires a peer of ajv@^6.9.1 but none is installed
- https://dev.openlibrary.org should be running Python 3.8.6
- save_many aka HTTPError: 400 Client Error when using OL-Client
- Are roman numbers valid?