David Mandelberg
David Mandelberg
With pytype 2022.9.19 and google-cloud-spanner 3.21.0, I'm getting [this error](https://github.com/google/python-spanner-orm/actions/runs/3093571202/jobs/5006084468): ``` File "/home/runner/work/python-spanner-orm/python-spanner-orm/spanner_orm/table_apis.py", line 55, in : No attribute 'Type' on module 'google.cloud.spanner_v1' [module-attr] ``` https://github.com/googleapis/python-spanner/blob/v3.21.0/google/cloud/spanner_v1/__init__.py imports `Type` on line...
Hi, Would it be possible for nsjail to either mount some of /dev by default, or add a flag to do that? I see mentions of /dev/urandom and /dev/null in...
Recently, some of the times when I switch workspaces with a keyboard shortcut, it looks like there's no window in focus. It used to focus whichever window was last focused...
## Feature request https://github.com/MusicPlayerDaemon/MPD/blob/c71e586c530e1d066efde7c2ca40c363f74100c7/doc/mpdconf.example#L395-L402 says "If replaygain_limit is disabled such amplification might occur" and I don't see anything about replaygain_limit at https://mpd.readthedocs.io/en/latest/user.html#replay-gain. From that description, I can't figure out if...
https://dateutil.readthedocs.io/en/stable/tz.html#dateutil.tz.gettz says "Returns an instance of one of dateutil’s tzinfo subclasses.", but it seems that gettz() can return None too: ``` In [11]: dateutil.tz.gettz('invalid timezone') is None Out[11]: True ```...
Steps to reproduce ------------------ 1. Run [rsgain](https://github.com/complexlogic/rsgain) on a `.m4a` file: `rsgain custom --album --tagmode=s --clip-mode=n foo.m4a` 2. Re-scan library. 3. Select the file and edit tags. Expected Output ---------------...
Steps to reproduce ------------------ 1. Hover the mouse over a truncated field in the song list or queue to get a tooltip/hint to popup. 2. Use a keyboard shortcut to...
Steps to reproduce ------------------ Configure quodlibet like: ``` [albumart] filename = folder.png force_filename = true prefer_embedded = false ``` Expected Output --------------- Quodlibet should only use files named `folder.png` as...
The proposed change ------------------- Currently if a cell in the song list or queue is truncated because the value is longer than the width of the column, it's possible to...
Steps to reproduce ------------------ 1. Set the global filter to `genre != "playback/manual-only"` 2. Change the search text in the cover grid browser Expected Output --------------- The cover grid should...