memecode

Results 7 comments of memecode

> This seems to be a duplicate of #294. Could you please try with the current git master, it should be fixed by #303? No, I'm still getting the errors...

> asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) This is working for me. Although I check the platform first: if platform.system()=='Windows': Ideally that requirement to set the event loop policy would be incorporated into python-kasa and...

Adding this is like a 2 line change. I even tried it and it was so easy. But in practice the server didn't do the right thing. I was hoping...

> Did you tried to create a pull request here? No I've been busy with other things and haven't actually fixed it myself. My focus was on getting a [fuse...

I'm also seeing this error, just on Windows. I do have Cython installed: ``` > pip list | grep -i cython Cython 3.1.0 ``` Edit: @ricardojamaia I've been able to...

I don't know why the commits from 2020 are included in this request... that isn't the intention here.

@ePirat apparently changing the branch to something else and back again fixes the extra commits being part of the PR. So now it's just the cmake file. I think it's...