Kevin Schneider
Kevin Schneider
I think we could offer such an abstraction though. Keeping consistent e.g. with special axes type creation, this would mean there would be a `Shape.initVerticalLine`, `Shape.initVerticalRect` etc., what do you...
@LibraChris @bvenn Depending on how hard and time consuming a managed implementation would be, I would suggest to first go the route of adding bindings to the respective LAPACK method...
@7sharp9 if you just want to visualize your data and do not care about the fit function that creates the surface, you can just use `Chart.Surface` from Plotly.NET as @bvenn...
ChatGPT has these insights for you: >It is tedious to work with 4 enumerable collections (i.e., seqs, arrays, lists) at once without proper functions. FSharp.Core.Collections already provides mapping functions for...
It even created the code for you, but seems like it ran out of patience for the last one: ```fsharp // Working with 4 enumerable collections at once without proper...
please change signatures from `(mapping : 'T -> 'T -> 'T -> 'T -> 'U) (array1 : 'T []) (array2 : 'T []) (array3 : 'T []) (array4 : 'T...
> Excuse me? It is 2023! write some docs then my dude, 2023 is the year of the docs
Hey @jkone27, I think the dependencies are pinned like this because ML.NET introduced backwards-incompatible changes in their 2.X + releases (correct me if i am wrong @muehlhaus @ZimmerD). There some...
Hey @johnW-ret > It appears that the problem is when height or width are manually set in Layout responsiveness breaks. I think that assertion is correct, and would also make...
@johnW-ret have you tried using a custom template instead of the default template? It sounds to me like this would solve your issue