ordinaryorange

Results 15 comments of ordinaryorange

So I've discovered that the `Shape` class has already been updated in v3.8.6 to handle this. I was looking at the nuget source, which was 3.8.5 Can we get 3.8.6...

Compiled source locally here and referencing that pkg for the moment. At your leisure. Ta

I suspect this issue is more a pythonnet interop problem rather than a Keras.NET one. This hack keeps me moving forward ``` //insert before any Keras.NET code PythonEngine.Initialize(); dynamic sys...

I just hit this issue today. In my situation I had a F# union with private cases exposed as a c# consumable API. The union fields are records, and I'd...

I take your point, and I agree there is a lot to be said for being strict on testing purely against the public API. I totally get the argument from...

Happy to take a look and see if I can contribute. I just briefly browsed through the source to try and see what might be involved, but I got confused...

I just had a deep dive into this, naively thinking this might no be too hard to do if we were happy with multiple TFM's @AlexGagne your deductions on the...

> In your suggestion, would using the Factory part be optional? I don't see why not, `HttpClient` has a parameterless ctor. Have not thought through any implications, but I agree...

I can confirm it is definitely a hovermode problem. I was generating a WebGL scatter of circa 300,000 points where there was small Y variability over X, and the perf...

I had the same error, but was able to remove the package depending on source-map-support, which then got rid of it. @smile18 If you cant remove bunyan what happens if...