Dave Kushner
Dave Kushner
Neo4j has an excellent REST API module that supports custom graph traversals and path aggregation. It would be great if node-neo4j could expose some access to this functionality, preferably via...
This PR implements the Node.traverse() method, satisfying #102. Total test coverage is forthcoming and it currently does not check for the 'fullpath' return type since that doesn't seem to be...
I'm having an issue deploying one of our commanded-based applications into Kubernetes. I've included the `commanded_swarm_registry` dependency and I've configured `swarm`, via `libcluster` to bootstrap the cluster using the internal...
I have a pipeline laid out something like this: ``` map += videoSource > resize) >= videoSink; ``` Where `videoSource` is a multi-port output, `convertColor` and `resize` are all 1-1...
As you mentioned on the Gitter, I think working towards a generic integrator implementation would be an excellent step towards getting this wonderful project production ready. As far as I...
Every great physics engine needs a robust and stable constraints system with a corresponding solver implementation. Possible joints and constraint types to support include: * Point * Hinge * Sliding...
First off, thanks so much for creating this repository. As a relative newcomer to Go, orienting myself in a landscape without established or strictly enforced best practices has been the...
Hey all! Currently trying to integrate Lua into my application as a scripting extension for rapid development. I wish to allow the user to implement custom components with something like...
Went looking to use `found-relay` with a TypeScript/React project and was unable to do so as all of the examples depend on `farce` and its history management, which does not...
**Client libraries** - Language: JavaScript - Version: 6.6.0 **Browsers tested** - Chrome: FAIL - Firefox: FAIL - Native: FAIL **System description:** KMS in a Docker container and signal server running...