Ash Berlin-Taylor

Results 47 issues of Ash Berlin-Taylor

In airflow we like to run with `-W` flag (to turn warnings in to errors) and we are "stuck" on 1.0.0 for various reasons. (One day soon we'll be able...

Enhancement
Language: Python

As discovered in #2 we are incorrectly handling the new-authz request - we get an HTTP 405 response back right now - but possibly only in some circumstances - https://github.com/torhve/lua-resty-letsencrypt/blob/29a0a8511e50397b0c4df33e0302ca4ec154bee9/letsencrypt.lua#L670...

For example in `firewall/templates/iptables-rules`: ## Bad ``` :INPUT {{ salt['pillar.get']('firewall:default_policy', 'ACCEPT') }} [0:0] ``` ## Good ``` {% from 'firewall/map.jinja' import firewall with context %} :INPUT {{ salt['pillar.get']('firewall:default_policy', 'ACCEPT') }}...

For instance ``` yaml /etc/iptables-rules: file.managed: - source: salt://firewall/iptables-rules - template: jinja - user: root - group: root ``` If there is a `template: jinja` attribute the source attribute should...

There is a feature of OpenAPI 3 that lets you change the style of how repeated parameters are specified https://spec.openapis.org/oas/v3.0.3#parameterStyle and https://spec.openapis.org/oas/v3.0.3#style-examples The particular use case I have is to...

enhancement

There is a feature of OpenAPI 3 that lets you change the style of how repeated parameters are specified https://spec.openapis.org/oas/v3.0.3#parameterStyle and https://spec.openapis.org/oas/v3.0.3#style-examples The particular use case I have is to...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem Docker ### Package manager version _No response_ ### Language version _No...

T: bug 🐞
L: docker

As part of NerdFonts v3, released 2024/04/03 the deprecated name for thw Material Design Icons were removed and not included anymore. Since v2.3.0 these icons now have the `nf-md-` prefix....

**Describe the bug** Very similar to #1615 but for msgspec.Struct output format **To Reproduce** Example schema: ```yaml openapi: 3.1.0 info: title: Bug report version: 0.0.1 paths: /api: get: responses: '200':...