Emergency Self-Construct

Results 76 issues of Emergency Self-Construct

As a user I want to run the test suite to verify the installation.

enhancement
stalled

With c-blosc v1.16.0 three new functions arrived: ``` blosc_decompress_unsafe() blosc_decompress_ctx_unsafe() blosc_getitem_unsafe() blosc_cbuffer_validate() ``` I would like to build support for the unsafe versions of the `decompress` and `getitem` functions and...

This modifies the changelog such that the configured username isn't used. Only the user login is used. If the login is `maxm` and the configured username is `Max Mustermann`, the...

3 - Ready for Review
Effort - short

Integration PR for all things Python 3.11 -- subject to rebase.

2 - In Progress
Python 3.11

I made the following change to the config: ``` --- a/monitoring/docker-compose-influxdb-grafana/docker-compose.yml +++ b/monitoring/docker-compose-influxdb-grafana/docker-compose.yml @@ -13,12 +13,13 @@ services: chronograf: image: chronograf:latest ports: - - '127.0.0.1:8888:8888' + - '8888:8888' ``` But...

If you do not need to cast the array, it is faster to use `asarray` rather than `astype` since `asarray` will be much less expensive if not cast is needed....

Currently the towncrier workflow will fail if the `skip_release_notes` label isn't set. It seems like there is no way to re-run this workflow after adding the label, other than to...

bug - build/packaging