e-five

Results 56 comments of e-five

May have some overlap with https://github.com/LemmyNet/rfcs/pull/4 if I understood correctly. At least when it comes to federation of these things. Use case wise I'm not quite sure, the examples there...

Do you think this is a bug or a feature? Not to say it doesn't potentially need changes, but if I recall correctly the idea was that some people found...

I think the problem Benti is trying to express is that it's impossible for mbin to assume intent when it isn't given by the user. A better example would be...

Earlier in this thread it was said that it isn't dropping the domain. If it's specified it uses it, and if it's not then it assumes a local user. That...

I had to try to reverse engineer what is going on so it took me a bit, if anything is wrong, feel free to correct me. It looks like the...

I'm getting a 500 when accessing a route for a tag that isn't in the DB, I believe e.g. `/tag/reallysurprisedifthistagisinyourdb` The 500 happens in dev mode, in prod the sidebar...

I'm not sure if I misunderstand where the data is migrating from, but my post tags don't appear to have migrated ![image](https://github.com/MbinOrg/mbin/assets/146029455/7ade14af-503e-4271-bdd8-77bc1b809e1f) ``` # select body from post where id...

I tried to repro by migrating down -> making a new post with a hashtag -> migrating back up, and couldn't. So it's odd that I have a post not...

> Are you sure it is not just a cached component? Thats what happened to me in dev mode I just flushed php and redis cache and it still happens....

It doesn't 500 in `APP_ENV=prod`, it just doesn't render, look at how there are no numbers for threads/comments/posts/replies. Not sure if you're an admin as well, I imagine if you...