Jacob Beard

Results 47 issues of Jacob Beard

Added new feature: ability to pass in array of files to exclude from build, via 'excludes' property on configuration object. Also, fixed stitch so that build works on win32.

This PR includes a feature to disable timeout. This is necessary if you want a long-running sandbox process.

I am migrating from klayjs to [email protected] and noticed a possible regression laying out an edge that originates from a parent node and targets a child node. Please consider the...

elk

The node executable in the browsix example hosted [here](https://unix.bpowers.net/) throws an error `Path must be a string. Received undefined`. Steps to reproduce: 1. Visit https://unix.bpowers.net/ 2. Run `node`. Note the...

I am using grunt-saucelabs#e865bb24912da3928e2609b958e4a68dd9f07da3 (current HEAD on master), because I was getting unmet peer dependency errors using grunt-saucelabs latest release v8.6.2, due to its dependency on grunt 0.4.0. Here is...

Hello, I noticed that the `definitions` property in the generated swagger.json seems to contain only stub objects, with a single `data` property of type string. This is problematic, because clients...

Please consider the following example: Options: ```json { "algorithm": "de.cau.cs.kieler.klay.layered", "spacing": 10, "borderSpacing" : 10, "labelSpacing" : 0, "layoutHierarchy": true, "intCoordinates": true, "edgeRouting": "ORTHOGONAL" } ``` KLay JSON: ```json {...

bug

```js var moneroWallet = require('monero-nodejs'); var Wallet = new moneroWallet('127.0.0.1', 18083); console.log(Wallet.open_wallet); ``` returns undefined

### Describe the bug Setting setOrbitPoint seems to change the behavior of setLookAt. I would expect setLookAt to be idempotent, which is to say, when given identical parameters, it should...

Hello, I have integrated an OBJ loader with PhysX, such that it loads a mesh and "cooks" it. This is working well for some simple meshes, like the following: However,...