Sakonn
Sakonn
> > Drupal projects are supposed to be managed using composer. > > I know. Composer will either download a release tarball or clone from Git. Tell it to clone...
Hello, it seems that encoding is still malformed and not easily readable. @neisor have you find a way to read this data automaticaly and reliably?
My solution is to convert OpenData_Slovakia_CovidAutomat.xlsx to csv through [cloudconvert](https://cloudconvert.com/) service. It's free and works perfectly. ```python # coding=UTF-8 import cloudconvert api_key = 'XXXXXXX' sandbox = False cloudconvert.configure(api_key = api_key,sandbox...
Hello, there I have the same problem. I am using MariaDB version 10.11.6. The `maxLifetime` is set to 20 minutes and the database `wait_timeout` to faaar higher value but still...
I agree that this issue should be reopened and resolved in some way. I am using drush to export products from commerce site. I have multilanguage site where every language...
I have created a similar script. The feature would be very much appreciated. ```bash export AWS_ACCESS_KEY_ID=$(cat ${DB01_S3_KEY_ID_FILE}) export AWS_SECRET_ACCESS_KEY=$(cat ${DB01_S3_KEY_SECRET_FILE}) export AWS_DEFAULT_REGION=${DB01_S3_REGION} export SOURCE_FILE="mysql_.*\.gz$" export BACKUP_LOCATION="/backup" aws sts get-caller-identity export...