Results 62 issues of David Mandelberg

I was connected to a VPN, then ran `adb backup -f /dev/null -apk -obb -all`, which ended the connection. The app did not (successfully) reconnect after the backup finished. I...

needinfo

I have "Reconnect on network change" checked in the settings, and it works fine for short network changes. However, if I lose network for hours, the reconnect fails when I...

It would be nice if I could set OpenConnect to be always on. From reading https://developer.android.com/about/versions/nougat/android-7.0.html#android_for_work and glancing at the code, I think bumping the `targetSdkVersion` would be enough to...

If I'm reading the below two blocks of code correctly, it looks like with the default options, if openssl can't be found but stunnel can, rsync-ssl will connect to the...

YAPF recently [changed](https://github.com/google/yapf/issues/793) from indenting like ```python def f( a: str, b: str, ) -> None: pass ``` to: ```python def f( a: str, b: str, ) -> None: pass...

### Description With this in my apt sources.list: ``` deb https://storage.googleapis.com/gvisor/releases release main ``` I get this message from `apt update`: ``` W: Conflicting distribution: https://storage.googleapis.com/gvisor/releases release InRelease (expected release...

type: bug

We just upgraded from pytype 2021.11.29 to 2021.12.8, and we're getting [errors like this](https://github.com/google/python-spanner-orm/runs/4477225698?check_suite_focus=true) now: ``` FAILED: /home/runner/work/python-spanner-orm/python-spanner-orm/.pytype/pyi/spanner_orm/table_apis.pyi /opt/hostedtoolcache/Python/3.8.12/x64/bin/python -m pytype.single --imports_info /home/runner/work/python-spanner-orm/python-spanner-orm/.pytype/imports/spanner_orm.table_apis.imports --module-name spanner_orm.table_apis -V 3.8 -o /home/runner/work/python-spanner-orm/python-spanner-orm/.pytype/pyi/spanner_orm/table_apis.pyi --analyze-annotated...

bug
cat: infrastructure

With yapf 0.29.0, google style, I'm getting this: ```python next_playable_unit = self._next_playable_unit_callback( None if self._prepared_playable_unit_id is None else self. _playable_units[self._prepared_playable_unit_id]) ``` I was expecting something more like this: ```python next_playable_unit...

Hi, https://github.com/dseomn/pepper-music-player/commit/23b7001d3d054b950d8f42ef48eb828ba82fc9d4 is formatted with yapf 0.28.0, google style, and it looks right to me. The CI ran with yapf 0.29.0 though, and it wanted to change the indent in...

Would it be possible to get a new function `declare_key_flags()` that behaves like `declare_key_flag()` but takes a Collection of flags instead of a single flag? It would make it easier...