Meinrad Recheis
Meinrad Recheis
Anybody here who has Android and IOS devices and can test this PR if it works exactly the same on both?
Great, could you please check out this branch and try it?
Great, did you try with IOS also?
Probably the installation fails because the default install directory is in the user directory.
I'll look later when I got time as I am quite busy but you can check out [Python.Included](https://github.com/henon/Python.Included) which is used by numpy.net under the hood and see if you...
Yes Python.Included and Numpy.NET are Windows only libs because they contain the windows version of python and numpy, but they each have a companion library that can be used with...
One workaround is to use `Connect` instead of `ConnectAsync` and `Send` instead of `SendAsync` and if that doesn't work for you switch to https://github.com/sipsorcery/websocket-sharp
@davidvct, if I remember correctly I have added support for copying data to and from Numpy.NET like @Nucs did in this solution. Read this to see how: https://github.com/SciSharp/Numpy.NET#create-a-numpy-array-from-a-c-array-and-vice-versa
Numpy.NET by default is for Windows, but you can use Numpy.Bare with an existing installation on linux. Also please look at Python.Included (which Numpy.NET is based on), there are examples...
How is this working normally with other libraries you know? Does RTL automatically take effect when the current UI culture is RTL? Is there a need for switching RTL on...