James Tomasino

Results 38 comments of James Tomasino

I'm working on alternate parsing algorithm support for other languages, and that might be a good fit for germanic ones that concatonate to larger words. For English the performance metrics...

the splitting strategy right now tries a whole series of things starting with known prefixes & suffixes, then common vowel/consonant patterns. I can look into double consonants as well and...

This seems doable already as it's the case on https://pixelfed.social/discover. Several other instances also have a public discover page. I can't figure out how to do it myself, though. The...

``` INSTANCE_DISCOVER_PUBLIC=true ``` This was the missing environment var I was referencing above. Looks like it's just not documented in the [env list](https://docs.pixelfed.org/technical-documentation/env.html)

`prefers-color-scheme` is now well supported in desktop and mobile browsers. It's time to bump this up on the to-do list.

Similar to what @rugk is suggesting, I'd recommend solving it like so: 1. If the user is logged in, they have either selected a theme or "default" which could use...

I think we should also keep accessibilty in mind. If the only difference were a color change that wouldn't be recognizable to folks with vision impairment. That pushes me more...

I think the new filtering system achieves the goals that this issue originally requested. Unless anyone objects, I'd suggest marking this resolved.

I was experiencing this same thing. I changed to "other" and manually put in the credentials and it works.

Authentication to upload would be great, or perhaps something like WeTransfer does: - Unauthorized people can upload content but only send it to me as the recipient - Authorized people...