Alexei Masterov

Results 12 comments of Alexei Masterov

I my code above I am requesting my own followERs. In your code sample you call user_followING. I believe that makes a difference.

Thanks @MaaSTaaR To the original developer: thanks for the port. Good job there. I don't know what's going to be easier in terms of fixing this. The wrong things to...

I don't think this can be computed. The logic, I believe, is to create continuous holidays without holes in them, so for example Feb 23 is a holiday, so they...

+1 for making it work on Rpi "out of the box" (i.e. without having to build custom docker images). Where is the "upvote" button?

copy is insufficient, and deepcopy fails for the same reason the constructor fails (with the same exception). I believe the reason for that is a poor class design with references...

@johnataylor thanks for a detailed and honest writeup. I am having a problem with this in exactly the "proactive" use case. Could you please perhaps add some code example, or...

Hey, Thanks for the reply. I found this code, inspired by your work: https://github.com/jessedc/ve.direct-python and I am using it to store data to InfluxDB, and display it using Grafana, like...

Perhaps it should be blatantly obvious, but it is not clear to me what to do after pip install . successfully completed?

`sudo python3 -m pip install .` actually works. Need to update the instructions