astro-stan

Results 17 issues of astro-stan

**Description:** It is possible to specify multiple python versions like so: ```yaml - uses: actions/setup-python@v5 with: python-version: | 3.8 3.9 3.10 ``` However, specifying them like so breaks CI: `.python-version`:...

feature request

### Description I am running this as part of a `cibuildwheel` workflow. As stated in the [docs](https://cibuildwheel.pypa.io/en/stable/faq/#abi3), `abi3audit` can be added as a step to the build workflow. Linux and...

`OpenApiViewExtension` was not providing the view instance under `self.target` (as the class documentation states it should) but rather the view's class. This makes it impossible to write viewset extensions if...

**Describe the bug** The `OpenApiViewExtension` docs state that `self.target` should contain the view's instance: https://github.com/tfranzel/drf-spectacular/blob/659b1f0d00bd0bbc711cbad094226097ab3260e0/drf_spectacular/extensions.py#L104-L111 However, this is not correct. The view's **class** is available under `self.target` **To Reproduce** ```py...

**Describe the bug** I am developing a DRF app, which uses `simple-jwt` for authentication but requires the user ID and password pair to be passed in via a header instead...

Added support for the experimental checkpoint-restore docker API. Couple of notes: 1. I have intentionally omitted adding a dedicated method for checking if the experimental features are enabled in the...

## Feature Request ### Description Context: https://github.com/siderolabs/talos/discussions/12132 TL;DR: `talos upgrade` performs no validation if the chosen image is compatible with the node. To make matters worse, the `--image` option has...