Matteo Tassinari
Matteo Tassinari
I am currently facing an issue with an installer created with makeself, which when run would return the following error message: ``` [root@srv614 ~]# ./upgrade_626suite_20.1.0_to_20.2.0_encrypted.run.xz Copying to a temporary location......
I am using makeself through bash on windows, and I noticed an error in the usage of `du` to detect the source forlder size. In fact, on my environment, I...
This test is a consequence of https://github.com/translate/pootle/issues/6917, for which I tried installing in a clean environment with MySQL 5.7 # Steps to reproduce: - install pootle on MySQL 5.7 -...
# Steps to reproduce: - install Pootle in a clean env as a non-root user - install MySQL 8 as database backend - create the empty database ad assign valid...
If I create a new Rule as new Recurr\Rule('FREQ=YEARLY;INTERVAL=2'); and then transform it using `TextTransformer` I get every 2 years on February 13 that is, it seems to use the...
I have the following recurrence rule: ``` $rule = "FREQ=YEARLY;DTSTART=20180101T000000;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR,SA,SU;BYMONTH=1;BYSETPOS=+1" ``` The rule should "mean": from the first of January 2018, yearly every first day of January. When I try...
For the sake of consistency, wouldn't be better to always use CDATA blocks for the tag content? In this way, the value supplied can always be used as is, and...
Is there a function which can be used in the webservices to automate the download of a single issued certificate? I couldn't find anything about this, it would be a...
I recently developed a script to monitor all of our virtual servers on the IBM SoftLayer infrastructure. The script relies on their public API, specifically on the `SoftLayer_Metric_Tracking_Object` service and...
I was trying the docker installation, and I come to an error when firing up the containers. I have first cloned the repository with `git clone https://github.com/ezimuel/php-microservices-workshop` then went into...