Zhenyong Zhu
Zhenyong Zhu
Currently Deedle and Deedle.Math targets both `netstandard2.0` and `net45`. The reason of keeping `net45` is to keep Deedle.RProvider happy as RProvider has not been moved to netstandard2.0 yet. However, it...
Temporarily disabled documentation test because of World Bank provider stopped working in FSharp.Data. It's pending on the following pull request https://github.com/fsharp/FSharp.Data/pull/1320
See discussions in #330. The following test case created series of 3 keys and 2 values when accessing `f.GetRow(5000001L).["Times"]`. Created this issue to track how to fix it. ```fsharp []...
Just browsed the official website of plotly. I noticed the documentations of F# version are still using the preview version. 
Buttons to choose 'hover to closest' and 'hover to compare' disappear in versions from 2.0.0 to 2.3.1. See repo here https://codepen.io/zyzhu/pen/BaREOVg  Buttons are there in 1.58.4  If I...