Skip Navigation

Posts
10
Comments
33
Joined
2 yr. ago

  • In the search bar in the side drawer, you should be able to search for something like connect or lemmyconnect. Give it a few seconds to search and load up the search results. One this community shows up, you should be able to click it!

    The screenshot you're sharing is the raw markup of Beehaw's custom error page. I think it's getting rendered because it's a different result from what other "typical" Lemmy instance would return in an error - either a status code or a specific error string. You can swipe it down to return to the previous view I'm pretty sure.

  • Sweet, that's awesome! What are you studying at Uni?

    When I was learning to code, I always wished that I could learn while applying it to solve "real world" problems!

  • Awesome! Nah, didn't do anything but checked haha.

  • I've just tried viewing this community on that instance and it appears to be working for me. Hopefully it is for you now?

  • This probably needs verification, so run at your own risk!

    The SQL statement to delete would be: DELETE from person where name = '...'

    person is the table of users.

    name = '...' is the condition for the row that is to be deleted.

    You can also modify the condition to, for example, delete a user using the id instead of their name (username).

    Here's a link to the "schema" of the person table as generated by the backend code.

  • What do you mean by collapsing threads? Currently if you clicked on a comment, it should collapse said comment and any children of the comment.

    With regards to navigating to the next/previous top level comment, worth putting that as an "issue" on Jerboa's GitHub as a feature request if one doesn't exist for this feature already.

  • If you don't mind sharing, what's the name of this place?

    I had a one day transit through Japan not too long ago. We made our way to the Golden Gai area and had some absolutely delicious niboshi ramen too! The place we went to is named Ramen Nagi.

    And of course, it uses a ticketing machine just like this picture! =D

  • There's an open issue on Github for this. Could see what's been talked about there and provide your input!

  • Just chiming in to remark how hilarious and wholesome these downvote comments are! =D

  • It appears there's a PR for this in the works!

  • When viewing a post, there should be a bookmark icon to the right of the upvote/downvote buttons. If you click it, it should save the post. Same for the comments.

    To view saved posts or comments, there should be the same icon in the navigation bar or the side bar.