Rob S.

Results 11 comments of Rob S.

If it's possible to access the underlying SQLite database, could [FTS5](https://www.sqlite.org/fts5.html) be bridged to work with this, or would that be more work than writing it from scratch?

Maybe Fuse.js would work better for that? Replicating the contents into Fuse on write/delete could provide a short-term solution, but it makes things tricky because there has to be a...

@radex I'm going to be working on an app this year - let me see if I can get a solution rigged up. I'm much more likely to find something...

@radex Is the db built with SQLite fts5 enabled? If not, where would I change that flag in the source build?

Typescript is misleading if you use clone. There is nothing to suggest anywhere that the Realm Object returned would not support the spread operator to clone like it would in...

I'm getting the exact same error. I noticed that if I put in a debugger break point just under `func loadExtensionContext() -> NSExtensionContext {` The problem stops happening. This leads...

Note that the problem only seems to happen on an actual device.

Rails5.1.6の依存を5.2にアップグレードする予定がありますか?

Huh. That's interesting - I haven't worked on this library in a very long time because it's no longer necessary for my app. But if you figure out the reason...