Dmitry A. Grechka

Results 5 issues of Dmitry A. Grechka

Official docs https://www.openhab.org/docs/configuration/migration/ guides the user to the wiki page "Breaking Changes in openHAB 3" (https://github.com/openhab/openhab-distro/wiki/Breaking-Changes-in-openHAB-3), which in turn guides the user to another document (https://github.com/openhab/openhab-distro/releases/tag/3.0.0#breaking-changes-that-require-manual-interaction-after-the-upgrade). It has a quick...

documentation

I came to this project page in order to find the way to access the .NET coded file system implementations via Windows Explorer (e.g. like OneDrive disk, network mapped disk,...

Base plot code contains map related code. E.g. _mapControl, this.map field. This makes the code complicated. Mixes responsibility. I propose to separate out map related code out from base plot.

engineering debt

Open HTML from repro.zip [repro.zip](https://github.com/predictionmachines/InteractiveDataDisplay/files/2708941/repro.zip) Click on "MCMC traces" you will see ![image](https://user-images.githubusercontent.com/5637547/50425418-9af68d80-0886-11e9-9523-804c24af6235.png) After double-clicking on the plot it refreshes and becomes normal: ![image](https://user-images.githubusercontent.com/5637547/50425423-b5c90200-0886-11e9-8b7f-f5d42896fc27.png)

Putting the chart into a div with style {text-align: center; } results in shifted plotting area: ![image](https://user-images.githubusercontent.com/5637547/50141901-bdead580-02b9-11e9-8b18-d784cefc7fb1.png) Removing this CSS property fixes the issue: ![image](https://user-images.githubusercontent.com/5637547/50141914-c6dba700-02b9-11e9-8a9f-8095c7f7ae4c.png)