Vincent Le Goff
Vincent Le Goff
Hi, Just want to add some feedback here. `asyncio` support is not just neat, it's important for the future. Asyncio has been there since Python 3.5 and is considered mostly...
Hi everyone, I've seen the gap between the current documentation and the code I have in my Git repository, so I investigated a bit more. I appreciate most of the...
I don't think the delay is caused by the screen reader. But I do allow, it's kind of hard to see and probably depends on the machine. My machine isn't...
I've run a lot of testing with no great success. At first glance, the call to `self.Dispatch` in the event loop could freeze for a long time. But while replacing...
@sirk390: NVDA is a free and open-source screen reader, so you can definitely install (or even run it in the portable version without installing it) to identify the issue. HTH,
Yes, it seems to allow it. Thanks,
There are two things in my opinion. 1. The first thing is the duration flag should be used as a single parameter without space: `python django.py process_tasks --duration=20`. It might...
Coming from Python, it's pretty hard to compile the library as it is. I don't lack low-level tools, but I'm not used to compiling C/C++ code, especially on Windows without...
I had thought about the installer but I'm not familiar with it. I need to find out how to add a user-defined PATH in the installer, but make sure Evennia...