Renaud Chaput
Renaud Chaput
This is expected, full text search is not available for unlogged users, only hashtag-based search
Everyone, please keep the comments here constructive. This is a brand new feature and we know it needs some tuning. Your feedback is very welcome and we are taking it...
I think that if an index is on `x, y`, then it can only be used when there is a condition on `x`, not `y`. Did you check that the...
Still a valid issue!
We recently made some of the checks required, and this is an issue right now due to the `pre_job`, for example here: https://github.com/mastodon/mastodon/actions/runs/9536602372 It skips the actual job, and the...
Add support for client-side language detection for toot compose form using the Language Detector API
Thanks for your contribution, using `LanguageDetector`, when available, is a good improvement. But there is already language detection in the composer, through the `lande` library (see `app/javascript/mastodon/features/compose/util/language_detection.js`). I think that...
Add support for client-side language detection for toot compose form using the Language Detector API
Similar to #35369, we really like this PR, but would like to wait for this API to be adopted by other browsers, or at least have positive signals from them....
General question: if a translation provider has been enabled for the instance and support the languages, should it be used rather than the translator API, or should the Translator API...
Hi @ThomasLeister, sorry for the delay here! We like the idea of the PR, but are a bit uneasy at using an experimental JS API that is only implemented by...