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...
Hello, I am experiencing the same issue in the Firefox dev edition, build 127.0b9 on a MacBook Pro. The issue is also occurring on the website which I use to...
Hello @OS-ricardomoreirasilva, thanks for your interest. Here is the output from the Android phone. The photos were taken in the app build from the example repository which is linked in...
Thank you for your answer. So, the solution would be to write the alternative image handling based on the EXIF version the device is using? Do you have any sources...
Okay, thank you very much for the answer. I will take a look and see if the implementation is worth the efford.