Radek Pietruszewski
Radek Pietruszewski
@pakyo-pan There's no FTS support in Watermelon right now, but it would be very nice to have it. If you want to research the issue and propose a solution, I'd...
@Rob117 sure, using SQLite capabilities is possible. Although it would be ideal if it could also work on the web (via LokiJS). But, of course, first things first. If you'd...
You mean for web only? Maybe… I would fear performance implications of just dumping lots of data into yet another library, but perhaps when it's just for one field, set...
> @radex Is the db built with SQLite fts5 enabled? > If not, where would I change that flag in the source build? 🍉 uses system-supplied SQLite. I'm not sure...
Let me know how I can help you go about implementing this. We'd be very interested at @Nozbe to have full text search in 🍉 — no time to implement...
@fungilation My understanding is that @stigi abandoned this work, and no one as far as I know is working on FTS currently, so I encourage you to take @stigi’s branch...
@mlecoq Not at all, I hope that it's finished and then I can merge it. I'm unable to contact @Kenneth-KT and don't currently _need_ this myself, so it's hanging on...
what does that even mean
hm, why are you recording notifications from a notification extension? wouldn't it be easier to add a delegate method in AppDelegate and call JS to do it via JS? That...
> Decrypting of the message... I'm using signal protocol for encryption.. So I can decrypt the message only once without adding some temp storage for the keys... ah, okay, so...