Mathieu Rochette

Results 71 issues of Mathieu Rochette

httpie is only availlable on alpine testing yet, so we need to use alpine:edge for now > $ docker images | grep http > httpiealpine latest 928c14ebc275 About a minute...

# Bug report ### Code snippet that reproduces the problem ```php

feature-request

# Bug report If I have an object of a known interface (with generic type) and check that it is an instance of a class implementing this interface, PHPStan forget...

feature-request

### Welcome - [X] Yes, I've searched similar issues on GitHub and didn't find any. - [X] Yes, the DNS provider exposes a public API. - [X] Yes, I know...

enhancement
area/dnsprovider
new-provider

I'd like to improve the usage of mailpie from Docker. here is what I have in mind: * [x] fix Dockerfile so that it's at least able to build &...

Packaging & Defaults

I don't know if/how this one can be fixed, with this file: ```php

Hi, we deploy a docker image in production, this image contains the source code, cache and assets (in short, we run `composer install` in the Dockerfile) the problem is that...

Feature

I was already using this extension for some functions and tried using the `text[]` type but doctrine thrown this exception when I tried to use it in an entity. I...

enhancement
answered

probably very similar to https://github.com/nelmio/NelmioApiDocBundle/issues/1939 now that [the `[#Parameter]` can be attached to a controller method argument](https://github.com/zircote/swagger-php/pull/1206) right now it does not break generating the documentation but the attribute is...

Hi! I'm really glad `PathParameter` can now be used on constructor arguments (thx to https://github.com/nelmio/NelmioApiDocBundle/pull/1973) It looks like, by default, it assume the parameter is a string even if the...

stale