Fabien Bourigault

Results 10 comments of Fabien Bourigault

I removed permissions because it may not be the same in staging or production. On the security side, directories are not created using 777 permission unless you are using a...

I had the case for software that could be deployed on different servers from different clients using different security policies. But I will accept any PR that is not BC...

In my company, we started a new project which is OpenAPI first. We first wrote the schema which defines the contract and now, we are building the server. We currently...

I wrote those days tests which use mesage implementations. It's phpunit based, but I felt comfortable with using message implementation instead of unreadable mock. I don't know if this could...

I can confirm that Bootstrap 5.0+ CSS breaks navigation. There are no issues if I use Bootstrap 4.6.

> I would prefer to leave content negotiation to the server, rather than dealing with it in PHP. Aren’t the server and PHP the same thing? > Ability to have...

Ok, so the HTTP server :) Your comment looks clearer to me now :) > When I hit a /resolve/ URL it 301's to the image, so I think I...

The `CacheManager` has two responsibilities. The first one, for the `isStored`, `store`, `remove` and `resolve` methods, is to find the right resolver and call the same method this resolver. The...

What about making this path configurable in `extra.symfony` of the `composer.json`?

This looks great! What about using objects instead of arrays for query parameters?