William Emfinger
William Emfinger
End up being able to create the object as a connection that has no set (even though it should) and that has an invalid meta-property (which is the magic pointer...
Tested same model on same server (both a test on webgme.org as well as our own server) showed that copy/paste using ctrl+c/v works in Linux Chrome, but not in Windows...
I'm trying to build VoxelFree (for UE5) on MacOS (12.1) using a locally built version of UE5 off the `ue5-main` branch, which currently builds a target for UE 5.1. When...
### What this PR does * Update Build.cs to include Android target platform * Built libbson using NDK for target API >= 27 and added it as `libbson-static-android-1.0.a` for use...
This would allow us to determine what kind of tiling padding we want on a per-node basis :)
I.e. edges from a parent node to one of its children, grand-children, etc. or the reverse. Example:  When at least one such edge exists in the model, the layout...
**Is your feature request related to a problem? Please describe.** I would like to be able to link github issues / PRs / etc. to tasks in the Planner app...
Currently, they cannot be defined as members of classes because they lack default constructors - for lazy initialization as might be needed when they exist as part of another class.
Mirrors the structure of the [SimpleActionSever](http://docs.ros.org/api/actionlib/html/classactionlib_1_1SimpleActionServer.html#a4964ef9e28f5620e87909c41f0458ecb) which allows ```c++ void registerGoalCallback (boost::function< void()> cb) void registerPreemptCallback (boost::function< void()> cb) ``` so that the [SimpleActionClient](http://docs.ros.org/api/actionlib/html/classactionlib_1_1SimpleActionClient.html) would have methods ```c++ void registerDoneCallback ...