Mikail C.

Results 52 comments of Mikail C.
trafficstars

> Same problem, any solution? Only solution I see is, to annoy the main contributors of pycurl until they push windows builts for 3.9 and 3.10 🤔 see https://github.com/pycurl/pycurl/issues/710#issuecomment-1010586589

Hey @liviaerxin, thanks alot for these windows builds. Unfortunately I'm on python 3.11, with windows 11. Would it be possible to release windows builds for Python 3.10 and Python 3.11...

Thanks alot @liviaerxin and sorry for the late response! Good news, I've finally got the time and tested through all of your builds cross-platform within virtual machines and can confirm...

Can we get builds for python 3.12 please? 🙏

Thanks for your time and effort @liviaerxin , they seem to work 👍

> Then I rebooted but it crashes when starting. I forgot to tell you, you need to install the requirements into your python enviroment first: https://github.com/Avnsx/fansly#requirements

> Also can you let us use key codes or something like that https://github.com/learncodebygaming/pydirectinput/blob/a585d044aed678576fefd24e7ad0c5945ab52366/pydirectinput/__init__.py#L48

I just realised that now with my changes in https://github.com/sousa-andre/lcu-driver/pull/34/commits/ee3f4d340a75b578446d7eeb5aa5004b5bbb4031, if ``await connector.stop()`` is manually called somewhere, instead of within a function with the ``@connector.close`` decorator, there will be a...

I just realised that you've a completly undocumented & unmentioned class in connector.py called MultipleClientConnector which perfectly implements everything I was trying to implement into the Connector class. Just write...

> Regarding the .stop() issue and the undocumented class MultipleClientConnector, I added that class to the library to solve a specific problem that some people were facing (I don't remember...