thromer

Results 11 issues of thromer

Fix bug when date missing from game specifier, e.g. "mlbplay sea". Without this change fails with "AttributeError: 'datetime.date' object has no attribute 'read'".

remove autoplay of favorite team+stream from main entry point, and alow repeated autoplay from a new entry point discussion: https://forum.kodi.tv/showthread.php?tid=262745&pid=3193406#pid3193406

FieldFilter support only, not composite filters.

Add an `abi14-revision` tag to `treesit-auto-recipe`, and use that revision when `(treesit-library-abi-version)` returns `14`. Populate `abi14-revision` for `bash`, `go`, `gomod`, and `python`. Fixes #139

Emacs 30.1 only supports ABI 13 and 14, but multiple language libraries are now at ABI 15 at head, resulting in `Warning (treesit): The installed language grammar for X cannot...

- Add `getDefaultProfile` and `setDefaultProfile` API methods and intents. - Add example usage of both to remoteExample. - Bring the two copies of `IOpenVPNAPIService.aidl` and of `APIVpnProfile.java` into sync. Fixes...