TheQuantumPhysicist

Results 61 comments of TheQuantumPhysicist

I'm sorry, is this now solved? I still don't see documentation to run this in docker as non-root.

Thank you! I'll try this tomorrow. I'll keep the issue open to attract any volunteers for docs update.

> Thanks for the report! This seems like you have some kind of antivirus that is checking for a binary by its hash the first time it is run. Something...

Alrighty. I played a little bit with it, and I understand what's going on. Apparently, gatekeeper does some kind of scanning for programs before allowing the command(s) `target/debug/deps/program-deadbeef --list --format...

> I wonder if something broke in macOS recently. Perhaps... there's no way to be sure, since I enabled it today for the terminal (and my IDE). > what if...

I'm on the latest MacOS, 14.2. You're right though. Running these commands doesn't produce the issue. To reproduce the issue, for me, I had to do this: ``` cargo test...

OK I removed the terminal from developer tools, restarted, added it, restarted again, tried again, and the problem is gone! I have no idea what's going on. But I guess...

So this crate is basically dead. It's virtually not possible to use this crate because of the conflict with rand with modern code bases (rand v0.8), and that it doesn't...

I'm surprised that [KeyDB](https://github.com/Snapchat/KeyDB) wasn't brought into this discussion. It's made to be backwards compatible with redis.

The fact that armv7/armhf are not supported is very disappointing. This is a problem for me because many embedded devices are 32-bit, including Raspberry Pi zero. Raspberry Pi zero 2...