Thinking of contributing to @rwdatasci but not sure how to get started? Help is at hand, thanks to @finn_hoener. The Amsterdam-based business #DataScience student has created a template repository on #GitHub that allows anyone to create Real World Data Science content in our house style and format. Huge thanks to Finn!
Repo: https://github.com/finnoh/RWDS_post_template
Blog post: https://realworlddatascience.net/viewpoints/editors-blog/posts/2023/09/12/template.html
#github #codeberg #dev #git #scm #versioncontrol
I’m preparing myself for #hacktoberfest by learning #git and #github. My intention is to contribute to Open Source. There has to be something I can do for a project, even if I’m fairly new to #coding and the #techcommunity.
#hacktoberfest #git #github #coding #techcommunity
#github #githubactions question: why can’t I trigger an action on a pull_request to the gh-pages branch? I can’t get the event to fire for the life of me. I’ve tried branch based and actions based pages configurations with no change.
Make Use Of: The 7 Best GitHub Alternatives for Hosting Your Project https://www.makeuseof.com/tag/best-github-alternatives/ #Tech #MakeUseOf #TechNews #IT via @morganeogerbc #Programming #GitHub #Git
#Tech #MakeUseOf #technews #it #programming #github #git
The contents of this blog post have proven very useful today. The actions/checkout version was updated recently, and I've received a large number of PRs from Dependabot that just needed to be accepted.
#github #githubactions #dependabot
Love Sequel Pro for mac? Check out Sequal Ace (foss project): https://github.com/Sequel-Ace/Sequel-Ace
#mysql #mariadb #sequelpro #sequelace #foss #github #macos
@haverholm Yes, footnotes do need individual identifiers. However, if you use the same id twice, like in:
Some[^1] text[^1].
[^1]: lorem ipsum.
Here's how it will render in Joplin:
Some[1] text[1:1].
---
1. lorem ipsum.
Which can be handy too!
(NB: this works with MD flavors that use the CommonMark spec with footnotes plugins, like in #Joplin or in the #Github editor)
GitHub education pack requesting real name on public profile
Link: https://github.com/orgs/community/discussions/57851
Discussion: https://news.ycombinator.com/item?id=37463310
Since #github pushed the v4 of actions/checkout, I'm getting spammed by Dependabot for version update 😁
Anyway, it's a nice feature to not forget the version upgrade.
Did you know that you can commit providing an specific Date?
git commit -m "commit message" --date "last Tuesday at 11:45 am"
I've published the sources of my homepage on #github
Made with #hugo as always, it uses a very specific theme that was not intended to be reusable. But if somebody wants some inspiration, be my guest !
There is a #python script made to return the 5 last entries of a #rss feed as a markdown link list in the sources if interested.
Je kiffe les Doc en français
GitHub – GSA/code-gov: An informative repo for all Code.gov repos
Link: https://github.com/GSA/code-gov
Discussion: https://news.ycombinator.com/item?id=37452051