Jeff Haynes

Results 10 issues of Jeff Haynes

In the case that a HID device does not support INPUT, `IDevice.InitializeAsync` throws an `ArgumentOutOfRangeException` from [here](https://github.com/MelbourneDeveloper/Device.Net/blob/5e65ed6b4b1661ab651040f20ad9ed5f4940ec8a/src/Hid.Net/Windows/WindowsHidApiService.cs#L140), as `readBufferSize` will be zero.

I'm trying to use this in a project that targets 1.3. Is there a specific reason this targets 2.0?

It would be nice if path syntax supported indexers for collection binding

enhancement

At some point in the distant future, remove weird work-around for deferred evaluation of endianness and add an interpretation layer that decouples reading and writing from value representation

enhancement

While I realize your statement about VC++ not being a C++11 compiler used to be true, I'm not sure that's the case anymore. https://msdn.microsoft.com/en-us/library/hh567368.aspx Although I'm having some trouble getting...

I have no idea what causes this or how to reliably reproduce it, but running `west init` on windows occasionally leaves everything in the `zephyr/manifest-tmp` folder upon "successful" completion. `west...

MediaSample2D does but it looks like processing audio is not possible

Running `mlagents-learn` with the `--no-graphics` options **silently causes visual observation training to fail**. This issue is documented [here](https://github.com/yosider/ml-agents-1/blob/master/docs/Limitations.md). However, unless you happen to read this documentation, _it is possible to...

bug