Alexander Cobleigh
Alexander Cobleigh
this has been something i've been musing on for some time, i don't have a solid design proposal yet but here's what i've been thinking: * it should be a...
Oh, I'm happy you think so :3 > I wonder if the RC Heap Community Cluster would be appropriate for hosting the search engine? That definitely seems like a good...
@bhartshorn thank you for your thoughtfully written issue! i really appreciate when people take the time to understand a project and what may or may not be a suitable addition...
thanks for the context! if you do find yourself with some extra time, [`server/server.go`](https://github.com/cblgh/cerca/blob/main/server/server.go) contains all you want here are some snippets that feel relevant: * [logging in & setting...
i think a better solution would be to explore something like [`COLLATE NOCASE`](https://stackoverflow.com/a/973785), or equivalent / better query, on user creation e.g. adapting `checkUserExists` or whatever the function is called
can you pr it as one of the date formatting template functions? but leave the "today" function behaviour intact for the default templates for the merveilles forum it's exclusion was...
my take: opt-out (on by default), because otherwise discoverability of the feature is difficult. there are arguments for opt-in too, ofc, but mainly seeking to share my opinion and not...
@tio-trom the desktop app is kind of in a transition stage! we've had a lot of work on a next generation update of the codebase in the form of https://github.com/nikolaiwarner/react-cabal....
ah thanks, i had missed this bug. i'll try to patch it in the coming days :)
yeah i noticed that as well, things can probably be done way smarter when redrawing lol. i'll have a patching session in the upcoming week or so to try to...