Sumagna Das
Sumagna Das
Will try to do that. But some questions come to my mind, are the two files connected and is core/display.py the main file between these two? On Fri, Oct 23,...
I am getting a problem where using `Path('').exists()` gives `True` and filename is changing from `None` to `''`. If you understood what I meant please tell me what should i...
Can you check the new changes and tell me if it is alright now or do i need to change some more things? On Sat, 24 Oct 2020 at 21:46,...
Will do the suggested changes. On Sat, Oct 24, 2020, 22:04 Ashwin Vishnu wrote: > *@ashwinvis* requested changes on this pull request. > ------------------------------ > > In IPython/core/display.py > :...
Don't know why but the test on MacOS is failing. Can you tell me some ways i can try to fix them?
What should i do about the MacOS build?
Sorry for the delay. I was busy with my studies. I will change the test then. If one of the maintainers tell me to remove the changes made to the...
This is the output of the commands: ``` (yt-music-mod) sumagnadas@hp-laptop:/mnt/sda2/python/projects/yt-music-mod$ python --version Python 3.8.10 (yt-music-mod) sumagnadas@hp-laptop:/mnt/sda2/python/projects/yt-music-mod$ python -m pip show mpris_server Name: mpris-server Version: 0.4.2 Summary: Publish a MediaPlayer2 MPRIS...
So I checked to see if `from __future__ import annotations` was present or not and it seems like the import was present in all of the files which caused the...
So I tried to install the version you told me but it can't find it. I also checked the official PyPI website and it says that the latest version is...