pycaw

Results 9 issues of pycaw

Is it possible now, or if not, have you considered to serve just metadata? I would be interested in youtube video metadata as produced by `yt-dlp -J ...`. But, youtube.js...

feature request

Using win 11, with entered API key and: ![image](https://github.com/LBF38/obsidian-syncthing-integration/assets/163207817/bfea9ec5-b384-42eb-b307-b53ee0821f38) clicking: ![image](https://github.com/LBF38/obsidian-syncthing-integration/assets/163207817/c9edd930-76eb-4139-9c2f-db7c539a3ccc) yields: ![image](https://github.com/LBF38/obsidian-syncthing-integration/assets/163207817/b114d573-7826-4387-86d7-58196ed26bcf) Also, clicking: ![image](https://github.com/LBF38/obsidian-syncthing-integration/assets/163207817/29994b8f-6b07-4522-84ac-75b594711f1f) yields: ![image](https://github.com/LBF38/obsidian-syncthing-integration/assets/163207817/e399a3b0-7c78-46ad-a127-b1d4608f3a2a)

bug
UI

I tried boku years ago and the lack of ability to include dates (addition date) made me ditch it. Even though I loved the idea. Can we not expect change...

enhancement

### Issue 1 No pre-release in version tuple. Contents of the version file generated from tag v1.0.0a1 (HEAD is at tag): ``` 8228a06 (HEAD, tag: v1.0.0a1) added setuptools-scm 624de26 initial...

bug

``` [playlistmanager] [playlistmanager] stack traceback: [playlistmanager] [C]: in function 'require' [playlistmanager] /home/dhost/.config/mpv/scripts/playlistmanager.lua:229: in main chunk [playlistmanager] [C]: ? [playlistmanager] [C]: ? [playlistmanager] Lua error: /home/dhost/.config/mpv/scripts/playlistmanager.lua:229: module 'mp.input' not found: [playlistmanager]...

`/tests` does not include directory tests under root (besides pyproject.toml) as hinted here: https://hatch.pypa.io/1.9/config/build/#patterns Is this a documentation issue? This won't do it, ``` [tool.hatch.build.targets.sdist] include = [ "mypackage", "/tests"...

``` "check" is not exported from module "pytest_check" Import from "pytest_check.context_manager" insteadbasedpyright[reportPrivateImportUsage](https://docs.basedpyright.com/v1.33.0/configuration/config-files/#reportPrivateImportUsage) ``` Related: https://github.com/microsoft/pyright/discussions/9260#discussioncomment-10992596 https://typing.python.org/en/latest/spec/distributing.html#library-interface-public-and-private-symbols Consider doing `from .context_manager import check as check` instead of `from .context_manager import check...

I fail to be able to use strict parsing with `BaseSettings`. I haven't found this behavior documented in the docs whatsoever. No mention of strict/strictness among the issues here either...

bug

I don't see mention of autocomplete anywhere. Are there plans to implement this? Have you thought about integrating with existing libraries? Like [argcomplete](https://github.com/kislyuk/argcomplete)? Autocomplete is important to me and I...

unconfirmed