Matias Guijarro
Matias Guijarro
* gevent version: 21.1.2 (installed from Conda package) * Python version: 3.7 (installed from Conda package) * Operating System: Arch Linux 5.10.59-1 SMP PREEMPT ### Description: I would like to...
First of all, thanks a lot for this library : it is very useful ! Recently at my company we wanted to update to treelib 1.6.1, however we started to...
Following comment by @cappel89 , this MR proposes to define `PositionerBase` as an abstract class. This way, it would not be needed to mention `move()` method needs to be overwritten...
Here is a pull request to close #656 , taking into account comments in : https://github.com/ClearcodeHQ/pytest-redis/pull/657 (sorry had to create a new pull request... Not super at ease with github...
I would like to be able to start redis in tests, with redis-server extended with Redis extension modules. The `--loadmodule` command line argument is here for this. Unfortunately it is...
… default value to characterize the value Solves issue #1193 (and #1178 ?)
(similar issue to #1178) The signal description (`.describe()`) method guesses the `dtype` and `shape` of a `Signal` value, from the default value passed to `Signal` constructor. This leads to a...
pyepics starts auto-monitor subscription even if no user callback is defined. This is to speed up `.get()` calls, which would not require to really query the IOC (caching). Currently, caproto...
Fixes #850