Leonid Kostrykin

Results 51 comments of Leonid Kostrykin

I found the following solution. Add the following code to conf.py: ```python import os os.environ['PYTHONPATH'] = os.path.abspath('../..') + ':' + os.environ.get('PYTHONPATH', '') ```

By the way if you write > Fix https://github.com/beatrizserrano/BH2024-project17/issues/11 into the text of your PR, it will be linked automatically by GitHub :)

Thanks so much for all your efforts, @B0r1sD. Your points are perfectly reasonable. Asking the user for the whole FTP link sounds good. On the other hand, if the user...

> if it's okay if I can finish this old PR in a quick and dirty way (just changing the help message for example) Much thanks @B0r1sD, sure, this is...

Thanks @pavanvidem @B0r1sD I think this PR is redundant now, so we can close it, can't we? Or am I missing something?

@pixlwave I see unread messages when using the old Element for iOS, but not when using Element on the desktop (macOS).

There are no unread messages which I could read when I open the app. It’s only shown on the app icon. So I guess the answer is _no_.

> > There are no unread messages which I could read when I open the app. It’s only shown on the app icon. So I guess the answer is _no_....

@njbooher I was using the repo from your PR for a project. Any chance that you can bring it back? Is there any other fork that is working?

Thanks @Gobot1234 I will consider migrating to your library!