Shahriyar Rzayev

Results 51 issues of Shahriyar Rzayev

Hi all, I would like to ask if it is possible to echo the run status of sub-bats files if they are called inside another bats. For eg. ``` $...

For testing purposes i just cloned and changed all necessary database related settings. After all getting an import error: ``` (django_env)sh@sh--work:~/Repos/newsdiffs$ python website/manage.py syncdb Traceback (most recent call last): File...

As per our discussion, I have started to add typing support with `json_support.py` file, and here are the notes we have on the way: * As we have the version...

**Describe the bug** Using `Django==3.2.13` this is a massive project in general. `Loaded 416 watched modules so far from paths`. When I used [python-devtools](https://python-devtools.helpmanual.io/) got a segfault with: ``` Thread...

Dear all, As this project was developed with the wrong design and architecture, it is nearly impossible to test, cover or change and fix something easily. This leads me to...

enhancement
feature_request

The major code refactorings and project restructuring.

Currently, if the MySQL socket file address has been changed we need to update the `.autoxtrabackup.cnf` file manually. Relates to #389

enhancement

In the third section of the Youtube video course -> `Install and Setup` you have used the `virtualenv ` and also changing or upgrading the Python version globally in Linux...