たとえばGoで書かれているプロダクトのCIをGitHub Actionsでやっていて、Goのバージョンがあがるたびにこのファイルを毎回ちまちま更新しているとあまり面白味のない作業になってしまう。最近だとGo 1.18 から 1.19 にあげるときに以下の go-version に書いてる数字を 1.19 にあげる必要があった。 steps: – uses: actio…
GitHub – serhack/pdf-diff: A tool for visualizing differences between two pdf files.
pdf-diff A tool for visualizing differences between two pdf files. Mainly dedicated to editors that usually spends a lot of hours on several pdf. Foreword I use Indesign almost daily, and the pagination and convenient graphical interface make that product number 1 among desktop publishing program…
git-pr-releaseとGitHub Actionsでワンクリックデプロイを実現する | おそらくはそれさえも平凡な日々
突然ですが、git-pr-releaseのなんちゃってコラボレーターである私が僭越ながら、その王道の使い方を皆様に伝授していきます。何番煎じかの記事ではありますが、現代の、特にGitHub Actions出現以降の使い方をまとめたいというのが動機です。 https://github.com/x-motemen/git-pr-release https://rubygems.org/gems/gi…
GitHubの機能や使い方を質問できるコミュニティ「GitHub Community」がオープン
GitHubは、GitHubの機能や使い方に質問がある場合などに、ユーザーが質問や回答を記入できるコミュニティ機能を提供する「GitHub Community」を開設したことを発表しました。 GitHub Communityは、従来のGitHub Community ForumとGitHub Education Forum、そしてプロダクトへのフィードバックなどを1つにまとめたもの。…
「GitHubで大規模なマルウェア攻撃が広まっている」──海外エンジニアのツイートが話題 すでに対応中か
「GitHubで大規模なマルウェア攻撃が広まっている」──海外エンジニアのツイートが話題になっている。投稿者によると3日午後2時14分時点で、悪意あるコードがGitHub上に3万5000件以上見つかったという。 「GitHubで大規模なマルウェア攻撃が広まっている」──海外エンジニアのツイートが話題になっている。投稿したのは海…
GitHub Insightsのおかげで効果的な振り返りができた話 – スタディサプリ Product Team Blog
(この記事は約5分で読めます) こんにちは、スタディサプリ TPM(Technical Product Manager)の@risa-hayashi です。 振り返りにGitHub Projects(beta)のInsightsという機能を利用してみたところ、振り返りが効果的にできるようになったのでその運用方法や効果を紹介したいと思います! GitHub Projects(beta) Insight…
GitHub – kffl/speedbump: TCP proxy for simulating variable, yet predictable network latency
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub – asg017/sqlite-lines: A SQLite extension for reading large files line-by-line (NDJSON, logs, txt, etc.)
A SQLite extension for reading large files line-by-line (NDJSON, logs, txt, etc.) License
GitHub – charmbracelet/gum: A tool for glamorous shell scripts 🎀
Gum A tool for glamorous shell scripts. Leverage the power of Bubbles and Lip Gloss in your scripts and aliases without writing any Go code! The above example is running from a single shell script (source). Tutorial Gum provides highly configurable, ready-to-use utilities to help you write useful…
How to create a Python package in 2022
How do you create a Python package? How do you set up automated testing and code coverage? How do you publish the package? That’s what this article teaches you. Photo by Claudio Schwarz on Unsplash. How to create a Python package? In order to create a Python package, you need to write the code th…