wiiznokes
wiiznokes
impl in #75
https://github.com/helix-editor/nucleo/
https://docs.rs/memchr/latest/memchr/ https://en.wikipedia.org/wiki/Longest_common_substring textdistance = "1.0.2" strsim = "0.11.1"
```rs use nucleo::{ pattern::{Atom, AtomKind, CaseMatching, Normalization}, Config, Matcher, Utf32Str, }; fn main() { let needle = "lenaic"; let atom = Atom::new( needle, CaseMatching::Smart, Normalization::Smart, AtomKind::Substring, true, ); let haystack...
we should probably support migration before doing this: https://diesel.rs/guides/getting-started
let's use sqlx https://tms-dev-blog.com/rust-sqlx-basics-with-sqlite/#Adding_a_migration_script
seriously, this need to be fixed
This will be supported, not sure it will land in the alpha thought
Long run, probably Global shortcut portal: https://github.com/pop-os/xdg-desktop-portal-cosmic/issues/4 Short run: modify the `/etc/cosmic-comp/config.ron` file. But last time i try to modify shortcut this way, it didn't worked.
This has been discussed in this pr: https://github.com/pop-os/cosmic-comp/pull/438