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 up
Pinned
1,125 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 41 commits in 5 repositories
Created 3 repositories
- davidhewitt/rust-numpy Rust
- davidhewitt/canonical_hand Rust
- davidhewitt/pip Python
Created a pull request in PyO3/pyo3 that received 5 comments
pytypeinfo: rename is_instance to is_type_of
While working on #1276 I realised that PyTypeInfo::is_instance is actually a bit misleading.
The default implementation of it uses PyObject_TypeCheck…
Opened 16 other pull requests in 5 repositories
PyO3/pyo3
4
open
7
merged
- wrap_pyfunction: allow working on all crate functions
- types: refactor native_type macros
- docs: fix a couple of small typos
- pyany: add is_instance
- pyerr: improve debug & display impls
- msrv: bump to 1.45
- coverage: simplify mechanism for panic=unwind tests
- examples: split maturin and setuptools-rust examples
- rustapi_module: move issue_219 regression test
- build: not cross-compiling when musl from gnu
- examples: simplify tox instructions
PyO3/setuptools-rust
2
merged
PyO3/rust-numpy
1
open
PyO3/maturin
1
merged
pypa/pip
1
open
Reviewed 3 pull requests in 2 repositories
PyO3/pyo3 2 pull requests
alacritty/crossfont 1 pull request
Created an issue in alacritty/alacritty that received 3 comments
v0.6.0-rc2 doesn't have msi installer
At https://github.com/alacritty/alacritty/releases I can't see the usual msi installer in the v0.6.0-rc2 (or rc1) artifacts - is this now deprecate…