André Staltz

Results 83 issues of André Staltz

:bulb: Idea When we're streaming the log in jitdb, we can detect deleted records, but we don't really do anything about it, we just skip to the next records. What...

They seem faster than TypedFastBitSet (according to TypedFastBitSet's own benchmarks) but `roaring` is a native node module (probably won't run in the browser). - https://www.npmjs.com/package/roaring Also see https://www.npmjs.com/package/bitfield-db by substack

Forked from issue #5, from [this comment](https://github.com/arj03/jitdb/issues/5#issuecomment-703826745). > The idea of saving how many results the index contains together with the index is a great idea! We already store the...

idea / experiment

For the conventional index value_author_X, if the user browses many profile screens, they'll create many such indexes. But they may stay unused for a long time. Maybe it would be...

idea / experiment

I just had an idea that is either silly/naive or groundbreaking. This was inspired by your sort idea #54. So, normal indexes in jitdb can be considered a hash map...

idea / experiment

This is an idea for the future, not something for [community launch](https://github.com/ssb-ngi-pointer/go-ssb-room/milestone/2): **Track inviter:** it would be good that for each member, we would store and display the ID of...

enhancement
Styling
Go

From Twitter: https://twitter.com/wakest/status/1399420217760038919?s=19 > First screenshot shows up *the second* the link loads obscuring all the text on the page. And the second screenshot only shows the first time that...

Bug
JavaScript

`room.attendants()` events occur normally, except for `"left"` which seems to be duplicated. Currently **all** "left" events are duplicated, while "join" and "state" are normal, not duplicated. Relevant client code: https://github.com/ssb-ngi-pointer/ssb-room-client/blob/04f7cc43c2761754c73eed8ea540c8c337a08a40/src/room-observer.ts#L115-L121...

Bug
Go

Similar to https://github.com/ssb-ngi-pointer/go-ssb-room/issues/170 but sign-in succeeds, it's just odd or undesirable that there would be two calls to `requestSolution`. On Chrome Android and normal Firefox Android, only one `requestSolution` is...

Bug

Context: https://github.com/ssb-ngi-pointer/go-ssb-room/pull/40#issuecomment-785827717 - The notice page (e.g. Code of Conduct) would automatically pick up the user's declared browser language - See also the currently hard-coded `en-GB` for `complete:index` route, which...

Go