Tristan Bessoussa
Tristan Bessoussa
Hello, I'm having a struggle since it's not working for me (I've running Symfony 3.4 +`js-translation-bundle` v2.6.5) ```html ``` When I have a `{_locale}` in french (let's say `/fr/homepage`), the...
Hello, Right now we can disable a callback via `enabled: false`. Wouldn't be awesome if we could put `Expressions` using the [ExpressionEngine](http://symfony.com/doc/current/components/expression_language/index.html) instead of a boolean ? Use case: feature...
`{"errors":[{"message":"SSL is required","code":92}]}` On local environment
It would be awesome for the rest of the world :D
Seems like the library has been completly rewritten: - https://github.com/dropbox/zxcvbn/issues/290#issuecomment-754791316 - Github fork: https://github.com/zxcvbn-ts/zxcvbn Maybe it would be worth using the newer version?
Hi ```feature Scenario: Check that an email is sent when submitting a contact form When I send a "POST" request to "/contact_form/send?site_id=2&contact_form_id=1" with parameters: | key | value | |...
Hello, Given this vhost: ``` server { listen 8080; server_name xxxx; location / { return 301 https://$host$request_uri; } } server { listen 443 ssl http2; server_name xxxxx root {{ vhost_www_directory...
Hello, On a Debian 10, running `Varnish -> Nginx -> php-fpm` The nginx error logs reports: ``` 2019/07/25 15:22:48 [error] 10057#10057: *403175 limiting requests, excess: 10.024 by zone "bot2_reqlimitip", client:...
Hello, since the API to register domain names now exists for Gandi-V5, can this great gandi.cli tool can be also updated to allow ordering domains names with this tool with...
Hello, It seems that we cannot connect with the `postgres` default user without password since few days/weeks. Each time we get: `SQLSTATE[08006] [7] fe_sendauth: no password supplied` I tried: -...