speki
speki copied to clipboard
flashcard app in your terminal
Results
11
speki issues
Sort by
recently updated
recently updated
newest added
``` os: ubuntu 24.04.1 # cargo install speki ``` produces these errors: ``` error[E0432]: unresolved import `sentry_types::protocol::v7::Profile` --> /home/jason/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sentry-core-0.31.5/src/profiling.rs:8:5 | 8 | use sentry_types::protocol::v7::Profile; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Profile` in `protocol::v7`...