Kit Ham
Kit Ham
I tried building the library in Ubuntu 12.04, OpenCV 2.2 (also attempted other configurations), and kept getting an error like the following: ``` /usr/bin/c++ -Wall -DNDEBUG -O3 -fopenmp -funroll-loops -march=native...
As far as I can work out in the iOS app, there's currently no way to undownload any downloaded songs. Sidenote: thanks for a beautiful piece of software!
### Summary I'd like to add support for things like: ``` brew services start foo brew services stop foo brew services restart foo brew services kill foo ``` More than...
##### SUMMARY Fixes #8274. Some formulas have names that are also cask formulas (e.g. docker). When trying to install such a formula, brew prints a warning and returns a non-zero...
### Summary I'd like to add a `force_formula` parameter to the brew role so that the brew command includes `--formula`. ### Rationale When trying to install docker with homebrew, ```yml...
Implement classes like Image, Rectangle, Line, etc. This makes the syntax nicer for sending data to Nutmeg. For example instead of: ``` fig.append('ax.shapePlot.shapes', {'type': 'rectangle', 'x': 5, 'y': 10, 'width':...
Currently, for something like LinePlot, it has an associated LineCanvas. LineCanvas assumes that its parent is a LinePlot and extracts the data it requires by accessing the LinePlot's properties. A...
When finding the nearest data point to a mouse click, it doesn't seem to be working exactly right... Needs further investigation.
Add a quick way to take a temporary snapshot of the current plot. It will be added to a list that will show thumbnails of recently snapped plots that can...
Include some commonly used plot types instead of having to define QML every time. Something like "Single", "TripleColumn". Sub issues: - [ ] To work well, this will also need...