Kevin Thompson

Results 6 issues of Kevin Thompson

The rendering of the NoItemText property, or similar outputs (ie, no table model, no column model) is broken due to the way that calls to Invalidate() are filtered in the...

I've found a somewhat complicated bug involving Table.TopIndex - under certain usages, it seems that the value gets corrupted, causing the table to layout rows in the wrong order. Specifically,...

bug

`ResamplerDmoStream.Read()` has two places where it compulsively allocates arrays every time it performs a loop. Consider reworking the code so that it only allocates arrays when it needs to. Below...

There's a small window of time where [`WasapiOut`'s](https://github.com/naudio/NAudio/blob/master/NAudio.Wasapi/WasapiOut.cs) `PlayThread` can be live while `WasapiOut` is `Stop()`'d and `Dispose()`'d, which can result in access to disposed COM objects from `PlayThread`. Consider...

The documentation for bladerf_get_gain_modes says that you can pass in NULL so you can query the size of the mode list before you call it again: https://www.nuand.com/libbladeRF-doc/v2.5.0/group___f_n___g_a_i_n.html#ga5350f1868a06dc92bef4ea0f07914f42 "This function may...

For the last 2 years, I've been working on a scientific app that uses a bladeRF and does a significant amount of computation in realtime - the application reads samples,...