Benn Snyder

Results 13 issues of Benn Snyder

I'm not sure if this is expected behavior. ```csharp interface IDo { void Do(); } sealed class DoNothing : IDo { void IDo.Do() { } } ``` ```csharp class TheDoNothing...

Got a fetch failure when trying to install nant. ``` * nant-nant-0.93.5019_p201511150-19bec6eca205af145e3c176669bbd57e1712be2a.zip SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] >>> Downloading 'http://distfiles.gentoo.org/distfiles/mono.snk.bz2' --2016-12-18 19:52:55-- http://distfiles.gentoo.org/distfiles/mono.snk.bz2 Resolving distfiles.gentoo.org... 64.50.233.100,...

Looks like it's not yet possible to mount by filesystem uuid or label. ZFS implements this with [zpool.cache and userspace daemons](https://wiki.archlinux.org/index.php/ZFS#Automatic_Start), but I think bcachefs can make it even easier....

Recently I noticed major issues with games running via Proton. - failure to launch except with old Proton 5 and `PROTON_USE_WINED3D=1` - crashes, stuttering, and very poor performance In the...

Now consumers don't have to block forever.

When I execute the attached code, I receive only depth frames in my callback. If I move the `addNewFrameListener()` call to `// MOVE HERE`, I get both color and depth...

I'm trying to create driver-level log entries using `oni::driver::DriverServices::errorLoggerAppend()`, but they don't appear in console output even when `Verbosity=0`. Am I missing something?

In OniDriverAPI.h, the ONI_EXPORT_DRIVER macro references the XN_NEW and XN_DELETE macros, but these are not declared at that point. This only shows up if you call ONI_EXPORT_DRIVER without including XnLib,...

As per [this report](https://github.com/piedar/OpenNI2-FreenectDriver/issues/36) and my own experience, Linux x86 builds fail in `OniPlatform.h` with ``` # error Xiron Platform Abstraction Layer - Unsupported Platform! ``` The solution is to...

The NiTE 2.2 sample HandViewer aborts with a failed assertion in malloc.c on Linux 3.8.13 with gcc 4.6.3. ``` HandViewer: malloc.c:2451: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) -...