David Brooks
David Brooks
Otherwise SciGraph doesn't start when using recent versions of Java.
A syntax error in Cypher code sent to the `/execute` endpoint results in a Java exception that is reported to the client as a HTTP 500 error, with the server...
I did this in `utils/pathUtils.js` on the off-chance it might have fixed the strange behaviour I was seeing with getting an arc's centre...
According to the [CSS Syntax draft](https://drafts.csswg.org/css-syntax/#would-start-an-identifier), an identifier can start with two minus signs (`--`). This is not supported in the parsing tests.
### Target Use Case We use MapLibre to show cartoon maps of anatomical features on which neuron paths are drawn, using both plain and dashed coloured lines. The resulting map...
In particular for `` although I'm wondering if there is a general property that can be used. Thanks.
In the following, a popover opens when the respective button is toggled on, but the popover stays open when another button is clicked (and opens its popover) even though the...
I've been trying to understand why `gitx` wheel spins, sometimes for a few seconds, with `Refreshing index...` whenever something is staged, and have found: 1) Index refresh is done by...
This allows PythonQt to be compiled under OS/X 10.9 and Xcode 5.1 as part of a large Qt 5.3 project. Without this change there are numerous errors like: ``` In...
Thanks for your work! I've managed to get things working with Qt 5.2 under OS/X 10.9. However QtWidgets and QtWebKitWidgets are missing. What is required to create code for them...