Erik Sandberg

Results 5 comments of Erik Sandberg

@glins97 Where exactly is the gps.py file? I have found 3 gps.py files, and none of them seem to work when I insert the code above - it appears that...

We really need this fixed, we are trying to push our users to use infrastructure-as-code to make managing our servers easier. When they tell us that updating the root volume...

It's very possible that newer version of kivymd removed MDInputDialog. I really made a mistake when making these tutorial by not using a `requirements.txt` file, where I could have specified...

Try changing the try/except block to something like: ` if self.getting_markets_timer: self.getting_markets_timer.cancel() self.getting_markets_timer = None ` Let me know if that addresses the problem!

You're totally right -- if you have that already set up would you mind opening a PR?