Erik Kastman
Erik Kastman
@dvbridges I took a quick look through `util/Color.js` to see if this was an easy fix I could help with, but it's not obvious to me how to represent transparent....
Yep, I included the example to show that the logic for `IntendedFor` is relatively straightforward and already in place; it's just the execution of getting it into the sidecar that...
Commenting to follow - at first I suspected this was involved with #942 , but I tested with that PR and saw no change in behavior compared to the current...
I'm relatively sure I'm seeing this behavior as well - memory used on invocation/handle doesn't seem to be garbage collected and I'm quickly hitting 100% even on relatively large 3...
(The CI failure isn't accessible anymore or I'd go in and comment.) Hoping to get this bumped / helped. Thanks,
This has been at the top of my list for a while, and is absolutely worthwhile; feel free to assign it to me. I've just taken a first pass at...
Yep - got sounddevice already (but I'm still not sure how the ygot aorund the portaudio CI issue). Pygame is troublesome (it does use SDL and not SDL2, right?) So...
@hoechenberger I think I can finally make up the patch for libsndfile since we know it will finally be used (I think you're also looking for https://github.com/conda-forge/libsndfile-feedstock/pull/7 too). Do we...
On amazon linux 2 with meltano==2.5.0, we found that even compiling from source into `/usr/local/bin` and removing the sqlite3 shipped in `/usr/bin` continued failing; not sure if there was something...
Looks like Celery provides this with a redis backend by splitting multiple queues: see a [SO question](https://stackoverflow.com/questions/15239880/task-priority-in-celery-with-redis) and the [redis docs](https://docs.celeryq.dev/en/latest/userguide/routing.html#redis-message-priorities). There's also an implementation using [sorted sets](https://github.com/gabfl/redis-priority-queue) which could...