Ben Follington
Ben Follington
I accidentally added a file `interpolating-embeddings.md` and `orb sphere save`'d and then renamed it to `interpolating-embeddings.subtext` changing only the extension, `orb sphere status` / `orb sphere save` didn't detect any...
After landing https://github.com/subconsciousnetwork/subconscious/pull/755 to fix https://github.com/subconsciousnetwork/subconscious/issues/693 we realised that we can avoid having to deinit and reinit Noosphere at all if we introduce a new FFI method to update the...
This significantly improves UI responsiveness in the main Subconscious app.
Allow looping control, speed, callbacks etc. such that an animation controller could orchestrate this.
As a follow on from https://github.com/subconsciousnetwork/subconscious/pull/1106 we should incorporate the liked status of notes into the SQLite index. If we can introduce a `liked` column for all notes then we...
To match with classic unix-y convention. This involves updating the prefix strings, SQL queries and regexps but also involves migrating the `_profile_.json` and `_likes_.json` to the new naming scheme.
Repoted by a beta user. As the title says, tapping an autocorrect suggestion seemed to insert a space mid-word and left the cursor off-by-one from the end of the word....
As per the title, it should have, the note _was_ deleted as expected.
This should simply be a no-OP.
We recently introduced the `activity` table which tracks when: - you follow a user - you unfollow a user - you update a note - a peer publishes new changes...