Sergey Grechin
Sergey Grechin
we have an index called "leads", part of config of this index is: indexes: leads: use_alias: true index_name: leads when running pupolate command it works as expected: alias and timestamped...
hi! I have a cache created on a non-default branch, all works fine except when the workflow is run on **a tag**, the cache isn't hit when it's not a...
minor and potentially helpfull stuff i changed when sorting our the internals of coconet
# Checklist - [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+) for similar or identical bug reports. - [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Category%3A+Documentation%22) for existing proposed fixes. -...
previously, the documentation referred to a non-existent `addBinaryMessageHandler` function to be called on the frontend side. Experimentally, it was found out that the same `addCustomMessageHandler` just works. This is the...
there's something strange going on with the first buffer where envelopes get processed. it looks like during the processing of the first buffer the envelope rapidly goes from its initial...
with some relaxed sanity validation: 1. file size (or array size) 2. some expected average
although the DAW is "headless", it'd still be useful to be able to visualize projects somehow.
Sampler strategy should be able to read mp3 samples. they should be converted into uncompressed WAV to be stored in sampler preferably, conversion should be extracted into a dedicated utility...