ds12

joined 1 year ago
 

Is it worth hiding the downvote button, or disabling and greying it out, when downvoting is disabled by the instance a user is logged in with?

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

Assuming you're viewing on mobile, at the top of the page, there should be a Sidebar button. Click that and it will expand the sidebar. There should now be a Subscribe button for you to subscribe to the community.

Note that the URL should look something like <local instance url>/c/<remote channel>@<remote instance hostname>. For example, my local instance is Beehaw too and I'm trying to view AskLemmy on lemmy.ml, so it should be something like beehaw.org/c/[email protected]

[–] [email protected] 1 points 1 year ago

Do you see something like this when searching in the sidebar?

screenshot of searching for the Connect community in the sidebar

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (2 children)

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.

[–] [email protected] 4 points 1 year ago (1 children)

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.

[–] [email protected] 1 points 1 year ago

Sync appears to also be on its way. There's a community too.

[–] [email protected] 1 points 1 year ago

Shouting a welcome over from the Beehaw instance!

There'll be a learning curve for sure, but I hope it'll be an enjoyable experience as you go through it! =)

[–] [email protected] 1 points 1 year ago

Freakonomics Radio with a lot of interesting insights to things in life.

Big Biology for any Biology nerds. A lot of interviews with researchers.

This Is Actually Happening with some absolutely wild stories.

[–] [email protected] 7 points 1 year ago (7 children)

fzf for quickly matching file names especially deep in the directory hierarchy

ripgrep for quickly searching for text content within files

dtrx for handling the right extractions of different archive types

[–] [email protected] 2 points 1 year ago

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

[–] [email protected] 6 points 1 year ago (1 children)

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

[–] [email protected] 2 points 1 year ago

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

[–] [email protected] 8 points 1 year ago

If you have familiarity with mobile app development, might be worth looking into the mobile apps for Lemmy as well!

Jerboa for Android

Mlem for iOS

17
This Week In Neovim Newsletter (this-week-in-neovim.org)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Just wanted to share a newsletter that a Neovim community member has been putting out weekly. Content is categorised under Core and Plugin (hopefully self-explanatory). I usually find interesting things to learn about Neovim's core and API, or plugins to explore!

view more: next ›