並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 73件

新着順 人気順

draft pull requests githubの検索結果1 - 40 件 / 73件

  • Retty の Terraform CI/CD 解体新書 - Retty Tech Blog

    Retty インフラチームの幸田です。 6月に実施したマイクロサービス強化月間で公開した記事では、マイクロサービス環境を Terraform を利用して刷新した話を書きました。 engineer.retty.me この記事では前回と重複する箇所もありますが、Terraform の CI/CD にフォーカスした内容を書こうと思います。 CI を整備するにあたって意識したこと 「誰でも」かつ「安全に」利用できるように CI 上ですべての作業を完結させる Pull Request によるレビュー環境の整備 バージョンアップ作業の完全自動化 Terraform のディレクトリ構成について リポジトリの運用フロー Terraform によるリソースの追加、変更、削除 tfmigrate によるステートファイルの操作 CI で実行される job について Pull Request をオープンした時 P

      Retty の Terraform CI/CD 解体新書 - Retty Tech Blog
    • より筋肉質なチームにするために、開発者が見るべき21のDevOpsアウトプット指標 - Qiita

      Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 1. はじめに システム開発にまつわるチームや組織の活動は、指標なんかで測れるわけないやろ~、という声は根強いです。ましてや、それが人の評価になろうものなら、感情的な反発さえありえます。Martin Fowlerもこちらよりです。 一方で、何らかの指標で測れるはずじゃないの?という声も根強い気がします。測れんかったら、良くなったかどうか、どうやって判断すんねん、という意見ですね。DORA Metricsを擁するGoogleはこちらよりですかね。 私はどちらなのかというと、後者で、測れるものは測りたいタイプです。もちろん、すべてが正しく測

        より筋肉質なチームにするために、開発者が見るべき21のDevOpsアウトプット指標 - Qiita
      • Terraform職人のためのOpenTofu入門 - Qiita

        Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? この記事は クラウドワークス Advent Calendar 2023 シリーズ1 の 4日目の記事です。 はじめに 「父さんな、Terraform職人やめてお豆腐職人で食っていこうと思うんだ」と言いたいだけの @minamijoyo です。 2023年8月HashiCorpはこれまでMPL2のOSSライセンスで公開していた主要製品をBSL(Business Source License)に変更することを発表し、Terraformはv1.6.0からOSSではなくなりました。 このライセンス変更を受けて、OSS版のTerraformを求め

          Terraform職人のためのOpenTofu入門 - Qiita
        • Cursor・MCPを活用した画面刷新プロジェクトにおける開発サイクルと教訓

          はじめに PKSHA Technology のソフトウェアエンジニアの新冨です。 私のチームでは社内問い合わせ管理ソフトウェアである PKSHA AI ヘルプデスクを開発しています。PKSHA AI ヘルプデスクに関する詳しい説明は以下の記事を参考にしてください。 先日、問い合わせ者用の Teams 風なチャット画面を ChatGPT 風なデザインに刷新しました。このプロジェクトで私は主担当エンジニアとして、Cursor と MCP(Model Context Protocol)を中心に複数の AI ツールを統合し、開発サイクル全体を AI フローとして再構築しました。「AI にコードを書かせる」だけでなく、タスク起票から仕様参照、フィードバック反映、QA、PR 作成までを一連の循環として AI に組み込むと、開発の速度と品質が変わりました。 この記事を通して読者が、Cursor と MC

            Cursor・MCPを活用した画面刷新プロジェクトにおける開発サイクルと教訓
          • メルコインにおけるGitHub Actions活用術 | メルカリエンジニアリング

            こんにちは。メルコインのバックエンドエンジニアのiwataです。 この記事は、Merpay Advent Calendar 2023 の23日目の記事です。 私はいまメルコインのCoreチームに属しています。Coreチームでは主にお客さまからの暗号資産の売買注文を受け付ける部分のマイクロサービスを開発運用しています。 メルコインではCI環境としてGitHub Actions self-hosted runnerを使用しています。またCIだけでなく、さまざまな自動化のためのワークフローの構築もこの環境を用いて実行しています。この記事では私の所属しているCoreチームにおいてGitHub Actions上に構築しているオートメーションについて紹介したいと思います。 PR-Agent PR-AgentはOpenAI APIを使って、PRのコードレビューなどを自動化してくれるActionです。La

              メルコインにおけるGitHub Actions活用術 | メルカリエンジニアリング
            • PacketProxyで探るGemini CLIのコンテキストエンジニアリング 〜AIエージェントを信頼できる相棒に〜 | BLOG - DeNA Engineering

              2025.07.18 技術記事 PacketProxyで探るGemini CLIのコンテキストエンジニアリング 〜AIエージェントを信頼できる相棒に〜 by akira.kuroiwa #gemini-cli #ai #security #ai-agent #context-engineering #packetproxy 「なんかよく分からないけど、すごい」で終わらせないために こんにちは、DeNA セキュリティ技術グループの 黒岩 亮 ( @kakira9618 ) です。 AIエージェント、とくに Gemini CLI のようなコーディングを支援してくれるツールは非常に強力で、私たちの開発体験を大きく変えようとしています。しかし、その一方で、こんな風に感じたことはありませんか? 「このファイルの情報、勝手にAIに送られたりしない? 大丈夫かな?」 と、情報管理・セキュリティ面で漠然と

                PacketProxyで探るGemini CLIのコンテキストエンジニアリング 〜AIエージェントを信頼できる相棒に〜 | BLOG - DeNA Engineering
              • GitHub Copilot Coding Agent に実装を任せて、作業を並行化する

                GitHub Copilot Coding Agent とは GitHub Copilot Coding Agent は、GitHub が提供する Copilot 関連機能のひとつで、開発者の指示に応じて コードの変更や Pull Request(PR) の作成を自動で実行する自律エージェント です。 Coding Agent は、チャット上や GitHub の UI から自然言語で依頼を受けると、その内容をもとにブランチを作成し、コードを変更し、PR を生成します。ユーザーは生成された PR を確認してレビューやマージを行うだけで、通常の開発フローにスムーズに統合できます。 たとえば、次のような依頼が可能です。 コードの修正や関数のリファクタリング ドキュメントやテストの追加 依存関係や設定ファイルの更新 修正を反映した PR の自動作成 Coding Agent はこれらのタスクを G

                  GitHub Copilot Coding Agent に実装を任せて、作業を並行化する
                • npm Trusted PublishingでOIDCを使ってトークンレスでCIからnpmパッケージを公開する

                  npm Trusted Publishingが2025年7月31日に一般公開されました。 これにより、OpenID Connect (OIDC)を使ってnpmトークンなしでCI/CDからnpmパッケージを公開できるようになりました。 npm trusted publishing with OIDC is generally available Trusted publishing for npm packages | npm Docs この記事では、npm Trusted Publishingの仕組みや設定方法、実際のリリースフローについて紹介します。 npm Trusted Publishingとは npm Trusted Publishingは、npmレジストリとCI/CD環境(GitHub ActionsやGitLab CI/CD)の間でOIDCベースの信頼関係を確立する仕組みです。

                    npm Trusted PublishingでOIDCを使ってトークンレスでCIからnpmパッケージを公開する
                  • Announcing .NET 10 - .NET Blog

                    Today, we are excited to announce the launch of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. It’s the result of another year of effort from thousands of developers around the world. This release includes thousands of performance, security, and functional improvements across the entire .NET stack-from languages and developer tools to workloads-enabl

                      Announcing .NET 10 - .NET Blog
                    • Remote GitHub MCP Server is now in public preview - GitHub Changelog

                      Menu. Currently selected: 🔍 What is the Remote GitHub MCP Server? The GitHub MCP Server allows AI tools like GitHub Copilot in VS Code and Visual Studio, Claude Desktop, and others to seamlessly access live GitHub context and tools—like issues, pull requests and code files—to power smarter, more dynamic agent workflows. With the Remote GitHub MCP server, you don’t need to install or run it locall

                        Remote GitHub MCP Server is now in public preview - GitHub Changelog
                      • Digger + GitHub Actionsで作るTerraform/OpenTofuのCI/CD - Qiita

                        Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? はじめに この記事は Terraform Advent Calendar 2024 の 23日目の記事です。 TerraformのCI/CDどうしてますか?私は長年Atlantisを愛用していました。Atlantisは、Terraform/OpenTofu用のCI/CDサーバで、自分で使う分にはどちゃクソ便利なんですが、サーバを自前で建てないといけないのがネックで、なかなか初心者や小規模な環境にはオススメしづらいのが悩ましいところです。 なんかよい代替手段はないかしら?と思って最近使ってみているのがDiggerです。DiggerはGit

                        • Remote GitHub MCP Server is now generally available - GitHub Changelog

                          The remote GitHub MCP Server is now generally available. We’ve introduced OAuth-based authentication, expanded tooling, and improved security guardrails. Improvements & updates 🔐 Production authentication The GitHub MCP Server now supports OAuth 2.1 + PKCE with integration into all first-party Copilot IDEs (VS Code, Visual Studio, JetBrains, Eclipse, Xcode) as well as Cursor, providing a simpler

                            Remote GitHub MCP Server is now generally available - GitHub Changelog
                          • AgentのToolを公開MCPから自作に変えたらToken使用料が9割削減した

                            AgentのToolを公開されているMCPから自作に変更したら、Token使用料が9割削減できた話を書きます。 背景 現在ko☆shi(こーし)という引き継ぎを自動化するAgentを社内プロダクトとして開発しています。 このAgentはGitHub、Asana、Slackをデータソースとして使用しており、Strands AgentsのMCP機能を使用して、各サービスの情報を取得しています。ユースケースとしては、最新のPRやIssueがどのタスクと紐づいているかを確認したり、そのタスクについてどういう意思決定がされているかを把握したりしています。 いつも通りko☆shiを使用していると、Token使用料がかなり高額になっていることに気づきました。調査したところ、GitHubの最新のPRを確認しているだけにも関わらず、かなりのTokenが消費されていました。 画像のように、1回の呼び出しで約3

                              AgentのToolを公開MCPから自作に変えたらToken使用料が9割削減した
                            • May 2025 (version 1.101)

                              Version 1.108 is now available! Read about the new features and fixes from December. Release date: June 12, 2025 Security update: The following extension has security updates: ms-python.python. Update 1.101.1: The update addresses these issues. Update 1.101.2: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome t

                                May 2025 (version 1.101)
                              • Design Tokens Format Module 2025.10

                                Design Tokens Format Module 2025.10 Draft Community Group Report 18 January 2026 Latest published version: https://www.designtokens.org/TR/2025.10/format/ Editors: Louis Chenais Kathleen McMahon Drew Powers Matthew Ström-Awn Donna Vitan Authors: Daniel Banks Mike Kamminga Ayesha Mazrana (Mazumdar) James Nash Adekunle Oduye Kevin Powell Feedback: GitHub design-tokens/community-group (pull requests,

                                • FBZにおけるCI/CDパイプライン改善の取り組み - ZOZO TECH BLOG

                                  はじめに こんにちは、ZOZOMO部OMOバックエンドブロックの杉田です。普段はFulfillment by ZOZO(以下、FBZ)が提供するAPIシステムを開発・運用しています。 FBZでは、昨年からビルドの高速化や自動デプロイをはじめとしたCI/CDパイプラインの最適化に取り組んできました。本記事では、それらの取り組みの詳細とその効果についてご紹介します。 目次 はじめに 目次 FBZにおけるCI/CDと構成管理の現状 リリースサイクルの見直し リリースまでの流れ 顕在化した課題 長時間のデプロイ ビルド環境のメンテナンス性の低さ 手動デプロイが抱える人為的なリスク CI/CDパイプラインの改善に向けて デプロイフローの見直し CodeBuildのバッチビルド タスク定義の実装例 個々のタスクを高速化 Direct deploymentsの有効化 devDependenciesの依存

                                    FBZにおけるCI/CDパイプライン改善の取り組み - ZOZO TECH BLOG
                                  • GitHub Copilotにカスタムインストラクションで最新技術や独自ルールを教え込む

                                    GitHub Copilot GitHub Copilotは、AIによるチャットやインラインでのコーディング補助を目的としたツールです。GitHub Copilotの動作特徴としてGitHub上に公開されているコードを学習したりRAGをしています。逆にいうと非公開の独自情報やベースになっているLLMが持っている記憶にない情報は答えることができません。[1] カスタムインストラクション 上記のような課題を解決するために カスタムインストラクション機能がこの度追加されました。(執筆時点ではパブリックプレビュー) カスタムインストラクションは文字通りカスタムの指示(Instruction)や情報(Context)をCopilotに対して与えられる機能です。 カスタムインストラクションの有効化 VS Codeの場合は規定で有効なのでこの手順はスキップできます。Visual Studioでは既定で無

                                      GitHub Copilotにカスタムインストラクションで最新技術や独自ルールを教え込む
                                    • Automate work with routines - Claude Code Docs

                                      Put Claude Code on autopilot. Define routines that run on a schedule, trigger on API calls, or react to GitHub events from Anthropic-managed cloud infrastructure. Documentation IndexFetch the complete documentation index at: https://code.claude.com/docs/llms.txt Use this file to discover all available pages before exploring further. A routine is a saved Claude Code configuration: a prompt, one or

                                        Automate work with routines - Claude Code Docs
                                      • Automatically generated release notes - GitHub Docs

                                        About automatically generated release notes Automatically generated release notes provide an automated alternative to manually writing release notes for your GitHub releases. With automatically generated release notes, you can quickly generate an overview of the contents of a release. Automatically generated release notes include a list of merged pull requests, a list of contributors to the releas

                                          Automatically generated release notes - GitHub Docs
                                        • Introduction - Steve's Jujutsu Tutorial

                                          Introduction Hi there, I'm Steve. This is a tutorial for Jujutsu—a version control system. This tutorial exists because of a particular quirk of mine: I love to write tutorials about things as I learn them. This is the backstory of TRPL, of which an ancient draft was "Rust for Rubyists." You only get to look at a problem as a beginner once, and so I think writing this stuff down is interesting. It

                                          • April 2023 (version 1.78)

                                            Update 1.78.1: The update addresses this security issue. Update 1.78.2: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the April 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Accessibility improvements - Better scre

                                              April 2023 (version 1.78)
                                            • Real-world gen AI use cases from the world's leading organizations | Google Cloud Blog

                                              AI is here, AI is everywhere: Top companies, governments, researchers, and startups are already enhancing their work with Google's AI solutions. Published April 12, 2024; last updated October 9, 2025. Automotive & Logistics Business & Professional Services Financial Services Healthcare & Life Sciences Hospitality & Travel Manufacturing, Industrial & Electronics Media, Marketing & Gaming Public Sec

                                                Real-world gen AI use cases from the world's leading organizations | Google Cloud Blog
                                              • RubyKaigi Takeout 2021 で発表しました | うなすけとあれこれ

                                                RubyKaigi Takeout 2021 の 3 日目に、「Ruby, Ractor, QUIC」 という題で個人的に取り組んでいることについて話しました。 発表内容については、事前に台本を作成し 25 分間という枠に収まることを確認してからスライドを作成するという流れで組み立てました。それもあってとても聞きやすかったというお声を頂き、苦労が報われた感じがありました。ありがとうございます。 きっかけ 開発のきっかけを、発表内では「QUIC の勉強をしている時に ko1 さんの Tweet を見かけた」と言いましたが、実はもう少しバックストーリーがあります1。 発表に出していない部分の経緯として、そもそもは Black 社内で Web 技術について話していたのがきっかけとなります。2021 年初頭くらいから一部メンバーの間で WebRTC を自前実装する流れ 2 が社内にあり、だったら自

                                                  RubyKaigi Takeout 2021 で発表しました | うなすけとあれこれ
                                                • Generative AI’s Act o1

                                                  Two years into the Generative AI revolution, research is progressing the field from “thinking fast”—rapid-fire pre-trained responses—to “thinking slow”— reasoning at inference time. This evolution is unlocking a new cohort of agentic applications. On the second anniversary of our essay “Generative AI: A Creative New World,” the AI ecosystem looks very different, and we have some predictions for wh

                                                    Generative AI’s Act o1
                                                  • Copilot coding agent now supports self-hosted runners - GitHub Changelog

                                                    You can now configure Copilot coding agent’s development environment to run in your own infrastructure using self-hosted GitHub Actions runners managed by Actions Runner Controller (ARC). With this setup, you can give Copilot access to internal resources (e.g. packages) not available on the public internet. Copilot coding agent is our asynchronous, autonomous background agent. Delegate a task to C

                                                      Copilot coding agent now supports self-hosted runners - GitHub Changelog
                                                    • 0.10.0 Release Notes ⚡ The Zig Programming Language

                                                      Tier 4 Support § Support for these targets is entirely experimental. If this target is provided by LLVM, LLVM may have the target as an experimental target, which means that you need to use Zig-provided binaries for the target to be available, or build LLVM from source with special configure flags. zig targets will display the target if it is available. This target may be considered deprecated by

                                                      • 個人開発こそ、GitHub × AI × スクラムで回したほうがいい - Qiita

                                                        Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? はじめに 個人開発で意外と難しいのは、コードを書くことそのものより、何を先にやるかを決め続けることです。 一人で進めていると、自由に動けるぶん、別のアイデアに引っ張られやすくなります。少し触るつもりだった作業が、そのまま別の作業に広がることも珍しくありません。 最近はAIの支援で、 アイデア出し 要件整理 実装 レビュー 文書化 まで一気に進められます。 ただ、速く作れるようになったぶん、崩れ方も分かりやすくなりました。 思いついたことを、その場で作り始めてしまう AI が速いので、必要以上に機能を足してしまう タスクが散らかって、優先

                                                        • GitHub のリリースノート自動生成機能を使う | 豆蔵デベロッパーサイト

                                                          昨年10月 GitHub のリリース機能がリニューアルされ、自動的なリリースノート生成とリリースページ作成 UI の改善が実施されました。 Improvements to GitHub Releases - generally available | GitHub Changelog 自動的なリリースノート生成については、これまで Release Drafter が使われてきましたが、この機能が本家に取り込まれた感じですね。 GitHub - release-drafter/release-drafter: Drafts your next release notes as pull requests are merged into master. Release Drafter は PR がマージされるたびに次回リリース用のドラフトが更新されていく動きでしたが、本家のジェネレータはリリー

                                                            GitHub のリリースノート自動生成機能を使う | 豆蔵デベロッパーサイト
                                                          • Claude and Codex are now available in public preview on GitHub - GitHub Changelog

                                                            Menu. Currently selected: Claude and Codex coding agents are now in public preview Claude and Codex coding agents are now in public preview Claude by Anthropic and OpenAI Codex are now available as coding agents for Copilot Pro+ and Copilot Enterprise customers. You can start agent sessions and assign work to these agents from github.com, GitHub Mobile, and VS Code. You can do this directly from i

                                                              Claude and Codex are now available in public preview on GitHub - GitHub Changelog
                                                            • レビューは人に叩かれる場所ではない - Qiita

                                                              Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? 元記事 自分のコードが批判される不安 一般にエンジニアは、自分の仕事の進行状況(コードの品質や生産性)を他人に見られ、評価されることを恐れます。 あるソースコード管理システムをGoogleが開発した際に、次のようなissueをもらっていました。 「特定のブランチを非表示にする機能を Google Code の Subversion に付与してもらえますか?」 「最初は世界に隠されていて、準備ができたときに公開されるオープンソース プロジェクトを作成できるようにすることはできますか?」 「こんにちは、コードをすべてゼロから書き直したいので

                                                                レビューは人に叩かれる場所ではない - Qiita
                                                              • Local-first software: You own your data, in spite of the cloud

                                                                Cloud apps like Google Docs and Trello are popular because they enable real-time collaboration with colleagues, and they make it easy for us to access our work from all of our devices. However, by centralizing data storage on servers, cloud apps also take away ownership and agency from users. If a service shuts down, the software stops functioning, and data created with that software is lost. In t

                                                                • The new GitHub Issues - April 7th update - GitHub Changelog

                                                                  Menu. Currently selected: ✅ Bulk add issues and pull requests Our latest updates to the projects (beta) experience include the highly requested ability to bulk add issues and pull requests to a project as well as an explorable archive and a new GitHub Action! ✨ ✅ Bulk add issues and pull requests Selecting one or more items from either the issues or pull requests repository index pages now provide

                                                                    The new GitHub Issues - April 7th update - GitHub Changelog
                                                                  • エンジニア職でない方が業務でプログラミングを活用するために知っておきたいこと - Qiita

                                                                    Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? はじめに 個人的にプログラミングを学ぶ方も増え仕事に活用したい、あるいはすでに活用している方もいるのではないかと思います。 さらに組織の生産性を上げるために作ったプログラムを使ってもらう機会も出てくるでしょう。ただ、個人で使うあるいは小さなプログラムでは意識しなくても良かったことが、規模が大きくなったり複数人で使うと問題になることが出てきます。 これは1960年台に叫ばれた「ソフトウェア危機」の小規模版とも言えるかもしれません。 そこで特に開発現場の経験のない方に向けて考慮すべきことを書いてみることにしました。使われ方によって考慮するこ

                                                                      エンジニア職でない方が業務でプログラミングを活用するために知っておきたいこと - Qiita
                                                                    • October 2025 (version 1.106)

                                                                      Release date: November 12, 2025 Update 1.106.1: The update addresses these issues Update 1.106.2: The update addresses these issues Update 1.106.3: The update addresses these issues Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the October 2025 release of Visual Studio Code. This release brings significant updates across three key areas:

                                                                        October 2025 (version 1.106)
                                                                      • prompts.chat - AI Prompts Community

                                                                        --- name: skill-creator description: Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. license: Complete terms in LICENSE.txt --- # Skill Creator This skill provides guidance for creating effective skills. ## About Skills S

                                                                          prompts.chat - AI Prompts Community
                                                                        • Pick your agent: Use Claude and Codex on Agent HQ

                                                                          Context switching equals friction in software development. Today, we’re removing some of that friction with the latest updates to Agent HQ which lets you run coding agents from multiple providers directly inside GitHub and your editor, keeping context, history, and review attached to your work. Copilot Pro+ and Copilot Enterprise users can now run multiple coding agents directly inside GitHub, Git

                                                                            Pick your agent: Use Claude and Codex on Agent HQ 
                                                                          • January 2023 (version 1.75)

                                                                            Version 1.108 is now available! Read about the new features and fixes from December. Update 1.75.1: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the January 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Profiles -

                                                                              January 2023 (version 1.75)
                                                                            • 任意のPull Requestの内容を複数のリポジトリに対して一括コピーするツールpr-bulletを作った - Copy/Cut/Paste/Hatena

                                                                              GitHub Actions便利ですよね。 ペパボではGitHub Enterprise Server(以下、GHES)が運用されており、GHESでもGitHub Actionsが利用できます。 uses: だけで利用できるリポジトリを横断で再利用可能なActionの存在はかなり生産性を上げていると思います。 そういった便利なワークフローを複数のリポジトリに対して適用していきたいことが時々あります。 一気に複数のリポジトリに同じワークフローを適用したいこともあれば、「あ、このリポジトリにはあのリポジトリのワークフローをいれたほうがいいな」となることもあります。 その時、それぞれのリポジトリに対して「突然のデフォルトブランチへのpush」はあまりにも乱暴なのでPull Requestを作成していくことになります。 ただ、適用したいレポジトリが2桁あったとき、Pull Requestを作成する

                                                                                任意のPull Requestの内容を複数のリポジトリに対して一括コピーするツールpr-bulletを作った - Copy/Cut/Paste/Hatena
                                                                              • Bevy 0.7

                                                                                Bevy 0.7Posted on April 15, 2022 by Carter Anderson ( @cart cartdev ) Thanks to 123 contributors, 349 pull requests, and our generous sponsors, I'm happy to announce the Bevy 0.7 release on crates.io! For those who don't know, Bevy is a refreshingly simple data-driven game engine built in Rust. You can check out The Quick Start Guide to get started. Bevy is also free and open source forever! You c

                                                                                  Bevy 0.7
                                                                                • Forming the WebExtensions Community Group | WebExtensions Community Group

                                                                                  We’re excited to announce the launch of the WebExtensions Community Group (WECG). With multiple browsers adopting a broadly compatible model for extensions in the last few years, the WECG is excited to explore how browser vendors and other interested parties can work together to advance a common browser extension platform. Apple, Google, Microsoft and Mozilla are initiating this community group, a