Highlights
- Arctic Code Vault Contributor
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 upPinned
458 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 8 commits in 2 repositories
Created a pull request in Dobiasd/FunctionalPlus that received 1 comment
Opened 1 other pull request in 1 repository
scylladb/scylla-migrator
1
merged
Reviewed 1 pull request in 1 repository
Dobiasd/FunctionalPlus 1 pull request
Created an issue in unbit/uwsgi that received 3 comments
uWSGI not rejecting requests when the listen queue should already be full
Given the following minimal example: # myproject.py import time from flask import Flask app = Flask(__name__) @app.route('/') def hello(): time.sleep(