Results 6 issues of Kemal Eren

I cannot recreate the search example on https://www.flask-meld.dev/ which shows the function `users()` running a query and returning the results. Then the template directly uses those objects, such as in...

Assuming we have some slot called `slot`: ``` d = {0 : "astring"} slot.setValue(d) slot[:].wait() # returns the full dictionary slot.value # returns the string "astring" ``` `Slot.value()` assumes that...

If you create a layer viewer with a single multichannel layer, it fails with a shape mismatch. However, if there is also a layer of the same shape, but with...

bug

My last pull request failed on Travis because the tests hang. Pinning the jQuery version fixed that on my machine. See https://github.com/ember-cli/ember-cli/issues/5317

## What changes are proposed in this pull request? This PR adds a new `Label` class called `DetectionsMask` for mask-based detections, analogous to how masks in the `Segmentation` work for...