Danil

Results 65 comments of Danil

> Last two lines meaning? > > ``` > print('success') > #emulating work of other asyncio tasks... > await asyncio.sleep(3) > ``` Because "Future exception was never retrieved" happens only...

My use case: I'm making a bot that will allow to convert text documents into audio files using a speech synthesizer. The bot will have a main menu with settings...

@sthibaul, I reproduced this using the library. [espeak_3647_test.zip](https://github.com/espeak-ng/espeak-ng/files/9792797/espeak_3647_test.zip)

An example with an English voice (in the previous comment, by mistake, there was an example with a Russian voice). [espeak_3647_test.zip](https://github.com/espeak-ng/espeak-ng/files/9793133/espeak_3647_test.zip)

> Bots doesn't have message history, so they don't get any updates while the connection to telegram servers is closed. Official telegram bot API stores the updates temporarily inside in-app...

Hello! With swap disabled on Windows 10, I also get incorrect data on 5.9.2. `sswap(total=0, used=416116736, free=-416116736, percent=0.0, sin=0, sout=0)`

This didn't solve my problem. `sswap(total=0, used=84897792, free=-84897792, percent=0.0, sin=0, sout=0)`

More detailed and interesting example. ``` C:\Users\Danstiv>pip uninstall psutil ... Successfully uninstalled psutil-5.9.4 C:\Users\Danstiv>pip install git+https://github.com/giampaolo/psutil ... Successfully installed psutil-5.9.4 C:\Users\Danstiv>python ... >>> import psutil >>> psutil.swap_memory() sswap(total=0, used=0, free=0,...

That's what I managed to find out, I hope I understand everything correctly. In windows, there are different types of memory (cached, paged, nonpaged, kernel memory, etc.). Now we are...

>Can you also show the physical memory values? `svmem(total=8474083328, available=3024613376, percent=64.3, used=5449469952, free=3024613376)`