並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 149件

新着順 人気順

Issues.の検索結果1 - 40 件 / 149件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Issues.に関するエントリは149件あります。 githubsecuritydevelopment などが関連タグです。 人気エントリには 『ソフトウェアの内部品質に生じる様々な問題は組織設計にその原因があることも多い / Internal Quality Issues Caused by Organizational Design』などがあります。
  • ソフトウェアの内部品質に生じる様々な問題は組織設計にその原因があることも多い / Internal Quality Issues Caused by Organizational Design

    2023-11-21 技術的負債に向き合う Online Conference https://findy.connpass.com/event/297813/

      ソフトウェアの内部品質に生じる様々な問題は組織設計にその原因があることも多い / Internal Quality Issues Caused by Organizational Design
    • GitHub Issuesを個人用のTodo管理アプリとして使っている

      個人的なタスク管理ツールとしてGitHub Issueを使うようにしてその仕組みを色々と作っているので、そのアーキテクチャについてのメモ書きです。 後述しますが、GitHubをベースとすることでプログラムでの拡張性が高いというのが特徴です。 セットアップが色々と必要になるためぱっと再現しやすい感じではなかったり一部未公開になってます。 需要があったらオープンソースとして公開できるように整えます。 GitHub Issuesとタスク管理ツールでの課題 自分の中で、タスク管理ツールとGitHub Issuesを両方使う場合に次の課題がありました。 自分のタスクの半分以上はGitHubに何かしら紐づく情報(オープンソース、ブログ、仕事)であったため、GitHub Issueとの二重管理感がある GitHub上で複数のリポジトリのタスクを管理するのが難しい 1つ目は、タスク管理ツールを使っても結局

        GitHub Issuesを個人用のTodo管理アプリとして使っている
      • GitHub Issues · Project planning for developers

        Join over 150 of the industry’s most influential thought leaders at GitHub Universe. Explore the full schedule and get tickets now.

          GitHub Issues · Project planning for developers
        • Scanning for AWS Security Issues With Trivy

          What is Trivy?Trivy is a multifunctional, open-source security scanner. It can scan various targets (filesystems, containers, git repositories and more) in order to discover security issues (vulnerabilities, misconfigurations, and secrets). In short, Trivy can find a bunch of different types of security issue in pretty much anything you point it at, for free. Scanning AWSAs of this week, Trivy v0.

            Scanning for AWS Security Issues With Trivy
          • Pysa: An open source static analysis tool to detect and prevent security issues in Python code

            Pysa: An open source static analysis tool to detect and prevent security issues in Python code Today, we are sharing details about Pysa, an open source static analysis tool we’ve built to detect and prevent security and privacy issues in Python code. Last year, we shared how we built Zoncolan, a static analysis tool that helps us analyze more than 100 million lines of Hack code and has helped engi

              Pysa: An open source static analysis tool to detect and prevent security issues in Python code
            • GitHub の Sub-issues はいいぞ - STORES Product Blog

              GitHub の Sub-issues はいいぞ はじめに こんにちは! STORES でソフトウェアエンジニアをしている @m0nch1 です。 今回は GitHub issues に新しく追加された Preview 機能の1つである Sub-issues について紹介しようと思います。 Sub-issues は GitHub Projects と組み合わせることでより便利に機能するものになっており、GitHub Projects での活用例についても紹介しようと思います。 ちなみに STORES ではバックログの管理に GitHub Projects を活用しているチームが多く、日々活用しながら開発を進めています。 product.st.inc Sub-issues 改めて今回紹介したい Sub-issues について簡単に紹介します。 Sub-issues はこのブログ執筆時点ではま

                GitHub の Sub-issues はいいぞ - STORES Product Blog
              • Shiguredo uses Tailscale to solve the issues that arise with cloud services using bare-metal servers · Tailscale

                Contributed by @voluntas. Shiguredo Inc. develops and provides a software package called WebRTC SFU Sora (Sora) and its cloud service. WebRTC (Real-Time Communication) is a technology for exchanging voice, video, and data in real time over P2P. Sora is a WebRTC SFU (Selective Forwarding Unit), which is different from P2P communication in that it delivers audio and video data “via server.” With Sor

                  Shiguredo uses Tailscale to solve the issues that arise with cloud services using bare-metal servers · Tailscale
                • Cloudflare Workers + GitHub Issues + GitHub Actionsでブログを作る - English Notes

                  英語の勉強ブログみたいの復帰させようとして、GitHubでやるのがいいと思ってたタイミングでGitHub IssueをCMSとして使う話を見たので作った。 元ネタ: 2020-11-08 このブログの実装 2020年版 - waka.dev waka/waka.dev: Just a logging. 元ネタからの変更点 URLを issueの number (連番) ベースにした Cloudflare Workersの無料枠で動くようにするため、KVではなくCache APIに変更 URLを number のIDベースにしたかったので、GraphQLのクエリも特定のIssue Idを元に取得するものへ変更している。 english-notes/src/api_client.ts Lines 47 to 68 in 07cd248 const ISSUE_QUERY = ` query i

                  • Github Issuesをキレイに外部公開するサービス「2go」作ってみた - Crieit

                    はじめに 今回初めて個人開発で作ったサービスを公開します。今までも何回かトライしていたのですが、なかなか公開までに至らないうちに、なにか問題にぶちあたったり、時間がかかりすぎて情熱が冷めてしまったりしていたので、今回はまずはスモールスタートで公開して改善していくことを心がけました。大体今回の公開まで、開発を始めてから1ヶ月程度になります。毎日朝4時半に起きて、子どもたちが起きる7時過ぎまでを開発時間として取り組んできました。 どんな人向け? 自分で作っているサービスの開発ロードマップをユーザーに公開するために、都度ブログを書いたりするのも大変ですよね。もし、自分のサービスのソースコードをGithubで管理していたとして、Github Issuesを見せるとしてもGithubに馴染みのない人にとっては読みにくいですし、外に出すサービスであればあるほど、Githubのレポジトリは非公開になって

                      Github Issuesをキレイに外部公開するサービス「2go」作ってみた - Crieit
                    • Working with GitHub Issues in Visual Studio Code

                      Version 1.93 is now available! Read about the new features and fixes from August. Introducing GitHub Issues Integration May 6, 2020 by Alex Ross, @alexr00 On the Visual Studio Code team, we use GitHub issues to track all of our work. From our detailed iteration plans to individual bugs, we track everything as GitHub issues. Given how important issues are to our team and other GitHub projects, we w

                        Working with GitHub Issues in Visual Studio Code
                      • IssueOps: Automate CI/CD (and more!) with GitHub Issues and Actions

                        Software development is filled with repetitive tasks—managing issues, handling approvals, triggering CI/CD workflows, and more. But what if you could automate these types of tasks directly within GitHub Issues? That’s the promise of IssueOps, a methodology that turns GitHub Issues into a command center for automation. Whether you’re a solo developer or part of an engineering team, IssueOps helps y

                          IssueOps: Automate CI/CD (and more!) with GitHub Issues and Actions
                        • Evolving GitHub Issues (Public Beta) · GitHub Changelog

                          AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                            Evolving GitHub Issues (Public Beta) · GitHub Changelog
                          • GitHub、Issueに親子関係を設定できる「Sub-Issues」機能をパブリックプレビューとして公開、誰でも利用可能に

                            GitHub、Issueに親子関係を設定できる「Sub-Issues」機能をパブリックプレビューとして公開、誰でも利用可能に GitHubは、Issueに親子関係を持たせてネストできる新機能「Sub-Issues」をパブリックプレビュー版として公開すると発表しました。 Sub-Issues機能は昨年(2024年)10月にプレビュー公開され、オプトインによる利用が可能になっていました。今回のパブリックプレビューにより誰でも利用可能になりました。 Sub-Issuesはその名前の通り、あるIssueに対して子となるSub-Issueを設定できるというものです。 これによりIssueを分解し整理しやすくなり、Issueに対する詳細な問題の追跡や対応状況に関する進捗管理などが容易になります。 下記は新たに設定された「sub-issue progress」フィールドを利用してプロジェクト内の進捗を可

                              GitHub、Issueに親子関係を設定できる「Sub-Issues」機能をパブリックプレビューとして公開、誰でも利用可能に
                            • Skope — Issues from multiple GitHub repositories in one place

                              Issues from multiple GitHub repositories in one placeWhen you’re an engineer or product manager, your inbox can easily become overwhelmed with thousands of emails. Skope is a web and macOS app that allows you to manage GitHub issues in real-time from multiple organizations and repositories in one place. All in one placeSkope is designed to change how you work with issues. Switch between issues wit

                                Skope — Issues from multiple GitHub repositories in one place
                              • Amazon Inspectorから脆弱性情報を取得してGitHub Issuesにチケット発行するのを自動化する - LIVESENSE ENGINEER BLOG

                                まえがき こんにちは、インフラグループの yjszk です。 インフラグループでは、Amazon Inspectorで検出された脆弱性への対応を定期的に行っています。 ただ、脆弱性情報を収集して適切な対応を行うプロセスは手作業です。作業が面倒であり、トイルとなっていました。 そこで、PythonとGitHub Actionsを使ってGitHub IssuesにAmazon Inspectorで検出した脆弱性情報を登録し、必要な対応内容がひと目でわかるようにしました。 この自動化により、より迅速な脆弱性対応が可能になりました。具体的には以下のようなIssueを自動作成しています。 Amazon Inspectorについて 概要は以下です。 EC2インスタンスにAmazon Inspector エージェントをインストールして、ネットワーク到達性や、プラットフォームの脆弱性を診断し、潜在的なセキ

                                  Amazon Inspectorから脆弱性情報を取得してGitHub Issuesにチケット発行するのを自動化する - LIVESENSE ENGINEER BLOG
                                • GitHub - macmade/Hot: Hot is macOS menu bar application that displays the CPU speed limit due to thermal issues.

                                  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 - macmade/Hot: Hot is macOS menu bar application that displays the CPU speed limit due to thermal issues.
                                  • Metrics for issues, pull requests, and discussions

                                    AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                      Metrics for issues, pull requests, and discussions
                                    • GitHub - profclems/glab: The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983

                                      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 - profclems/glab: The GitLab CLI tool. Archived: now officially adopted by GitLab as the official CLI tool and maintained at https://gitlab.com/gitlab-org/cli. See https://github.com/profclems/glab/issues/983
                                      • GitHub - jeresig/node-romaji-name: Normalize and fix common issues with Romaji-based Japanese names.

                                        This is a utility primarily designed for consuming, parsing, and correcting Japanese names written in rōmaji using proper Hepburn romanization form. Beyond fixing common problems with Japanese names written with rōmaji, it's also able to do a number of amazing things: It's able to figure out which part of the name is the surname and which is the given name and correct the order, if need be (using

                                          GitHub - jeresig/node-romaji-name: Normalize and fix common issues with Romaji-based Japanese names.
                                        • GitHub - hyperdxio/hyperdx: Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.

                                          HyperDX helps engineers quickly figure out why production is broken by centralizing and correlating logs, metrics, traces, exceptions and session replays in one place. An open source and developer-friendly alternative to Datadog and New Relic. Documentation • Chat on Discord • Live Demo • Bug Reports • Contributing 🕵️ Correlate end to end, go from browser session replay to logs and traces in just

                                            GitHub - hyperdxio/hyperdx: Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by Clickhouse and OpenTelemetry.
                                          • GitHub - aidenybai/react-scan: Scan for React performance issues and eliminate slow renders in your app

                                            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 - aidenybai/react-scan: Scan for React performance issues and eliminate slow renders in your app
                                            • US issues Japan travel warning weeks before Olympics

                                              The US has issued a travel warning for Japan over the country's Covid-19 surge, amid heightened scrutiny just weeks before the Tokyo Olympics. But US Olympic officials have said they are confident their athletes will be able to take part safely in the Games.

                                                US issues Japan travel warning weeks before Olympics
                                              • A waterfall regress: Agile momentum limited by issues of scale

                                                A waterfall regress: Agile momentum limited by issues of scale Scaling to Agile remains a challenge as some businesses regress toward waterfall. Dive Brief: The move to Agile is gaining momentum with application developers, according to research from Forrester. Nearly 60% of the 152 respondents to the firm’s Q4 2021 Global State of Agile at Scale Survey have embarked on a “five-year journey” to ad

                                                  A waterfall regress: Agile momentum limited by issues of scale
                                                • Zoom freezes feature development to fix security and privacy issues | TechCrunch

                                                  Enterprise Zoom freezes feature development to fix security and privacy issues Zoom has been widely criticized over the past couple of weeks for terrible security, a poorly designed screensharing feature, misleading dark patterns, fake end-to-end-encryption claims and an incomplete privacy policy. Despite that, the video conferencing service has attracted a ton of new users thanks to the coronavir

                                                    Zoom freezes feature development to fix security and privacy issues | TechCrunch
                                                  • 赤い羽根共同募金のガバナンス不全|governance-issues

                                                    政府(行政府)への質問主意書と回答(6月10日追記)5月25日 当該指摘と似た内容に関して政府へ質問主意書が提出されたようです。質問主意書の内容は以下のリンクにあります。 事実と回答内容から組織としての自律性が無いこと(ガバナンス不全)が公的に確認されました https://www.sangiin.go.jp/japanese/joho1/kousei/syuisyo/211/toup/t211083.pdf 浜田聡議員へ質問主意書提出をお願いし、本日議案課へ正式に提出されました。 浜田議員ありがとうございました!#共同募金#赤い羽根#社会福祉法#寄附金 pic.twitter.com/hPZkcuqI5j — 末永ゆかり (@yukari_suenaga) May 25, 2023 質問主意書への回答一部 赤い羽根共同募金 中央共同募金会の課題ガバナンス不全と捉えられる事象や複数のコンプ

                                                      赤い羽根共同募金のガバナンス不全|governance-issues
                                                    • Github Actionsをcronとして利用し、notify-issues-to-slackを動かす - $shibayu36->blog;

                                                      以前、レビュータイムや定期的なissueチェックのためにGithubのissueを検索してSlackに投稿するCLIツールを作ったで紹介したnotify-issues-to-slackだが、これまでは 適当に立てたサーバーのcronで動かす Jenkinsなどで実行する という方法で動かしていた。 しかし、issueをslackに通知するためだけにサーバーを立てたりするのもだるい。そこでGithub Actionsで動かしてみた。 Github Actionsを動かすレポジトリのみを対象とする場合 secrets.GITHUB_TOKENを使えば、そのレポジトリへアクセス可能なので、何も設定せずとも以下のように設定できる。 .github/workflows/notify-issues.yml name: daily bug report on: schedule: - cron: 30

                                                        Github Actionsをcronとして利用し、notify-issues-to-slackを動かす - $shibayu36->blog;
                                                      • Opinion | State Department cables warned of safety issues at Wuhan lab studying bat coronaviruses

                                                        A woman wearing a protective suit at a hospital in Wuhan, China. (Aly Song/Reuters) Two years before the novel coronavirus pandemic upended the world, U.S. Embassy officials visited a Chinese research facility in the city of Wuhan several times and sent two official warnings back to Washington about inadequate safety at the lab, which was conducting risky studies on coronaviruses from bats. The ca

                                                          Opinion | State Department cables warned of safety issues at Wuhan lab studying bat coronaviruses
                                                        • iOS 14 MAC randomization privacy feature may cause Cisco enterprise network issues | AppleInsider

                                                          A new iOS 14 privacy feature could potentially cause problems for enterprise or educational network and device management setups, Cisco warned on Thursday. The privacy feature in question is an option to use a "private," or randomized, media access control (MAC) address when connecting a Wi-Fi network. Generally, devices identify themselves using the same MAC address when connecting to networks, w

                                                            iOS 14 MAC randomization privacy feature may cause Cisco enterprise network issues | AppleInsider
                                                          • 情報が紐づいた先に権力が生じることの危険性 [梶谷懐] | ISSUES | WORKSIGHT

                                                            世界的にAIの社会実装が進む中で、役人の腐敗や不正を失くすためにAIに統治を任せた方がいいという声を聞くことがあります。中国でもそういう意見はありますね。実際、中国の巨大IT企業で働くエンジニアにもそういう主張の持ち主がいるようです。 さすがに国家の中枢では無理でしょうけれども、交通の規制など庶民に身近なところでは実現できるかもしれません。スマートシティの設計の発想は、人や乗り物の動きをアルゴリズムで制御するというものですよね。それまでは人が交通整理をしていたり、違反切符を切っていたりしていたけれども、そこには必ず恣意的な判断も入り込む。移動効率や安全性の追求といった面だけでなく、人間の判断の偏りをできるだけなくしていこうというところでもAIに期待する声があるのは確かなようです。 中国の市民がAIやシステムによる統治を歓迎する可能性 中国政府が「社会信用システム」の名の下に個人の信用情報の

                                                              情報が紐づいた先に権力が生じることの危険性 [梶谷懐] | ISSUES | WORKSIGHT
                                                            • GitHub - remote-android/redroid-doc: redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here

                                                              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 - remote-android/redroid-doc: redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here
                                                              • GitHub - makeplane/plane: 🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.

                                                                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 - makeplane/plane: 🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
                                                                • ICC issues arrest warrants for Netanyahu, Gallant and Hamas commander

                                                                  Arrest warrants issued for Netanyahu, Gallant and Hamas commander over alleged war crimes Judges at the International Criminal Court (ICC) have issued arrest warrants for Israel’s prime minister and former defence minister, as well as the military commander of Hamas. A statement said a pre-trial chamber had rejected Israel’s challenges to the court’s jurisdiction and issued warrants for Benjamin N

                                                                    ICC issues arrest warrants for Netanyahu, Gallant and Hamas commander
                                                                  • The new GitHub Issues - February 2nd update

                                                                    February 2, 2022 Since our last update, we have a number of exciting updates to share with you for the new projects experience. Including improvements which shorten the gap between the original projects and our new experience as well as iterating on recent ships, such as iterations and insights, based on your feedback. 🎨 Project descriptions Providing context on the why behind and instructions on

                                                                      The new GitHub Issues - February 2nd update
                                                                    • GitHub - lahmatiy/react-render-tracker: React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts

                                                                      React Render Tracker – a tool to discover performance issues related to unintended re-renders. React Render Tracker (RRT) presents component’s tree state over the time and an event log related to a selected component (fiber) or its subtree. It doesn't provide a complete state of the components, but the difference between their states. It's not a replacement for React Devtools, but a compliment to

                                                                        GitHub - lahmatiy/react-render-tracker: React render tracker – a tool to discover performance issues related to unintentional re-renders and unmounts
                                                                      • New – Amazon DevOps Guru for RDS to Detect, Diagnose, and Resolve Amazon Aurora-Related Issues using ML | Amazon Web Services

                                                                        AWS News Blog New – Amazon DevOps Guru for RDS to Detect, Diagnose, and Resolve Amazon Aurora-Related Issues using ML Today we are announcing Amazon DevOps Guru for RDS, a new capability for Amazon DevOps Guru. It allows developers to easily detect, diagnose, and resolve performance and operational issues in Amazon Aurora. Hundreds of thousands of customers nowadays are using Amazon Aurora because

                                                                          New – Amazon DevOps Guru for RDS to Detect, Diagnose, and Resolve Amazon Aurora-Related Issues using ML | Amazon Web Services
                                                                        • Issues forms beta for public repositories

                                                                          June 23, 2021 Issues submitted to open source projects often lack important information. Markdown issue templates can help by providing text that contributors can remove and replace with their own input – but sometimes contributors can miss details or get confused. New, YAML configured issue forms enable maintainers to build structured forms with required fields and easy-to-follow steps so that th

                                                                            Issues forms beta for public repositories
                                                                          • Microsoft announces new Copilot Copyright Commitment for customers - Microsoft On the Issues

                                                                            All Microsoft Global Microsoft 365 Teams Copilot Windows Surface Xbox Deals Small Business Support Software Windows Apps AI Outlook OneDrive Microsoft Teams OneNote Microsoft Edge Skype PCs & Devices Computers Shop Xbox Accessories VR & mixed reality Certified Refurbished Trade-in for cash Entertainment Xbox Game Pass Ultimate PC Game Pass Xbox games PC and Windows games Movies & TV Business Micro

                                                                              Microsoft announces new Copilot Copyright Commitment for customers - Microsoft On the Issues
                                                                            • Advisory: Multiple Issues in Realtek SDK Affects Hundreds of Thousands of Devices Down the Supply Chain - ONEKEY

                                                                              Advisory: Multiple issues in Realtek SDK affect hundreds of thousands of devices down the supply chain At least 65 vendors affected by severe vulnerabilities that enable unauthenticated attackers to fully compromise the target device and execute arbitrary code with the highest level of privilege. Overview Over the course of a research project focusing on a specific cable modem, we identified that

                                                                              • Evolving GitHub Issues (public preview) · GitHub Changelog

                                                                                AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                                                                  Evolving GitHub Issues (public preview) · GitHub Changelog
                                                                                • Start working on GitHub Issues faster

                                                                                  AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                                                                                    Start working on GitHub Issues faster

                                                                                  新着記事