- john@johnsoft.com
- https://johnsoft.com/
- Joined on
May 6, 2011
Popular repositories
-
tower-pc
An x86 PC emulator
4 C++
-
rsvg
A cross-platform pure Python wrapper for RSVG
2 Python
-
dustcourse
A web-based level viewer for Dustforce
2 TypeScript
-
py3web
A lightweight web framework for Python 3
1 Python
-
Moldy
An elegant templating engine for Python 3
1 Python
-
PyMySQL
Forked from PyMySQL/PyMySQL
PyMySQL: Pure Python MySQL Client
1 Python
20 contributions in the last year
Contribution activity
October 2016
Created 1 repository
- johnsoft/raven-js JavaScript
Allow importing of all declared types
There's been a regression in the TypeScript definitions. In version 3.2.0, I was able to import raven's types like so: import Raven, { RavenOptions…
Regression when calling a union of function types
TypeScript Version: 2.0.3 (This is a regression from version 2.0.0) Code type DoubleFunc = ((x: number) => void) | ((x: any) => void); function call(f
1 comment •