Chris Roat
Chris Roat
In making a displot with `stat="percent"`, there are two normalizations, controlled by the boolean `common_norm`. Either the entire figure is normalized, or each individual group is normalized. I would find...
The current README states this handler is deprecated in favor of the new Graceful Node Shutdown: > ⚠️ Deprecation Notice > As of Kubernetes 1.20, Graceful Node Shutdown replaces the...
These are not namespaced objects. It seems kubectl silently strips the namespace, but other tools are more strict and this causes problems.
There have been some nice improvements and fixes since 1.1.11 was released. It would be great if the release process could produce a new version!
## Bug Report ### Description When schema tables are nested within a class, datajoint cannot find an elements table. The problem seems to be related to a change in context,...
In principle, fsspec can completely subsume the current protocols (file and s3) and can provide many more. However, since it is a new integration and getting credentialling correct can be...
## Bug Report ### Description A computed table referencing a table using an AttributeAdapter triggers and assert about a missing context. ### Reproducibility Include: - OS: MacOS 11.5.2 - Python:...
## Bug Report ### Description When Part table rows are deleted because an upstream dependency is deleted, the master rows with key prefix for those rows should also be deleted....
## Bug Report ### Description In a master table method, a query on the part table seems to disassociate from any restrictions done on the master `self`. Below is the...