8ullyMaguire

Results 14 comments of 8ullyMaguire

Related to #186 _Customizable Minimize and Close Window Buttons_

Related to #186 _Customizable Minimize and Close Window Buttons_

I believe this is a backend issue and a duplicate of [Community name in post URL](https://github.com/LemmyNet/lemmy/issues/875)

I would also prefer the wording of the user setting to be changed from "Show Read Posts" to "Hide Read Posts". I find the current wording to be confusing because...

Show read posts on the search page too.

This is related to [custom feeds](https://github.com/bluesky-social/social-app/issues/1532). - **Custom feeds**: Allow users to create custom feeds that combine posts from multiple users, instances, include/exclude keywords, hashtags. A weighting system to control...

Migration tools like Lasim achieve this without the real-time sync aspect: Related to: - [Fetch and Push All Read and Saved Posts for Account Migration #3582](https://github.com/LemmyNet/lemmy/issues/3582) - [Allow fetching list...

Related to #1533: Comprehensive Tagging System. Benefits of a comprehensive tagging system over hashtags: - Filter sensitive content - Users can avoid content about phobias, traumatic events, etc. that they...

I would replace the ignore performers list for a prioritize performer list. The performers are chosen based on the order of genders in the PRIORITIZE_PERFORMERS list. Performers with genders not...

```python #!/usr/bin/env python3 import json import asyncio import aiohttp import time from typing import List, Dict TIME_BETWEEN_REQUESTS = 5 TIME_TOTAL = 60 async def get_latency(session, domain): try: start = time.time()...