Brendan Whitfield
Brendan Whitfield
Hi, Thanks for putting together the Etherdream! Always glad to see more FOSS in the laser community. If you get the chance, I could use some help debugging a problem...
I felt bad for releasing breaking changes... So here's a PR for the latest python-OBD (0.6.0) that has the unit-aware facilities you requested. One item of note. You'll notice I...
Find a way to render the following gauges with QT native systems - [ ] Horizontal bar graph - [ ] Vertical bar graph - [ ] Graph of a...
Click/drag handles in the lower right corner of each widget.
This avoids situations where the plural vs. singular forms of the tag cause bad queries.
Click/Drag to select a range of files on the grid?
Maybe, while holding down the `shift` key, a pop-up following the mouse can be shown.
Currently, the thumbnails are arbitrarily arranged (based on their order in the `file_set` type). This gets annoying, since clumps of numbered files end up dispersed through the selection. Also, providing...
The current implementations of `add_tag()` and `remove_tag()` are very naive. They will not handle directories bearing multiple tags, and are not capable of proccessing multiple tags in one go. Consider...
Currently, the success of each tag in a query is determined by whether it can be found in the subtags. This means empty queries appear to never contain tags. Also,...