並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 9 件 / 9件

新着順 人気順

python semantic versioning moduleの検索結果1 - 9 件 / 9件

  • Golang Mini Reference 2022: A Quick Guide to the Modern Go Programming Language (REVIEW COPY)

    Golang Mini Reference 2022 A Quick Guide to the Modern Go Programming Language (REVIEW COPY) Harry Yoon Version 0.9.0, 2022-08-24 REVIEW COPY This is review copy, not to be shared or distributed to others. Please forward any feedback or comments to the author. • feedback@codingbookspress.com The book is tentatively scheduled to be published on September 14th, 2022. We hope that when the release da

    • SemVer in Rust: Tooling, Breakage, and Edge Cases — FOSDEM 2024

      SemVer in Rust: Tooling, Breakage, and Edge Cases — FOSDEM 2024 Last month, I gave a talk titled "SemVer in Rust: Breakage, Tooling, and Edge Cases" at the FOSDEM 2024 conference. The talk is a practical look at what semantic versioning (SemVer) buys us, why SemVer goes wrong in practice, and how the cargo-semver-checks linter can help prevent the damage caused by SemVer breakage. TL;DR: SemVer is

        SemVer in Rust: Tooling, Breakage, and Edge Cases — FOSDEM 2024
      • The Go Programming Language and Environment – Communications of the ACM

        Go is a programming language created at Google in late 2007 and released as open source in November 2009. Since then, it has operated as a public project, with contributions from thousands of individuals and dozens of companies. Go has become a popular language for building cloud infrastructure: Docker, a Linux container manager, and Kubernetes, a container deployment system, are core cloud techno

        • Blog

          Hachi: An (Image) Search engine Only the dead have seen the end of war .. George Santayana For quite some time now, i have been working on and off on a fully self-hosted search engine, in hope to make it easier to search across Personal data in an end to end manner. Even as individuals, we are hoarding and generating more and more data with no end in sight. Such "personal" data is being stored fro

          • Pyrefly v1.0 is here! | Pyrefly

            Today we are pleased to share that Pyrefly, our open source type checker and language server for Python, has reached stable version 1 status, meaning we are confident that Pyrefly is ready for production use. Pyrefly is a Python code analysis tool for helping you find bugs in your code, provide structure for your AI agents and give you faster navigation in your IDE. It was first released as an alp

            • Arti 1.0.0 is released: Our Rust Tor implementation is ready for production use. | Tor Project

              Arti 1.0.0 is released: Our Rust Tor implementation is ready for production use. by nickm | September 2, 2022 Back in 2020, we started work on a new implementation of the Tor protocols in the Rust programming language. Now we believe it's ready for wider use. In this blog post, we'll tell you more about the history of the Arti project, where it is now, and where it will go next. Background: Why Ar

                Arti 1.0.0 is released: Our Rust Tor implementation is ready for production use. | Tor Project
              • PythonのPackage Managerを深く知るためのリンク集

                PythonのPackage Managerを深く知るためのリンク集.md PythonのPackage Managerを深く知るためのリンク集 以下の発表(2023/10/12)につき作成した、Pythonのパッケージ管理について学ぶ上で有益なリンクを集めたもの。 stapy#98イベントリンク 登壇時の資料(SpeakerDeck) 登壇Archive動画 Pythonでの開発に関するベストプラクティス等を知ることは目的にしていない。 Package Managerを自作したり、開発にコミットするために必要なベースの知識を補うリンク集。 誤字脱字、用語不統一、勘違いはごめんなさい。 他言語でも、現代Package Managerでこれは必要だとかこれは読んでおくべきだというのがあれば教えて下さい。 ToC Donation 全体感がわかるもの Package Manager Libra

                  PythonのPackage Managerを深く知るためのリンク集
                • Go: Moduleについて調べる。

                  Go Moduleについて調べる 自分が知っているモジュールというと以下のような位置関係(相関関係)です。 ※Pythonでのイメージ(合ってないかもしれません) 1. Golangにおけるモジュールとは A module is a collection of packages that are released, versioned, and distributed together. 引用 これは、モジュールは、パッケージの集まりとして扱われということを言っています。 これは以下のような相関関係です。(各言語によって扱いが違うようです。) Golangのバージョン1.11以前にはモジュールという物はなかった。 バージョン1.11で初めてモジュールが紹介され、1.13でモジュール機能が完成された。 そしてバージョン1.16からGolangの基本仕様となった。 バージョン1.10以前のパッ

                    Go: Moduleについて調べる。
                  • Node.js

                    Notable Changes Experimental command-line argument parser API Adds util.parseArgs helper for higher level command-line argument parsing. Contributed by Benjamin Coe, John Gee, Darcy Clarke, Joe Sepi, Kevin Gibbons, Aaron Casanova, Jessica Nahulan, and Jordan Harband - #42675 Experimental ESM Loader Hooks API Node.js ESM Loader hooks now support multiple custom loaders, and composition is achieved

                      Node.js
                    1