fl4p-old

Results 12 issues of fl4p-old

It appears that master client communication is not encrypted, even with https enabled. Although it is impossible for attackers to authenticate, they might be able to read sensitive data stored...

The scheduler sometimes spawns multiple jobs for a single event with Concurrency 1 (Singleton). Although this almost never happens, it sometimes does and is unexpected behavior.

After some days of runtime Cronicle crashes at startup: ``` RangeError: Maximum call stack size exceeded at Encoder.encode (/opt/cronicle/node_modules/socket.io-parser/index.js:133:20) at Client.packet (/opt/cronicle/node_modules/socket.io/lib/client.js:156:20) at Socket.packet (/opt/cronicle/node_modules/socket.io/lib/socket.js:223:15) at Socket.emit (/opt/cronicle/node_modules/socket.io/lib/socket.js:168:12) at constructor.masterSocketEmit...

The volume of the BTCUSDT contract is way too high, needs to be multiplied by `0.001 * ticker.last` at least, see https://www.delta.exchange/contracts/#BTCUSDT Code: https://github.com/coingecko/cryptoexchange/blob/master/lib/cryptoexchange/exchanges/delta_futures/services/market.rb#L32

``` .../python3.7/site-packages/arctic/store/_pandas_ndarray_store.py:6: FutureWarning: The Panel class is removed from pandas. Accessing it from the top-level namespace will also be removed in the next version from pandas import DataFrame, Series, Panel...

A cast to `float32`/`f4` before LZ4 compression reduces storage size by 25~40 % and reads use half of memory. For testing I used prices and various other time series where...

Tickstore

Would be nice to have more Pandas rolling window functions in streamz. I implemented rolling correlation and exponential weighted window. The EWM uses a cut-off threshold for finite window sizes....

in `core.py` the set `_global_sinks` captures all constructed sink objects. What was it used for? This should be either removed or replaced with a `WeakSet`

* Toggle charge / discharge FET JK : https://github.com/syssi/esphome-jk-bms/blob/main/components/jk_bms_ble/switch/jk_switch.cpp

Topic names are a bit off