Benn Snyder
Benn Snyder
My use case is to make an instance loaded from one `AssemblyLoadContext` act like an interface loaded from a different `AssemblyLoadContext`. It is the same interface by name, but technically...
MonoDevelop 6 has a hard dependency on Roslyn, so its ebuilds grab DLLs from [mono/roslyn](https://github.com/mono/roslyn). The fork has been discontinued because [dotnet/roslyn](https://github.com/dotnet/roslyn) can build on Mono now, but it looks...
Monodevelop needs a [patched libgit2sharp](https://github.com/libgit2/libgit2sharp/compare/master...mono:xs-6.0-v2) to build. Unfortunately, the patch doesn't apply cleanly against upstream.
@ArsenShnurkov Same here with the debugger crashes. I've almost given up on it because it's so unstable and none of the newer tagged releases have built successfully on my machine...
[`#pragma once`](https://en.wikipedia.org/wiki/Pragma_once) is supported by every major compiler and is in several ways superior to `#include` guards.
This is still a problem in OpenNI 2.2 Alpha from http://www.openni.org/openni-sdk/. When I try to compile a driver against Include/Driver/OniDriverAPI.h, I get ``` ../src/DeviceDriver.cpp: In function 'void oniDriverCreate(OniDriverServices*)': ../src/DeviceDriver.cpp:271:1: error:...
I'm guessing no one else is writing OpenNI2 drivers so this is low priority. In any case, the workaround is simple: ``` // macros defined in XnLib (not included) -...
From a user perspective, it seems that upstream has incorporated almost all of the cool features from this fork. If you don't want to maintain it anymore, maybe just link...
I like the idea! I wonder if there is a "standard" way to handle remotes and media keys, perhaps with `Qt::Key_MediaPlay`. I will look into it soon, after merging upstream...
Excellent, thanks for the tip! This fixed a Saints Row 2 crash for me. /etc/portage/package.env ``` sys-libs/glibc stackrealign.conf ``` /etc/portage/env/stackrealign.conf ``` CFLAGS_x86="${CFLAGS_x86} -mstackrealign" CXXFLAGS_x86="${CXXFLAGS_x86} -mstackrealign" ``` emerge -v1 sys-libs/glibc