Fabien Papet

Results 21 comments of Fabien Papet

Cela permettrai également d'avoir à ne pas cloner tout le projet

I don't know about how often this list changes, but you are right, implement a method to fetch that list can be a good thing

Create two acls into your account, then create the terraform configuration for these two rules, then run terraform apply, this should break. ```hcl resource "scaleway_rdb_acl" "acl_webserver" { instance_id = scaleway_rdb_instance.main.id...

Looks like recreating by hand and run terraform plan "solves" the issue as the plugin does not crash

It also looks like you cannot create two acl at the same time. Perhaps an issue with the scaleway API ?

Ok, got it, but it looks like that if you create a first run terraform apply and then creating a second one , the first created is overriden.

Some weird PHP I tested to find the bug and help you understand this PR. ``` php > var_dump(version_compare("8.0", "8.0.0", '

I think there is no need to qa tests for this one. WDYT @PrestaShop/qa-team ?

Hello, I created https://github.com/FabienPapet/stripe-bundle as a replacement, with Symfony 5.4 & Symfony 6 compatibily. If you want to have a look :)