Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises- United Kingdom
- Sign in to view email
- http://plumberjack.blogspot.com/
Popular repositories
-
Forked from django/django
The code in this repo is the Python 3 port of Django: it supports Python 2.x and 3.x from the same codebase (in the django3 branch). Recent test results can be seen at https://gist.github.com/1373553
-
Forked from simplejson/simplejson
simplejson is a simple, fast, extensible JSON encoder/decoder for Python
-
Forked from ygingras/setuptools-git
setuptools plugin to include all git tracked files in your tarballs
Python 1
459 contributions in the last year
Contribution activity
January 2020
- vsajip/papyrus Rust
- vsajip/magic-wormhole-mailbox-server Python
- vsajip/magic-wormhole-transit-relay Python
- vsajip/wormhole-william Go
- vsajip/magic-wormhole Python
Created a pull request in python/cpython that received 7 comments
bpo-16575: Disabled checks for union types being passed by value.
Although the underlying libffi issue remains open, adding these checks have caused problems in third-party projects which are in widespread use. Se…
Created an issue in motemen/gore that received 9 comments
Failure with 'malformed module path "XXX": missing dot in first path element'
I have a config module available on GOPATH. I verify this by running the following program:
package main import ( "config" "fmt"
) func main() { _ …