Yegor Shytikov

Results 48 comments of Yegor Shytikov

Oh nice. This one is better explaining. Also get parameters must be ordered. On Tue, Aug 22, 2023 at 1:19 AM p24-max ***@***.***> wrote: > @Genaker I have not invented...

Hi @MrTschi. If Magento sent this header, We are storing the headers. Please make var_dump() her content["header”] or something like that and check the headers stored by Magento.

check this: https://github.com/Genaker/FastFPC/blob/main/Mage/FPC/FPC.php#L131-L135 you probably have some specific issue. On Thu, Aug 24, 2023 at 1:24 PM MrTschi ***@***.***> wrote: > For cache-HITs, the Content-Security-Policy header is not returned to...

You need to fix this bug ;) I know how to fix. But you can hard code all you headers. Before echo $content : Or you can set them in...

You need to use proper version of terraform/terragrunt On Wed, Jan 17, 2024 at 1:00 PM X00217213 ***@***.***> wrote: > > Please advise how to successfully run, many thanks. >...

You need to use - Terraform 0.12 - Terragrunt 0.19 On Wed, Jan 17, 2024 at 1:44 PM X00217213 ***@***.***> wrote: > terragrunt version 0.54.18 > Terraform v1.6.6 > on...

So, you need to upgrade the version and adapt the code to match the newest version. On Thu, Jan 18, 2024 at 10:48 AM X00217213 ***@***.***> wrote: > Installed required...

> For tables that are defined without columns and marked with `disabled="true"`, like the example below: > > `` > > > > You could consider adding the following check...