Sakonn

Results 4 comments of 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...