Artem

Results 16 issues of Artem

Proxy is trying to look for socket file from keepassxc in the `XDG_RUNTIME_DIR` directory, but it seems that keepassxc always creates it in `/tmp/`, at least for me on arch....

bug

### Clear and concise description of the problem In v2, the plugin bundles only typings for exposed code + typings for 3-rd party modules that are used in the exposed...

I've been trying to better understand the way how current text index works using very tiny test data, but all queries fail when data is too simple. query: ``` SELECT...

I'm a bit struggling to understand the way score is calculated in the latest text index re-implementation. From quick look, it seems that scores for text words are simply ignored...

Default value of `MIN_WORD_PREFIX_SIZE` is 4, which can be a bit too high for some searches. Is it possible to make it configurable? Would it work if I just change...

Just a random thought. I think it would be great to have a dedicated RdfParser for NTriples. I think it can be a bit confusing to conflate turtle and ntriples...