Results 10 comments of nkanaev

the issue has been fixed in https://github.com/mmcdole/gofeed/commit/d5ae83954e0552f161c04d5d1835d20f82950916 and is on master, but hasn't been released by semver (cc: @mmcdole v1.1.1 maybe?). that said, the safest approach would be to not...

here's the diff of my changes. i'm not sure whether it's the best solution, since i'm not aware of the side effects it might have introduced. [slow-down-buddy.txt](https://github.com/natebosch/vim-lsc/files/2810053/slow-down-buddy.txt) thanks in advance

`vim-lsc` was the only plugin for autocomplete that' i'd been using. i've tried switching to `vim-lsp`, and it doesn't seem to have that issue, probably because it doesn't bind to...

@geekedtv no, sorry.

More generalized solution to string formatting might look like this: ```php

hi @tillcash was the binary compiled manually? if so, the missing `sqlite_foreign_keys` (foreign key constraint enforcement) feature might be the reason of the issue.

interesting. what version are you using?

sorry for the late reply. > Sometimes if I add the same feed twice unknowingly... I tried adding the same feed multiple times, and got the "FOREIGN KEY constrain failed"...

@lamescholar what's the scale of your feed? I've initially tested it against a subscription with 1000 feeds, which it handled fine, though I didn't run long-term test and how it'd...

I have a feeling that SQLite is perfectly capable of handling dbs larger than 1GB. This may be the app issue that needs fine-tuning. I can do some profiling to...