olorin99
olorin99
I think this might be an issue with feddit.online. I just tested with my piefed.social account and had no issues logging in. I've also seen a post recently with someone...
Found the [post](https://piefed.social/post/1345280). Looks like rimu already knows what the problem is so a fix should be out soon.
This would be pretty cool. If we want to use OpenMLS there is the [flutter_rust_bridge](https://pub.dev/packages/flutter_rust_bridge) package which can integrate rust into a flutter project so we don't have to roll...
My thinking is that if its done client side (for mbin) then it would be good in filter lists but if its done server side (for lemmy and piefed) it...
Yeah I'm not sure of a way to scale widget layout globally without doing it manually which would be a lot of work. For this issue specifically I think simply...
The PieFed API doesn't support feeds yet, so we'll have to wait for updates. I've actually been thinking recently about how to do multicommunities in app for mbin and lemmy...
Yeah that is the plan. I've also tested using different sorting functions and I think we should be able to use all the sorting options not just newest.
So on lemmy hot is a function of the post score and its creation time. Active is similar to hot but uses the last active time instead. Scaled takes the...
- I think having rule lists with each rule allowing multiple matchers would be best. That way you could combine different rule types in the same list and could combine...
For navigation is seems like a good idea to move to navigation 2.0. From a skim of the two suggested packages I like the look of auto_router more. Type safety...