Guillem CANAL

Results 10 issues of Guillem CANAL

A naïve implementation which add event bindings.

## 🐛 Bug Report Since we upgraded `softcreatr/jsonpath` to `^0.7.2`, we noticed that some type checks were added to the `JsonPath` object (which is awesome 😍). Here's the issue ```php...

bug
hacktoberfest

In case Curl is used on Windows, it may be required to pass a certificate to the curl command like so : In the `set_request_options()` method, found in the `Curl`...

Allow multiple containers to use the same domain name. Uses cases: - 2 containers can use the same domain name but can provide different paths constraints in Traefik + container...

Provide a script that install the root certificate on Linux and Mac. It should although add the certificate in each Browser's certificate databases (`cert8.db` or `cert9.db`).

The DockerManager really need just a couple of treafik labels to work. Provide examples covering different scenarios.

- Create a documentation using [mkdocs](https://www.mkdocs.org/) - Modify `.travis-ci.yml` to publish the documentation on Github Pages

Basically, [Angular Schema Form](http://schemaform.io) turn JSON Schemas into forms. Since Swagger use a subset of JSON Schema to describe request and response bodies, it can be trivial to implement. The...

This feature add support for the Oauth2 password flow when described like so in a Swagger 2.0 file: ```yml securityDefinitions: auth: type: oauth2 flow: password tokenUrl: http://domain.tld/oauth/token ``` This is...

## Context Symfony Flex is a great tool to get up an running when installing new components, but it has some issues: We are using PHP to configure packages and...