goncalopp
goncalopp
I'm not sure if this actually a bug, or intended behaviour, but `cached_property_with_ttl` doesn't consider the time that the cached function takes to execute, only the time between attribute accesses....
The type information for instance attributes seem to be wrong/lost/not stored in some circumstances. Here's an illustrative example, run with `pytype tmp.py --check-attribute-types --check-container-types --check-variable-types` ``` from typing import List...
Currently there are no unit or system tests.
After calling `app.stop()`, the (web)socket is left open, according to `netstat`. Doing `app.run()` after `stop()` opens a new socket, but the old one is left open. Is this intended behaviour?
I'd like to announce the creation of **[python-uinput2](https://github.com/pyinput/python-uinput2)** This is a continuation of the great work done by Tuomas and others, with the following goals: - API stability and retro-compatibility...
This updates the README to point to the new project home and deletes old files to prevent confusing users / forks