Andrei Radulescu
Andrei Radulescu
Use the code from this pull request https://github.com/Friend-LGA/LGPlusButtonsView/pull/30 Or from my fork https://github.com/andiradulescu/LGPlusButtonsView
As a workaround I'm calling scrollView:setContentOffset: since it disables KVO in MXScrollView while you change it. `[self.scrollView scrollView:scrollView setContentOffset:CGPointMake(0, -self.scrollView.contentInset.top)];` Of course I had to expose it in a category....
Hi @maxep! Thanks! I would've tried to find a fix myself (instead of the workaround), but I'm not sure what is the correct approach.
Same issue on our side, also. But, if using `docker compose up -d` then it works.
Instead of continuing work on EA, can’t we just add the option to enable/disable EA in [vw_mqb_config.py](https://github.com/commaai/openpilot/blob/master/selfdrive/debug/vw_mqb_config.py)? I could even try myself to write the code for this, just that...
I can send some routes here. I’m interested in seeing this merged.
A couple of routes with this change: `b387d7bf0f78af1b/00000022--2c92057f4b` `b387d7bf0f78af1b/0000001a--c9c3300b1c` `b387d7bf0f78af1b/00000019--1f18b856bb` The branch I used includes the rename: https://github.com/andiradulescu/openpilot/commit/29639c875727f1fc06e1141b131d6cc15db2cb77
@adeebshihadeh should this be merged or closed?
Good eye @jnewb1 - yes, it's very small ❤️ GitLab LFS is 6.3 GiB though, but that's not an issue. Since when you cloned openpilot-tiny, only 250MB of LFS files...
My strategy (like it or hate it): 1. push new master as “main” branch (new branch) 2. put a github action on master on every push (to master) to take...