Jarosław Jedynak
Jarosław Jedynak
In this PR I introduce a ngram cache per dataset query. This means that ngrams (where it make sense) won't be read from the disk twice. This causes a small...
This replaces #195. Both PRs are not compatible with each other (though general idea from #195 can be implemented later after cache). The idea is very simple - "just" use...
Suboptimal error messages and help: ``` ❯ ./ursadb a [2022-11-24 14:33:43.912] [info] UrsaDB v1.5.0+(unknown commit) terminate called after throwing an instance of 'std::runtime_error' what(): Failed to open database file fish:...
My WIP "user purge" feature. Can be used to completely remove an user and all their work. UI (beautiful, I know):  I don't have a time to finish this,...
This PR is inspired by me first opening the book and being hit by a pretty dense math from the first page. I know some basic ANT (and I'm actively...
### What feature would you like to see? I'd like to add an API to set the current selection in ImHex. I've investigated the functions available to C# plugins, especially...