Kim Pevey

Results 53 issues of Kim Pevey

**Is your feature request related to a problem? Please describe.** When I go to the Dashboards home screen, I see `Your own dashboards` and `Dashboards from others`. If I want...

enhancement

This is a little strangeness. I'm not sure if this is anticipated behavior. If so, then it should be documented. this works (passes the anticipated owi_obj): ``` @param.output(owi_obj=winds.OWI) def output(self):...

doc

I have an object selector that I'd like to populate dynamically after instantiating the root class. I'll call it `poof` below, the other params are helpful for testing. ``` class...

type-feature
status: discussion
component: type/value stuff

I have a dataset that is UTM that I'm displaying as gv.Points. The dataset extents are beyond the value of the particular UTM zone (I acknowledge the inaccuracy of such...

type: bug
tag: projection

I'm getting an error when I'm trying to run a simple SQL query: ``` import pymapd client = pymapd.connect(user="mapd", password="HyperInteractive", host="metis.mapd.com", dbname="mapd", port=443, protocol='https') sql = """ SELECT * FROM...

# Description We have to main options for returning a viewer or the layers when we're adding an image: ``` viewer = napari.view_image(image) image_layer = viewer.layers[0] ``` or, ``` viewer...

tests

## 🚀 Feature Condense `Points._slice_data` and `Vectors._slice_data` to share more code and comments since they're doing very similar things. There are some nuances between the two, but it seems like...

feature

### Feature description My qhub `projectname` that I used when I ran `qhub init` included an underscore. This was the error that was generated when I went on to `qhub...

type: enhancement 💅🏼
area:developer-experience 👩🏻‍💻

### Feature description During the `qhub init` I used a `projectname` that had an underscore. I believe it wasn't until I got to the `deploy` stage that I saw a...

### OS system and architecture in which you are running QHub GCP ### Expected behavior * all the envs should show up as options for deploying dashboards. ### Actual behavior...

type: bug 🐛
area: user experience
needs: investigation 🔍
needs: follow-up 📫
area: integration/conda-store