glitch4347
glitch4347
Sometimes labeling doesn't turn off. It happens somehow when you mix labeling with zooming or mouse moves out of the graph. Sorry for bad steps to reproduce source: https://gitlab.com/hastic/hastic/-/issues/38
If connection to datasource fails then server doesn't try to reconnect. Reconnection should not happend when it's a bed query (bad formed) Source: https://gitlab.com/hastic/hastic/-/issues/37
There is comparison of patterns in pattern detector of of pattern from the detection window with other patterns from the learning results. Now this comparison cut by avg (in orignial...
It's possble to run ruslqite in thread as service and work asychroniusly
In current model timestamp doesn't count, so the model can be improved by adding timestamp
Steps to reproduce: * start server and client * turn off server * update the config Behavior: config changed on client, but it hasn't been saved on serve so we...
Now server panics with message ``` thread 'main' panicked at 'error binding to 0.0.0.0:4347: error creating server listener: Address already in use (os error 98)' ``` we can create a...
More than one analytic units / metrics on dashboards. It's not the same as analysis of multiple metrics
Implement periodic detection in detection runner with output to console
In this PR i've introduced saving of last detection https://github.com/hastic/hastic/pull/60 but it work in sync way which is not very cool