並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 8007件

新着順 人気順

githubの検索結果1 - 40 件 / 8007件

  • GitHub Copilot Chat in GitHub Mobile is now generally available

    Developers are constantly coming up with new ideas, exploring new skills, and collaborating with other developers on work and personal projects. At GitHub, we understand that all this collaboration doesn’t always happen from behind desks and computers. Developers increasingly use their mobile devices to learn, understand, and perform important tasks in the software development process. Today, we’r

      GitHub Copilot Chat in GitHub Mobile is now generally available
    • PCの操作をすべて録画&文字起こしして過去の操作を丸ごと検索可能にするアプリ「Windrecorder」

      PCを使っていると、過去の操作内容やブラウザで閲覧していた情報を思い出したくなるタイミングが頻繁に発生します。そんな時に役立ちそうなPC操作記録アプリ「Windrecorder」がオープンソースで開発されています。 GitHub - yuka-friends/Windrecorder: Windrecorder is a memory search app by records everything on your screen in small size, to let you rewind what you have seen, query through OCR text or image description, and get activity statistics. https://github.com/yuka-friends/Windrecorder I made an o

        PCの操作をすべて録画&文字起こしして過去の操作を丸ごと検索可能にするアプリ「Windrecorder」
      • AI時代にこそTDDだと思う話

        GitHub Copilot、みなさん使ってますか?すでに多くの方が利用しており、「ないと困る」という方から「提案の質に問題がある」「まだまだ使えない」という方まで、様々な意見を聞きます。 筆者はGitHub Copilotに対して非常にポイティブな立場です。GitHub Copilotは使い方次第で開発速度を格段に向上させることを身をもって体験しており、これからの時代においてはGitHub CopilotなどのAIツールを使いこなせるかどうかで、個人の開発速度に非常に大きな差が出ると考えています。 重要なのは使い方次第と言う点です。前述のように様々な感想が溢れているのはAIツールの習熟度が大きく影響しているようにも感じます。AIツールは静的解析同様、利用者側の手腕が大きく問われるツールであると筆者は感じています。コマンドプロンプトエンジニアリングという言葉もあるように、AIツールを使いこ

          AI時代にこそTDDだと思う話
        • 任天堂、Switchエミュ『Yuzu』関連GitHubリポジトリ8000超に削除通告 | テクノエッジ TechnoEdge

          ガジェット全般、サイエンス、宇宙、音楽、モータースポーツetc... 電気・ネットワーク技術者。実績媒体Engadget日本版, Autoblog日本版, Forbes JAPAN他 任天堂は、8535ものGitHubリポジトリーに対するDMCA削除通知を提出しました。 任天堂はこの通知で、開発者向けのプラットフォームであるGitHubに「Yuzuエミュレーターまたはそれに基づくコードへのアクセスを提示・提供する」リポジトリーを発見しており、そこで配布される「任天堂の技術的保護措置を違法に回避し、Switchゲームの違法コピーを行っている」と主張しています。 この通知はGitHubから各リポジトリーの所有者に「コンテンツに変更を加える時間」を提供するために連絡されました。 Switchエミュレーター「Yuzu」の開発者Tropic Hazeは今年3月、「大規模な著作権侵害を助長した」として

            任天堂、Switchエミュ『Yuzu』関連GitHubリポジトリ8000超に削除通告 | テクノエッジ TechnoEdge
          • Octo STS 入門

            Octo STS は GitHub Access Token をよりセキュアに発行する Security Token Service です。 GitHub App と GitHub Action が公開されています。 CI などの自動化で用いる GitHub Access Token の管理を改善することが出来ます。 Octo STS はまだ非常に若いプロジェクトなため実用には時期尚早かもしれませんが、今後の発展が楽しみなプロジェクトです。 公式ドキュメントがまだ整備されておらず、日本語情報も皆無なため、この本を執筆しました。 この本では Octo STS とは何か、なぜ Octo STS が必要なのか、現状 Octo STS にどういった課題があるのか、どうやって使うのか、どのような仕組みで動いているのか、などについて紹介します。

              Octo STS 入門
            • GitHub - verus-lang/verus: Verified Rust for low-level systems code

              Verus is a tool for verifying the correctness of code written in Rust. Developers write specifications of what their code should do, and Verus statically checks that the executable Rust code will always satisfy the specifications for all possible executions of the code. Rather than adding run-time checks, Verus instead relies on powerful solvers to prove the code is correct. Verus currently suppor

                GitHub - verus-lang/verus: Verified Rust for low-level systems code
              • Self-hosted GitHub Actions runners in AWS CodeBuild を試す

                CodeBuild プロジェクトを使用して Webhook を設定し、GitHub ACtions ワークフローの yaml を更新して CodeBuild マシン上でホストされているセルフホストランナーを使用できる GitHub への認証は PAT か OAuth App を使う まとめというかわかったこと ※間違ってることや、こうすればいいよなどがあったらコメントください。 良かった点 セットアップは楽 ephemeral である 起動時間は EC2、Lambda 共に 1 分程度だった 個人的には十分速い マネージドイメージに加えて Docker カスタムイメージを指定可能 jobs.<job_id>.runs-on に -<image>-<image-version>-<instance-size> を追記すると、設定不要で様々なアーキテクチャのイメージを使える jobs.<job

                  Self-hosted GitHub Actions runners in AWS CodeBuild を試す
                • Dependabot on GitHub Actions and self-hosted runners is now generally available

                  Starting today, administrators using Github.com accounts can enable their repositories and/or organizations to run Dependabot updates jobs as a GitHub Actions workflow using both hosted and self-hosted runners. Running Dependabot does not count towards GitHub Actions minutes–meaning that using Dependabot continues to be free for everyone. Since its launch, Dependabot has used hosted compute to sim

                    Dependabot on GitHub Actions and self-hosted runners is now generally available
                  • ローカルで GitHub Actions が実行できる act のお作法を整理する

                    はじめに GitHub Actions (GHA) 、便利ですね。 便利なんですが、動作確認するのに PR 出してマージするのが煩わしい...。そもそも PR する前に動作確認しておきたいし、やたらに PR 作りたくもない...。 そんな悩みを解消してくれるのが act でした。これならローカルで動作確認できるので GHA 開発が捗ります!! act 使ってみた記事は沢山ありますが、動かすまでに詰まったポイントをお作法として整理 してみました。act の使い方に悩まれている方の参考になれば幸いです。 対象読者 GitHub Actions を使っている / 使おうとしている方 GitHub Actions の動作確認に困っている方 GitHub Actions で AWS の何かしらの操作をしている/したい方 act のインストール User Guide - Installation に従

                      ローカルで GitHub Actions が実行できる act のお作法を整理する
                    • GitHub - soutaro/rbs-inline: Inline RBS type declaration

                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                        GitHub - soutaro/rbs-inline: Inline RBS type declaration
                      • GitHub - openai/openai-assistants-quickstart: OpenAI Assistants API quickstart with Next.js.

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          GitHub - openai/openai-assistants-quickstart: OpenAI Assistants API quickstart with Next.js.
                        • 【精神科医が指南】優しくておおらかな人の「知られざる本質」

                          1978年生まれ。東海中学・東海高校を経て、名古屋大学医学部卒業。医師免許取得後、名古屋大学精神科医局入局。精神保健指定医、日本精神神経学会専門医。39万フォロワー突破の​X(旧ツイッター)が人気で、テレビ・ラジオなどマスコミ出演多数。著書『精神科医Tomyが教える 1秒で不安が吹き飛ぶ言葉』に始まる「1秒シリーズ」は、33万部突破のベストセラーとなり、『精神科医Tomyが教える 心の執着の手放し方』の小説シリーズも反響を呼ぶ。最新作は、『精神科医Tomyが教える 30代を悩まず生きる言葉』。 精神科医Tomyが教える 30代を悩まず生きる言葉 ★大人気! シリーズ33万部突破★すべての悩みが解決する!“神ツイート”。すべてのモヤモヤが1秒で吹き飛ぶ221の言葉。もう大丈夫、アナタには精神科医Tomyがついている!「大丈夫、心配事の大半は起こらないわ」。ゲイのカミングアウト、パートナーとの

                            【精神科医が指南】優しくておおらかな人の「知られざる本質」
                          • GitHub - dai-motoki/zoltraak

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - dai-motoki/zoltraak
                            • 「Bluesky」「Python」「Vim」「404」「ぬるぽ」などIT関連のかわいい高品質ロゴを作りまくる人物現る、BlueskyやReact公式が早速ロゴを実装するなど爆発的な盛り上がり

                              IT関連の高品質な自作ロゴを大量に含むGitHubリポジトリが、プログラマーやゆっくり実況者として活動するさわらつき氏によって公開されました。当該リポジトリは公開直後から大きな注目を集めており、すでにBlueskyでは「Kawaiiモード」の実装が進んでいるほか、Reactの公式サイトにもさわらつき氏のロゴを表示する隠しモードが実装されています。 GitHub - SAWARATSUKI/ServiceLogos: ロゴを可愛く作ろう 節度を持って利用してくださいね🫠 https://github.com/SAWARATSUKI/ServiceLogos さわらつき氏が作成したロゴの例は以下の通り。これはPythonのロゴです。 C言語 Vim Visual Studio Code Discord GitHub 404エラー 「ぬるぽ」のロゴもあります。 これはBlueskyのロゴ。 2

                                「Bluesky」「Python」「Vim」「404」「ぬるぽ」などIT関連のかわいい高品質ロゴを作りまくる人物現る、BlueskyやReact公式が早速ロゴを実装するなど爆発的な盛り上がり
                              • GitHub - KindXiaoming/pykan: Kolmogorov Arnold Networks

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - KindXiaoming/pykan: Kolmogorov Arnold Networks
                                • GitHub - cezaraugusto/extension.js: 🧩 Plug-and-play, zero-config, cross-browser extension development tool.

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - cezaraugusto/extension.js: 🧩 Plug-and-play, zero-config, cross-browser extension development tool.
                                  • GitHub - borgo-lang/borgo: Borgo is a statically typed language that compiles to Go.

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - borgo-lang/borgo: Borgo is a statically typed language that compiles to Go.
                                    • GitHub - microsoft/go: The Microsoft build of the Go toolset

                                      Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. This repository, microsoft/go, contains the infrastructure Microsoft uses to build Go. The submodule named go contains the Go source code. By default, the submodule's remote URL is the official GitHub mirror of Go, golang/go. The canonical Git repository for Go source code is located at

                                        GitHub - microsoft/go: The Microsoft build of the Go toolset
                                      • GitHub Copilot Workspace:GitHub Copilotネイティブの開発環境へようこそ

                                        Author Thomas Dohmke GitHub Copilot Workspaceで開発環境を再定義します – どんな開発者でも自然言語でアイディアからコード、ソフトウェアまで作成できます。登録はこちら。 この2年間で、生成AIは開発環境の中に組み込まれたツールとして、開発者の状況を大きく変えました。2022年、私たちはエディタ内のオートコンプリートAIペアプログラマーとしてGitHub Copilotを発表し、開発者の生産性を最大55%向上させました。GitHub Copilotは現在、最も広く採用されているAI開発者ツールです。2023年、GitHub Copilot Chatをリリース、コーディング、デバッグ、テストにおける自然言語の力を引き出し、開発者がリアルタイムでコードと会話できるようになりました。 昨年GitHub Universeでその一端をお見せした後、本日Git

                                          GitHub Copilot Workspace:GitHub Copilotネイティブの開発環境へようこそ
                                        • GitHub - kaytu-io/kaytu: The Kaytu CLI helps you save on cloud costs by finding the perfect server sizes. Kaytu analyzes historical usage and provides tailored recommendations, ensuring you only pay for the resources you need.

                                          Ease of use: One-line command. Use without modifying workloads or making configuration changes. Base on actual Usage: Analyzes the past seven days of usage from Cloud native monitoring (CloudWatch), including advanced AWS CloudWatch metrics (where available). Customize: Optimize for region, CPU, memory, network performance, storage, licenses, and more to match your specific requirements. Secure -

                                            GitHub - kaytu-io/kaytu: The Kaytu CLI helps you save on cloud costs by finding the perfect server sizes. Kaytu analyzes historical usage and provides tailored recommendations, ensuring you only pay for the resources you need.
                                          • GitHub、「Copilot Workspace」テクニカルプレビュー版を提供--「Copilot」ネイティブの開発者環境

                                            GitHubは米国時間4月29日、「GitHub Copilot Workspace」のテクニカルプレビュー版の提供を発表した。 GitHub Copilot Workspaceは、同社開発者向けAIツール「GitHub Copilot」ネイティブの開発者環境。2023年の同社カンファレンス「GitHub Universe」で披露され、コードについてブレインストーミング、プラン、構築、テスト、実行を自然言語で可能にする。 開発者にとって最大の壁は、ほとんどの場合、作業の始めにあるとGitHubの最高経営責任者(CEO)であるThomas Dohmke氏は述べる。大型プロジェクト、機能リクエスト、バグレポートの最初のステップで壁にぶつかることが多いが、それは、どう始めたらよいかが単に分からないためだという。GitHub Copilot Workspaceは、作業の起点となるリポジトリーやIs

                                              GitHub、「Copilot Workspace」テクニカルプレビュー版を提供--「Copilot」ネイティブの開発者環境
                                            • GitHub、「Copilot Workspace」テクニカルプレビューを開始。ほとんど全ての開発工程をAIで自動化

                                              GitHub、「Copilot Workspace」テクニカルプレビューを開始。ほとんど全ての開発工程をAIで自動化 テクニカルプレビューは上記のCopilot Workspaceのページからウェイトリストボタンをクリックして申し込みます。 Copilot Workspaceはほとんど全ての工程を自動化 Copilot Workspaceは、自然言語で書かれたIssue(課題)を基に、Copilotが仕様案と実装計画を示し、コーディングや既存のコードの修正を行い、ビルドをしてエラーがあればデバッグも行うという、プログラミングのほとんど全ての工程をCopilotが自動的に実行してくれる、というものです。 人間は各工程でCopilotから示される内容を必要に応じて修正するか、そのまま見守ることになります。 GitHub CEOのThomas Dohmke(トーマス・ドムケ)氏は、Copilot

                                                GitHub、「Copilot Workspace」テクニカルプレビューを開始。ほとんど全ての開発工程をAIで自動化
                                              • GitHub Copilot Workspace: Welcome to the Copilot-native developer environment

                                                We’re redefining the developer environment with GitHub Copilot Workspace–where any developer can go from idea, to code, to software in natural language. Sign up here. In the past two years, generative AI has foundationally changed the developer landscape largely as a tool embedded inside the developer environment. In 2022, we launched GitHub Copilot as an autocomplete pair programmer in the editor

                                                  GitHub Copilot Workspace: Welcome to the Copilot-native developer environment
                                                • GitHub - nakst/gf: A GDB frontend for Linux.

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                    GitHub - nakst/gf: A GDB frontend for Linux.
                                                  • GitHub - say4n/jf: flatten them json

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - say4n/jf: flatten them json
                                                    • 日本の国土交通省が送る『Cities: Skylines』Modv2.0公開!好きな実際の街を再現する「SkylinesPLATEAU」―設定ファイル自動生成などで使いやすく | Game*Spark - 国内・海外ゲーム情報サイト

                                                      国土交通省が主導するプロジェクトPLATEAU(プラトー)は、『Cities: Skylines』のMod「SkylinesPLATEAU」のv2.0を3月29日に公開しました。 オープンデータの3D都市モデルを『Cities: Skylines』にインポートするMod「SkylinesPLATEAU」はPLATEAUが2023年3月に公開した『Cities: Skylines』向けModで、実際の街の3Dモデルをゲームにインポートすることができます。「まちづくりの計画検討やワークショップ、教育の現場等で活用」できるとされています。 同ModはGitHubにてソースプログラムが公開されているほか、導入の詳しいマニュアルがこちらで公開されています。

                                                        日本の国土交通省が送る『Cities: Skylines』Modv2.0公開!好きな実際の街を再現する「SkylinesPLATEAU」―設定ファイル自動生成などで使いやすく | Game*Spark - 国内・海外ゲーム情報サイト
                                                      • GitHub - HexaCluster/pgdsat: PostgreSQL Database Security Assessment Tool

                                                        PGDSAT is a security assessment tool that checks around 70 PostgreSQL security controls of your PostgreSQL clusters including all recommendations from the CIS compliance benchmark but not only. This tool is a single command that must be run on the PostgreSQL server to collect all necessaries system and PostgreSQL information to compute a security assessment report. A report consist in a summary of

                                                          GitHub - HexaCluster/pgdsat: PostgreSQL Database Security Assessment Tool
                                                        • 僕たちがグラフニューラルネットワークを学ぶ理由

                                                          グラフニューラルネットワーク - Forkwell Library #50 https://forkwell.connpass.com/event/315577/ での講演スライドです。 サポートサイト:https://github.com/joisino/gnnbook グラフニューラルネットワーク(機械学習プロフェッショナルシリーズ)好評発売中!:https://www.amazon.co.jp/d/4065347823 連絡先: @joisino_ (Twitter) / https://joisino.net/

                                                            僕たちがグラフニューラルネットワークを学ぶ理由
                                                          • スケーラブルなUnityのCI環境の実現|カバー株式会社 公式note

                                                            こんそめ~🐻💿 カバー株式会社CTO室エンジニアのAです。今回は、タレントの皆さんが普段の配信で使用している「ホロライブアプリ」の開発における、CI環境の改善の取り組みについてご紹介します。 はじめにCI(Continuous Integration)とは、システム開発における、複数人の開発者が書いたコードを頻繁に統合し、自動化されたテストを行うことでコードの品質を保つ手法です。 CIを導入することで、短期間でのバグの発見、統合作業の分散による生産性の向上、常にリリース可能にコードの品質を保つことによる開発サイクルの高速化などの利点が見込まれます。 ホロライブアプリはUnityで開発しており、具体的なCIプロセスとして、コードのテストとアプリケーションのビルドがそれに当たります。CIに関連するコンセプトとしてCD(Continuous Delivery)というものもあり、これらをまとめ

                                                              スケーラブルなUnityのCI環境の実現|カバー株式会社 公式note
                                                            • Microsoft、「MS-DOS 4.0」をオープンソース化

                                                                Microsoft、「MS-DOS 4.0」をオープンソース化
                                                              • AIと共同でプログラミングする新時代へ──AIコーディング支援ツール「GitHub Copilot」へ入門しよう

                                                                「GitHub Copilot」は、プログラムのコーディングをさまざまな機能で支援してくれるAIツールです。本連載ではGitHub Copilotのさまざまな機能や活用例を紹介していきます。初回となる今回は、GitHub Copilotの概要とともに、実際に使い始めるまでの手順を説明し、簡単な例でGitHub Copilotを体験します。 はじめに 近年、OpenAIの「ChatGPT」やMicrosoftの「Microsoft Copilot」、Googleの「Gemini」といった、さまざまなAIツールが利用できるようになっています。これらのAIツールは、人間の自然言語を理解し、質問への回答、画像や文章の生成、タスクの実行など、さまざまな機能で人間の作業を支援します。 図1 AIツールの利用例(Windows 11のMicrosoft Copilot) そんな中でも今回紹介する「Git

                                                                  AIと共同でプログラミングする新時代へ──AIコーディング支援ツール「GitHub Copilot」へ入門しよう
                                                                • 「MS-DOS」v4.0のソースコードが「GitHub」で公開される/v1.25とv2.0のソースコードも再公開、 幻の「Multitasking DOS」初期版も

                                                                    「MS-DOS」v4.0のソースコードが「GitHub」で公開される/v1.25とv2.0のソースコードも再公開、 幻の「Multitasking DOS」初期版も
                                                                  • AWS CodeBuildのGitHub Actions runnerサポートでLambdaが実行できるようになったので検証しました | CyberAgent Developers Blog

                                                                    AWS CodeBuildのGitHub Actions runnerサポートでLambdaが実行できるようになったので検証しました CTO統括室の黒崎(@kuro_m88)です。本日早朝に面白そうな発表を目にしました👀 AWS CodeBuild now supports managed GitHub Action runners AWS CodebuildがGitHub Actionsに対応したという内容ですが、要するにAWSがホストするGitHub Actions Runnerが出たということですね🎉 AWSがマネージしてくれることで、EC2(x64, arm)はもちろん、GPUとカスタムイメージも利用できるようです。 さらに注目したのはGitHub Actions RunnerとしてAWS Lambdaが使えるようです。Lambdaが使えると嬉しいポイントはActionsのjo

                                                                      AWS CodeBuildのGitHub Actions runnerサポートでLambdaが実行できるようになったので検証しました | CyberAgent Developers Blog
                                                                    • AWS CodeBuild now supports managed GitHub Action runners

                                                                      AWS CodeBuild now supports managed GitHub Action self-hosted runners. Customers can configure their CodeBuild projects to receive GitHub Actions workflow job events and run them on CodeBuild ephemeral hosts. AWS CodeBuild is a fully managed continuous integration service that compiles source code, runs tests, and produces software packages ready for deployment. This feature allows GitHub Actions t

                                                                        AWS CodeBuild now supports managed GitHub Action runners
                                                                      • GitHub - SAWARATSUKI/ServiceLogos: ロゴを可愛く作ろう 節度を持って利用してくださいね🫠

                                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                          GitHub - SAWARATSUKI/ServiceLogos: ロゴを可愛く作ろう 節度を持って利用してくださいね🫠
                                                                        • GitHub Copilot Metrics API now available in public beta

                                                                          April 23, 2024 We’re excited to announce the public beta of the GitHub Copilot Metrics API, available to all customers of GitHub Copilot Business and GitHub Copilot Enterprise starting today. The GitHub Copilot Metrics API is designed to supply you with information about Copilot’s usage within your organizations. The data from the API is intended to be consumed and combined with your organization’

                                                                          • GitLab、AIチャットで開発支援「GitLab Duo Chat」正式リリース。GitHub Copilot対抗へ

                                                                            GitLab、AIチャットで開発支援「GitLab Duo Chat」正式リリース。GitHub Copilot対抗へ GitLabはAIとのチャットを通じてソフトウェアの開発を支援する新機能「GitLab Duo Chat」の正式リリースを発表しました。 GitLabは昨年(2023年)末から、AIによるコード生成とコード補完を提供するGitLab Duoを提供開始しています。今回正式リリースとなったGitLab Duo Chatは、このGitLab Duoの機能をさらに強化したものと位置づけられます。 と同時に、GitHubが提供するGitHub Copilotの競合とも位置づけられるでしょう。 上記がGitLab Duo Chatのチャット機能を用いたデモ画面のキャプチャ画像です。AIとのチャットによって、自然言語によるコードの説明、自然言語によるコードの生成などを行うことができます

                                                                              GitLab、AIチャットで開発支援「GitLab Duo Chat」正式リリース。GitHub Copilot対抗へ
                                                                            • Dependabot Updates on Actions for GitHub Enterprise Cloud and Free, Pro, and Teams Users

                                                                              Dependabot Updates on Actions for GitHub Enterprise Cloud and Free, Pro, and Teams Users actionsadvanced-securitydependabotsecuritysecurity-and-compliance April 22, 2024 Starting today, developers using GitHub Enterprise Cloud (GHEC) and Free, Pro, and Teams accounts can enable their repositories and/or organizations to run Dependabot updates as an Actions workflow. With this change, the job that

                                                                              • Release V2.2.0 · cisco-open/network-sketcher

                                                                                Release date Ver 2.2.0 2024/4/19 New Features Automatic IP address assignment Aggregate IP address usage of other locations and assign new locations from similar ranges. Check that the IP address range to be assigned does not overlap with the IP address ranges of all locations. Reflect the specification of the number of free IP addresses in the subnet mask to be assigned. If only one part of the I

                                                                                  Release V2.2.0 · cisco-open/network-sketcher
                                                                                • 【Rails】gem無しで遅延実行を実現できるrack.after_replyを試してみた

                                                                                  HTTP通信など時間消費の大きい処理でユーザー体験を損なわないよう、そしてジョブキューを使う方法より簡素な方法がないか調べたところ、Githubでも採用されているrack.after_replyを知ることができました。 Performance at GitHub: deferring stats with rack.after_reply レスポンスを返した後に実行してくれるようで、バックグラウンド処理としてはSidekiqあたりが有名ですが、今回はそれらのgemを用いずこの方法を試してみました。 ミドルウェアとして用いるパターンGithubのブログで紹介されているコードに近いですが、ミドルウェアとして最小で実装するのは以下のような形になりました # app/middleware/after_response_middleware.rb class AfterResponseMiddlew