Derek

Results 13 issues of Derek

Implement very basic Android Auto support, relying on ExoPlayer builtins such as [MediaSessionConnector](https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/ext/mediasession/MediaSessionConnector.html) and [TimelineQueueNavigator](https://github.com/google/ExoPlayer/blob/release-v2/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/TimelineQueueNavigator.java) as much as possible to avoid introducing unnecessary complexity into the app. Closes #12 Feature...

Would love to see Android Auto (and by extension, Android Automotive OS) support! https://developer.android.com/training/cars/media

enhancement

**Description** When using the Browser runtime, there appears to be a memory leak linked to lighting. With 4 lights in a scene, the Armory tab will consume a few MB...

bug

I have BirdsiteLive setup as a subdomain to a Misskey instance (`bridge.birb.space` and `birb.space`, respectively). Communication from Misskey to BirdsiteLive occurs successfully, but activities sent from BirdsiteLive are all rejected...

bug

google-signin updates isAuthorized and fires its events normally, but subsequent instances of sign-in-aware will only fire if the page is closed and opened again. Polymer 1.6.0 and google-signin 1.3.7, tested...

String -> native object conversion is hard and opinionated, but if there's one standard that is used the most widely, its JSON. This changes flask-env to use python's JSON library...

Fixes #215 by iterating through _active rather than _animations. This also could make canceling per-cookie/handler possible: ``` cancelAnimation: function(cookie) { for (var i in this._active[cookie]){ this._active[cookie][i].animation.cancel(); } delete this._active[cookie]; }...

cla: yes

Allow the use of pyoxidizer's build system in a project created via `init-rust-project`. This adds a `runtime` option to `PythonDistribution.to_python_executable()` that specifies the path of the Rust project, and defines...

Steps to reproduce: 1. Create a simple pyoxidizer.bzl config with filesystem-relative imports enabled ``` def make_exe(): dist = default_python_distribution() policy = dist.make_python_packaging_policy() policy.resources_location = "filesystem-relative:lib" python_config = dist.make_python_interpreter_config() python_config.module_search_paths =...

In some configurations, a light's service call may take a moment to complete (50-500 ms). This is acceptable when controlling a single device, however if the lightener group is more...