You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
upgrade ubuntu 20.04 to 22.04 in docker container
The python in 20.04 is very old now (3.8) - python 22.04 has python 3.10
which already has some more recent type annotation improvements...
Change wp_mergin to a proper module with functions + fixes
Bug fixes:
1. when pushing to WP mergin project, we correctly report new version if created
(push call was there twice)
2. avoid ugly warnings from geodiff/sqlite about recovering frames from WAL
(by closing the sqlite connections when we're done)