Kim Pevey

Results 53 issues of Kim Pevey

We've had 2 issues recently where vs code updates caused regressions. vscode is a major part of how many devs work on qhub. For me personally, I can't/won't use qhub...

area: CI/CD 👷🏽‍♀️
type: sprint-candidate :runner:

I'm using the latest annotators that include the path breaking which promotes vertices to nodes. It appears that as I'm creating a line, vertices are being promoted to nodes if...

I've been trying to set up some default plot options for my project. In my py file I have: ``` hv.Store.set_current_backend('bokeh') opts.defaults(opts.Points(color='red', size=8, nonselection_alpha=0.5, tools=['hover'], colorbar=True), opts.Polygons(color='red', line_width=2, alpha=1.0, selection_alpha=1.0,...

Recipe: 1) Annotators.ipynb - Run All 2) go directly to the PolyAndPointAnnotator 3) Click PointDraw 4) Try to click and drag a point - it will not work After some...

bug
ready
high priority

I have some suggested improvements/expansion of TriMesh that my work would greatly benefit from. 1. Ability to select an individual node and to see x,y,z information and any additional vdim...

Opening this for discussion on polygons with holes. Recipe: 1. Draw a polygon 2. Draw another polygon inside of the first polygon 3. The second polygon is essentially cut out...

I don't have a good recipe for this, but it keeps happening so I'll just report it and if more information is necessary I can add it. 1. load annotator...

ready

How is the width of the columns in the dynamic tables in the annotators chosen? I have this: ![table2](https://user-images.githubusercontent.com/15659110/45887593-b59a0180-bd81-11e8-8ddf-1d976ece6bfa.PNG) Some columns need to be wider because of contents (like datetime),...

If I don't specify `point_columns` in my annotator instantiation, `point_table` will automatically add the vdims that are already in gv element BUT it also adds the default `Size` column. When...

bug

Vertex link/stream doesn't update the table when you move the poly/path. If you single click on a path, the vertex table appears with vertex xy coords, as expected. If you...