GitHub

I remember there being an option to filter starred repositories by language, now I can't find it anymore. The button is just gone. Some older GitHub documentation still shows the option: ![https://docs.github.com/en/get-started/exploring-projects-on-github/saving-repositories-with-stars#organizing-starred-repositories-with-lists](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.dbzer0.com%2Fpictrs%2Fimage%2F09246caf-3275-4692-bb2a-b8bb8a0f8749.webp)

2
1
https://lexp.lt/posts/github_webhooks_for_automatic_deploy/

I thought you guys might enjoy it: I have a website that I push to frequently on GitHub, and some GitHub actions that update it periodically by pulling code and generating docs from it. I needed to connect to my vps often and update the website which was cumbersome. Well a solution is to use webhooks on push events and have a server listening to those events to then update said websites for me.

4
0

You can sort GitHub issues by most "upvoted" using this syntax: ```text is:issue is:open sort:reactions-+1-desc ``` Thanks to [gromenauer](https://github.com/gromenauer) for making me aware of it in [this GitHub comment](https://github.com/johannesjo/super-productivity/issues/25#issuecomment-2297448290). Full documentation for sorting GitHub issues and pull requests can be found [here](https://docs.github.com/en/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests). **EDIT (2024-08-27T05:20Z):** There are also UI options that enable sorting by most "upvoted": - On desktop (through a web browser): ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2Ff15d832b-f124-4115-985d-7b5c5eb11637.png) - On mobile (through the app): ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fsh.itjust.works%2Fpictrs%2Fimage%2F60263c6a-f66d-4bec-a30a-758ff524359d.png)

21
2
https://praise-me.fly.dev/

cross-posted from: https://programming.dev/post/17754201 > There was a roast my github profile site going around recently so as a counter to that someone made a praise my github profile. Enter your profile and get an AI complimenting you

12
0