Alessandro Chitolina

Results 13 issues of Alessandro Chitolina

I've encountered the same problems described in #756, so I've checked how PHP implemented the parse string filter and rewrote it in PHP to avoid using `parse_str` itself. Spaces and...

Core `AssetStaging` is now exposing a `bundling` option key allowing assets to be built before being uploaded through a docker image. Unfortunately the docker command is now using volume mount...

p2
@aws-cdk/core
feature-request
effort/small

### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? FieldArray does not respect defined subscriptions. Passing `subscription={{ error: true }}`,...

**Describe the bug** It seems there's currently no way to set `authenticators.oauth2_introspection.config.introspection_request_headers` (as well as `mutators.header.config.headers`) through environment variables. If header name is appended to the env variable name is...

bug
upstream

This project still uses `serde_cbor` which has been abandoned by its author and its repository has been archived. Unfortunately that library sometimes fails to decode valid cbor streams, which is...

Fixes #729 Based upon #731 to execute pipeline on PHP 8.1. I've fixed the deprecations raised by implementing `\Serializable` without the new `__serialize/__unserialize` methods, but I needed to disable deprecation...

enhancement

### The following program `sample.go` triggers an unexpected result ```go package main import ( "bytes" "context" "encoding/base64" "fmt" "io" "net/http" "net/url" "reflect" "strconv" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/credentials" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/lambda" ) // Config...

bug
area/core

### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

kind/proposal
area/provider

### What does this PR do? Add OCSP stapling support ### Motivation I needed OCSP stapling support as I experienced very slow connection performance on iOS devices [this article explains...

status/1-needs-design-review
area/provider/k8s/ingress
area/acme
size/M
area/provider/k8s/crd
area/provider/k8s

Hi everyone! While trying to add my iliadbox (which is essentially a re-branded freebox for the italian provider iliad), I found this issue: https://github.com/home-assistant/home-assistant.io/issues/24232 This patch simply adds the CA...