Jérôme Lafréchoux

Results 65 issues of Jérôme Lafréchoux

Hi. `marshmallow-mongoengine` uses Marshmallow's `post_dump` / `post_load` decorators. The [docs](http://marshmallow.readthedocs.io/en/latest/api_reference.html#module-marshmallow.decorators) say: > The invocation order of decorated methods of the same type is not guaranteed. If you need to guarantee...

enhancement

#### Environment - Operating System: Linux Debian Bookworm - Vim/Neovim version `:version`: VIM - Vi IMproved 9.0 (2022 Jun 28, compiled May 04 2023 10:24:44) - NERDTree version, found on...

bug

The only difficulty, as far as I can tell, is the availability of the configobj module. This module is used to read the config file. It is quite practical. The...

enhancement

As discussed [here](https://github.com/Jerome-github/oem_gateway/issues/23), the next version of OEM Gateway will be [emonHub](https://github.com/emonhub/). Please open new issues on emonHub. Thanks.

It is currently hardcoded [here](https://github.com/Jerome-github/oem_gateway/blob/master/oemgatewaylistener.py#L107) as 9600.

enhancement

In the current implementation, the config file is read on a regular basis and there is no need to restart the gateway after reconfiguration. On the other hands, if the...

enhancement
question

A shorter timeout on urlopen() would be nice. Since the program is single-threaded, urlopen() stops the whole execution. The timeout argument in urlopen() does not seem to work. http://docs.python.org/2/library/urllib2.html Neither...

bug

Currently, when the buffer can't reach its target, the data is kept in RAM and the communication retried later. To avoid filling up the RAM, the data is trashed after...

enhancement

Apparently, customizing config files is not that straightforward. Probably due to lack of documentation. (E.g. : http://openenergymonitor.org/emon/node/3691) Config samples would be useful.

enhancement

Some calculations rely on the time the data is received. For instance a power is calculated using the reception timestamp. Since this timestamp is determined when the data is read...

enhancement