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 40 million developers.
Sign up- 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
456 contributions in the last year
Contribution activity
February 2020
January 2020
- vsajip/sphinx-rust Python
- vsajip/dp Go
- vsajip/pp Go
- vsajip/gore Go
- vsajip/project-layout Makefile
- vsajip/sphinx Python
- vsajip/sphinx-csharp Python
- 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() { _ β¦