Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,548 contributions in the last year
Contribution activity
November 2020
Created 11 commits in 1 repository
Created 1 repository
Created a pull request in codalab/codalab-worksheets that received 7 comments
Stream file when gzip compressing
Attempting to fix #3011 --- instead of read()ing the entire file into memory, make a GzipFile and have it write to a BytesIO stream.
Opened 12 other pull requests in 1 repository
codalab/codalab-worksheets
9
merged
1
closed
2
open
- Add option to restart WorkerManager processes after X seconds
- Add flag to exit workermanager after X seconds have elapsed since the last launched worker
- Add option to quit SlurmWorkerManager after X jobs fail to start
- Log username and server when authentication to bundle service fails
- Make gzip_file nonblocking / return faster
- Make Docker timeouts consistent and more lenient across the board
- Replace urllib with requests in _upload_with_chunked_encoding
- Only install pypi dataclasses if < py3.7
- Change size of large bundle in stress test from 16g to 32g
- Fix alembic migration by explicitly setting autoincrement to True
- Make fetching image sizes from docker hub more robust
- Switch INT id PK to BIGINT id PK, retaining auto-increment
Reviewed 7 pull requests in 2 repositories
codalab/codalab-worksheets 6 pull requests
nlposs/nlposs.github.io 1 pull request
Created an issue in conda-incubator/grayskull that received 2 comments
[BUG] Invalid syntax error when determining python versions
Describe the bug
When running grayskull pypi codalab, I get:
#### Initializing recipe for codalab (pypi) #### Recovering metadata from pypi...
Star…