Nicholas Earl
Nicholas Earl
I have a tile set that has several variations depending on the nature of the neighboring tile. However, I'm not sure of how to make the rule ~brush(es)~ tile(s) aware...
The documentation is currently quite reader-heavy in terms of interacting with spectrum data files. This is a proposal to expand the docs to include more information and examples of writing...
Currently, the JWST loaders don't consider the DQ flags. See comment [here](https://github.com/astropy/specutils/issues/424) in which we may want to consider putting the DQ flags into the `mask` attribute. Likewise, we could...
I've been trying to move some intensive neural process work from python to julia, but this package doesn't seem to support the latest version of Stheno's kernel functions (i.e. `Matern52`...
When attempting to run the Grizli-Pipeline notebook, an error is raised missing local variables. ``` --------------------------------------------------------------------------- UnboundLocalError Traceback (most recent call last) in 7 visits, all_groups, info = auto_script.parse_visits(field_root=root, 8...
**Describe the bug** When setting up ContainDS with a Kubernetes cluster and a Voila presentation, the `presentation_path` variable uses `/home/jovyan` instead of the user-specific path. Related issue: ideonate/cdsdashboards#43. **To Reproduce**...
Provide a registry for users to create custom functions and include them as plugins. This is mainly for the case of a gui application where a plugin would provide both...
**Is your feature request related to a problem? Please describe it:** Currently, the pan and zooming as a single toggled action in the profile viewer (and others). However, it'd be...
The viewer registry is necessary for interactions with gui-based applications created using glue-jupyter. Currently, glue-jupyter does not provide the importable registry.
Hello, I'm trying to mount a Vuejs app in the render method of the custom `DOMWigetView`. This Vuejs app relies on `.vue` single file component files. While everything builds fine...