Martin Dengler
Martin Dengler
Hi, Just in case it's useful I added a README.org to my fork of your zenburn.el git repo and thought you might be interested in pulling it. Martin
docs: README.md: source install instructions use pip to avoid google namespace package differences
Avoids this issue: https://github.com/protocolbuffers/protobuf/issues/7877#issuecomment-691371728 Summary: google packages are mixing "native namespace packages" and "eggs that internally use pkg_resources-style packages", causing `ImportError` when people install from source using `python setup.py install`;...
[BUGFIX] Fix AttributeError: module 'numpy' has no attribute 'bool'. (#21165), builds on PR #21223
## Description ## (Complete-er version of PR #21223) `bool` replaces `np.bool`, a deprecated alias for the builtin `bool`; fixes #21165 Bug symptom: Importing `mxnet` with `numpy` 1.20+ results in AttributeError:...
Hi, Just wanted to let you know your repo contains zero-padded file modes: ``` $ git fsck Checking object directories: 100% (256/256), done. warning in tree b463fd564483cc4cca5e506bf6670fd1ce4c84dc: zeroPaddedFilemode: contains zero-padded...