-
I get the following error when trying to run `pacchettibotti`:
Stack used to exhibit the same error and fixed it with a file lock, as @f-f did. Stack depends on more recent versions of `persist…
kl0tl updated
4 years ago
-
SQLite's FTS3 and FTS4 (full-text search) extension modules allow users to create special tables with a built-in full-text index. This extension is usually enabled by default. (I checked: most platfor…
-
**Is your feature request related to a problem? Please describe.**
Looking through the documentation, I couldn't find anything about which extensions were enabled during compilation by default.
Fo…
-
I'm getting this warning, I thought it was best to let you know.
`$ Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
debug.message: Cannot…
-
I'm trying to run sqlite-vec with Pyodide (Python distribution for the browser and Node.js based on WebAssembly).
According to Pyodide documentation it seems possible to build wheels:
https://pyodi…
-
I'm having the same error while trying to install through pip or from sources:
OSX Sierra.
Python 2.7.12
openssl-1.0.2j installed via brew
`clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototy…
-
Hello!
When increasing the level of security patches on CrDroid, an error occurs:
CONFLICT (content): Merge conflict in dist / orig / sqlite3.c
error: failed to apply 135afab commit ...
Fix a b…
-
Again, on Debian 11 "Bullseye" with Python 3.9
No feed items are added on feed update. Server output is attached below.
Deleting the ft_au trigger in rss.db allows the feed to update, but will …
-
My vision would be a `🔎 search` button in the sidebar that open a modal with a form, where a user enter the search input and it list the candidates with the matching result highlighted. Then on `Enter…
-
Possible implementation thoughts:
- Core Data ([example implementation](http://www.mlsite.net/blog/?p=1119)) or SQLite Full Text Search ([documentation](https://www.sqlite.org/fts3.html), note that…