-
This might be worthwhile looking into
### Before `pipenv-setup sync --pipfile`
```python
setup(
...
include_package_data=True,
zip_safe=False,
install_requires=[
"app…
jshwi updated
2 years ago
-
- Legacy: configparser (mention in docs)
- Modern: https://github.com/beetbox/confuse, https://github.com/ActiveState/appdirs
-
So,
The Logger.instance() is able to receive an optional param of log_dir.
The problem is that in the code you can find those lines:
```
self.__log_dir = log_dir
if self.__log_dir is None:
self.…
-
* [ ] The instructions in README about docs building are incomplete:
```
$ make html
sphinx-build -b html -d _build/doctrees . _build/html
make: sphinx-build: Command not found
Makefile:53: r…
-
- [x] I am on the [latest](https://github.com/ActivityWatch/activitywatch/releases/latest) ActivityWatch version (v0.13.0 as of submission).
- [x] I have searched the issues of this repo and …
-
After running `sudo python setup.py install` it fails with the following output:
```
running install
/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'powerline-status …
-
follow up to #603 .
It seems like we should be able to at least cover the `PYTHON_INSTALL/etc/` path on windows.
This maybe a problem that `appdirs` will "just fix" for us...
-
Related to #285. If I will press 'next' with `%py3_build` field -- RPG will not just ignore error, it will crash with SIGABRT.
``` python
[16:54:48] {/home/brain/git/upstream/rpg/rpg/project_builder.…
-
My apologies if this is just some quirk of Python that I don't understand.
I am trying to make a local cache of compiled .pyc files to speed up import statements. A new feature in Python 3.8 allows…
-
Why should someone enter the token again and again? Why not to save it in `~/.config/telepyth/token` for example?
The [appdirs](https://github.com/ActiveState/appdirs) package could be used to dete…