Carsten Sauerbrey
Carsten Sauerbrey
#### Summary In order to run more extensive monitoring also on `arm64` architectures, e.g. Raspberry Pi cluster, the `fluentd` addon would be quite handy. Since all Docker images are available...
@azirbel I have a short question relating the generated links for bins. It seems that a new bin link is linked by a UUID such If I create a new...
Pipewire will be the new top dog on the main Linux distributions in the near future, e.g. [Ubuntu 22.10](https://www.omgubuntu.co.uk/2022/05/ubuntu-22-10-makes-pipewire-default). Thus, it would be beneficial to provide backend support via libsoundio...
Thanks for the great work of this extension and I just want to let you know that when running on later Python versions, the following [issue 1273](https://github.com/aio-libs/aioredis-py/issues/1273) from aioredis appears...
(check apply) - [x] read [the contribution guideline](https://github.com/fluent/fluent-plugin-opensearch/blob/master/CONTRIBUTING.md) - [x] (optional) already reported 3rd party upstream repository or mailing list if you use k8s addon or helm charts. #### Steps...
It seems that pyproject.toml setting for dependencies is somehow not PEP508 compatible ```toml dependencies = [ 'tensorflow>="2.0.0"', 'numpy', 'scipy', 'scikit-learn', ] ``` It should be ```toml dependencies = [ 'tensorflow>=2.0.0',...
I would be beneficial to have also an async implementation of the RTCClient because releasing the CPU for a current task during I/O Jazz requests speeds up overall local processing.
closes #23
With Tensorflow 2.16.1, the following errors shows up ```shell ValueError: Layers added to a Sequential model can only have a single positional argument, the input tensor. Layer ComplexConv1D has multiple...
### Describe the bug I had to set the `PLUGIN_DIR` ENV in order to avoid the issue #506. This is working fine so far but the copying stage fails with...