Jinna Kiisuo
Jinna Kiisuo
- I only ripped out the bare minimum to avoid initializing v3 structures that don't exist in the current branch. - Adding would be better yes, but I'd recommend doing...
This seems to also sugggest 708 is correct: https://github.com/123FLO321/POGOProtos-Swift/blob/master/Sources/POGOProtos/Inventory/Item/Inventory-Item-ItemId.pb.swift#L330
Sounds cool, nice to hear you're still working on this awesome panel. Any chance of doing the development in this repository publicly? I'm sure there's plenty of us who'd love...
Looking at the code responsible for this, it seems to me the keep-alive threshold should still define the check interval but then the modification would be to: 1. In `keep_alive_monitor`...
Alright, so I'll try to implement a really targeted fix for the keep-alive but keep in mind that it could be refactored later into a more generic solution.
Any update on this? The DB config story is really bad today since instead of the env variables actually populating a config, they just pre-fill the wizard. Ergo if an...
#1223 would help in testing this.
Friendly ping, anyone have an opportunity to review this?
FYI, build failure is not due to this PR: ``` flake8...................................................................Failed - hook id: flake8 - exit code: 1 mapadroid/ocr/pogoWindows.py:588:47: B023 Function definition does not bind loop variable 'thresh'. mapadroid/route/routecalc/calculate_route_quick.py:115:12:...
Both grpc_stub and create_channel magically appeared when I installed the module from pip. Somehow the grpc_stub_cls gets automagically turned into grpc_stub. But I agree, explicitly explaining this in documentation would...