NERDDISCO

Results 59 comments of NERDDISCO

# Workaround The `color` and `uv` properties are now set for all LEDs: https://github.com/NERDDISCO/VisionLord/blob/e22bffe6ec756699077447452b54c52d9a31d131/src/components/dmx-fixture/index.js#L123-L137

It seems that **1.** is related to https://github.com/Polymer/tools/issues/568

I'm not sure, but 2. seems related to https://github.com/Polymer/lit-html/issues/510

To fix this we have to rewrite how we handle scenes in the `timeline-manager`, because right now the `progress` is calculated based on the length of the timeline and the...

Maybe use [luminave-server](https://github.com/NERDDISCO/luminave-server)?

## Idea To make this actually work the scenes in the timeline actually need some meta information, for example what added them, so that we know which specific MIDI mapping...

@lljzhgxd I'm wondering the same thing!

I think this is related to https://github.com/cumulo-autumn/StreamDiffusion/pull/57#issuecomment-1869430329, right @cumulo-autumn?

@brgrp thanks for reporting this. You are right, we renamed the workflows and forgot to update the README. You can find them here: https://github.com/blib-la/runpod-worker-comfy/tree/main/.github/workflows

I ran into the same issue, but I got it working when using not an absolute path, but a **relative path** as configured in the `path` of tsconfig: **`tsconfig`** ```json...