Elmar Pruesse

Results 91 issues of Elmar Pruesse

#156 was not completely fixed. The static timing works as long as there is only one R process per IP or per API key. If multiple users use `rentrez` without...

The hours shown in the "Hour of Day" chart seem to reflect the local time for each developer. It would be neat to have a chart normalized to GMT, showing...

- The way to handle multiple maintained versions (say a 9.x and a 10.x branch) in a feedstock is to create a second branch. - *All* branches in a feedstock...

Docs

Currently, the `about:` section in the `meta.yaml` describes the package (`summary`, `description`, `home`), it's license (`license`, `license_file`, `license_family`, `license_url`), documentation (`doc_url`, `readme`) and developer information (`dev_url`). There are various additional...

stale

It might be worthwhile to have a small simple configuration file in which the sensors, their type and ID are listed: - push meaningful names to MQTT rather than obscure...

Each message is sent as a burst of repetitions. Instead of logging each message, logging e.g. ``` Device 1234567 reported status 0x80 (7/12 CRC ok) ``` for a burst of...

Did anyone ever observe messages from the control panel(s) themselves? Since there are keyfob remotes and remote panels, I would expect that they exchange messages as well, not just to...

The Honeywell system itself apparently only notices jamming as more than 20 seconds of continuous noise, making it easy to bypass by just jamming 19 seconds at a time. The...

I recently noticed that `transmute` has been marked as superseded by `mutate(.keep="none")`. However, it turned out that `mutate` doesn't replicate column ordering behavior of `transmute`, but does something odd: ```r...

feature
columns ↔️

This is "minimally invasive". After the reload of the table on the client and potentially restoring selections via JS callback function, the `cleanSelectedValues()` function sends potentially incorrect `_xxx_selected` information to...