Hermann Mayer
Hermann Mayer
I've installed Ubuntu 16.04 (server iso) and the **eyed3** (excuse me, python-eyed3 did not bundled the binary) package. Like this: ``apt-get install eyed3``. Then I was able on this fresh...
@arpho Is this issue now solved?
Hey widmr, I'm fine with your solution. Create a PR for it and I'm gonna merge it. If its possible, add an test case for it, please.
Afterwards please squash all your commits into a single one.
And please take care of the name of the tool, its called `eyeD3`, not `eye3D`. :smile:
I'm sorry for answering so late. Unfortunately this library is only a wrapper for existing id3 manipulation tools. So if the chosen tool only support a limited number of id3...
See: * https://hub.docker.com/r/apache/kafka * https://github.com/apache/kafka/blob/trunk/docker/examples/README.md#single-node * https://github.com/apache/kafka/blob/trunk/docker/examples/jvm/single-node/plaintext/docker-compose.yml
What I found so far: * https://blog.rust-lang.org/2024/05/02/Rust-1.78.0.html * https://blog.rust-lang.org/2024/03/30/i128-layout-update.html (which mentions FFI)
In this case, you should implement a custom [authenticator proc](https://github.com/hausgold/grape-jwt-authentication#authenticator) which also fetches the RSA public keys and caches them respectively. I'm unsure how you determine which RSA key to...