on Obsidian + Git on Android · c/obsidianmd · 0 pts · 1yI created a plugin to sync with GitHub on all platforms, it has some bugs that I need to find the time to fix but it does the job most of the times. If you want to give it a try here it’s called GitHub Gitless Sync. https://github.com/silvanocerza/github-gitless-sync Mind that you won’t have the full control of a git repo this way.
on How to file issues in Github from CLI · c/opensource · 16 pts · 2ygh issue create —repo <[HOST/]OWNER/REPO> https://cli.github.com/manual/gh_issue_create
on [2023 Day 1] It is not supposed to ramp up this fast · c/advent_of_code · 20 pts · 2yI was surprised seeing ton of people going for the replace approach. It didn't even cross my mind to edit the string, I went straight for regex for part 1 and it was easy enough to adapt it for part 2.
on ELI5: In computer networking, what is a port? · c/explainlikeimfive · 2 pts · 3yAwesome explanation, I'm reusing this for sure.
I created a plugin to sync with GitHub on all platforms, it has some bugs that I need to find the time to fix but it does the job most of the times.
If you want to give it a try here it’s called GitHub Gitless Sync. https://github.com/silvanocerza/github-gitless-sync
Mind that you won’t have the full control of a git repo this way.
gh issue create —repo <[HOST/]OWNER/REPO>
https://cli.github.com/manual/gh_issue_create
I was surprised seeing ton of people going for the replace approach. It didn't even cross my mind to edit the string, I went straight for regex for part 1 and it was easy enough to adapt it for part 2.
Awesome explanation, I'm reusing this for sure.