Denis Kara

Results 11 comments of Denis Kara

I tried to give it a chance, next to my 'clientprefs' version from sourcemod to source.python. (Which simply let the plugin easily save the players choice for the named setting)....

The stop command on CS:GO is working as intended tho, shouldn't it be theoretically the same?

> If I remember correctly sourcemod changes to the behaviour of the quit command to restart instead. I don't think there is much we could do about this. Suggestions welcome...

In Python 3.6.1 theres no asynccontextmanager, and I cannot upgrade or downgrade from there. asynccontextmanager has been added to 3.7, which would add the requirements for this package to be...

It works fine on load after installing contextlib2. Thanks

Sure, I'm currently not at home, but I tried to write something which should hopefully reproduce it. ```py from colors import Color from filters.players import PlayerIter from listeners.tick import Repeat...

Interesting. Could you provide an example snippet to try out?

Thank you so much. This actually worked and the color is now showing as intended. Looks like this is not something Source.Python can fix, so this can be safely closed....

@jordanbriere any ideas to migrate this to main branch for future builds?