James A. Bednar

Results 135 issues of James A. Bednar

The examples collected in this repo are currently deployed on an Anaconda Enterprise cluster that manages deployments, and we have an internal application based on Lumen that can monitor those...

new_project

See https://github.com/holoviz/holoviz/issues/382

**I'm submitting a...** - [x] feature request `conda env create` normally gives the newest version of each package compatible with the environment specification, which is a good default. However, environment...

type::feature
source::anaconda
stale::recovered

Thanks for RISE 5.6.1; it's fabulous! I'm trying to make my presentation match my corporate style guide, but am failing miserably. I've been able to select an existing theme like...

check

**I'm submitting a...** - [x] feature request Issues #793, #1696, and #3299 from different users all request that conda support optional dependencies. One interpretation of this request was [implemented](https://github.com/conda/conda/pull/4982) in...

type::feature
pending::discussion
source::anaconda
severity::3
stale::recovered
backlog

Panel widgets are tied to a specific Python datatype (int, float, etc.) and various modes of interaction (slider, text box, etc.), but not all combinations are covered by existing widgets...

type: feature

I recently made a presentation trying to convey as simple a flow as possible for employing reactive expressions in a notebook. The pitch was meant to be "if you have...

TRIAGE

As explained in https://holoviz.org/tutorial/Interactive_Pipelines.html#terminating-reactive-expressions, link_selections does not understand .rx objects, making it difficult and confusing to create reactive linked selections. That page already explains what you have to do instead,...

type: enhancement

I work almost entirely with pure Python packages with the same codebase for both Python2 and Python3 (param, imagen, holoviews), and thus I should be able to build noarch conda...

stale::recovered
tag::noarch

Right now, len(x) on a reactive expression gives an error even on objects that do have a length: ```python from param import rx l = rx([1,2,3]) print(l.rx.len()) len(l) ``` ```...

type-feature