-
Commit ccdfd8cfe59f28a7fd53dbff91818dfcc8693ca3 removed the use of HidGuardian and the associated helper routines. HG 1.14.0.0 just barely worked anyway and the version 4 series in its current state (…
-
In order to reduce the complexity and the code we have to write we should think about using a native lib LAPACK. If we can use native lib we would have a lot easier for QR, inverse, SVD, EVD, etc.
…
-
Could you please add sequential layout to all struct so that arrays of them will be pinnable? The fact that DateTime in .NET is not blittable is a major inconvenience - I often need to pin arrays of t…
-
We need to add full iOS support for the framework.
This should not be too difficult as everything has been designed with cross-platform support in mind. Will require hooking up Xamarin, adding the …
peppy updated
5 years ago
-
Could you let me know your thoughts on these:
- Do you specify namespaces in the body of your files very often? (instead of the default in project properties)
- If yes, do you align your namespac…
-
There seems to be a memory leak somewhere in file retrieval.
```C#
using System;
using System.Linq;
using MediaDevices;
namespace MediaDevicesLeakRepro {
class Program {
static vo…
-
# Issue Title
I'm not sure if this is a mac os issue or just the way .net core works on mac osx mojave. But essentially I'm using the api example here "https://forums.xamarin.com/discussion/21965/b…
-
[`dotnet` cli](https://github.com/dotnet/cli) will likely be the best bet for building cross platform executables moving forward. Once the API surface has settles down we can take a look at porting ev…
-
Are there any plans for a C# .net interface similar to what is availible for Python and R? For example:
https://github.com/Microsoft/LightGBM/blob/master/python-package/lightgbm/sklearn.py
I can…
-
I'm using the C# wrapper, and multiclass classification seems to fail (or I'm using it wrong).
I've written my records to text, and I can get the vw.exe to work. The training and predictions appear v…