This is a cache of https://b.hatena.ne.jp/q/register. It is a snapshot of the page as it appeared on 2025-11-22T09:49:38.242+0000.
registerの人気記事 21件 - はてなブックマーク

並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 21 件 / 21件

新着順 人気順

registerの検索結果1 - 21 件 / 21件

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

registerに関するエントリは21件あります。 node.jstoolgithub などが関連タグです。 人気エントリには 『ts-node の代わりに esbuild-register を使ってスピードアップ』などがあります。
  • ts-node の代わりに esbuild-register を使ってスピードアップ

    ts-node でも型チェックを外すオプションがあることをコメントで教えてもらいました。型チェックをかけない esbuild と同様の条件としたほうが、より平等な計測結果になりますので、計測し直しました。 参考 https://github.com/TypeStrong/ts-node#typechecking Node.js で TypeScript をトランスパイルしながら実行できる、 esbuild-register というパッケージがあります。 非常に速い esbuild を使いながら雑に TypeScript が実行できちゃう頼もしいパッケージです。 今までのメインプレイヤーであった ts-node よりも速いです。次の小さなスクリプトでも 1.5 倍程度の速度が出ています。 function wait(duration: number) { return new Promise

      ts-node の代わりに esbuild-register を使ってスピードアップ
    • 登記所備付地図データコンバータをGitHubで公開します(We launched the data converter for the National Land Register data on th|デジタル庁Data strategy team: Digital Agency, Gov of JP

      そのソースコードをデジタル庁が譲り受け、アドレスベースレジストリの整備に必要な機能を追加してデジタル庁の職員(民間専門人材)がPythonで書き直したものです。 登記所備付地図データとアドレスベースレジストリ整備コンバータはアドレスベースレジストリの整備のために作成したものです。 アドレスベースレジストリは、住所・所在地のマスターデータです。主に行政機関で使用される住所・所在地の情報をIDで連携できることを目指して整備を推進しており、オープンデータとして無償で一般公開をしていきます。2022年4月に試験公開版として、住所・所在地の階層における「町字レベル」「住居表示の街区レベル」「住居表示の住居レベル」のデータを公開しました。 国土地理院の電子国土基本図(地名情報)、国土交通省の位置参照情報、法務省の地番区域情報(不動産登記の所在を示すデータ)の各データをいわばマッシュアップして初期整備し

        登記所備付地図データコンバータをGitHubで公開します(We launched the data converter for the National Land Register data on th|デジタル庁Data strategy team: Digital Agency, Gov of JP
      • 機能が無いことに依存していた例 esbuild-register編

        上の引用部分をよく読むと、Experimentalと書いてあるのが目につきます。通常、実験的な機能は安定しているとはみなされず、メジャーアップデートではなくても壊れうるものと考えられます。 実際、ここで使われているNode.jsの--loaderオプションも実験的機能です。そのため、マイナーアップデートで壊れたとしても取り立てて騒ぐことではないようにも思えます。 しかし、今回の壊れ方の中身まで見ると、実験的機能だから壊れたというより、機能追加によって壊れたと見なした方が適当に思えます。そこで、この記事では「機能が無いこと」に依存していた例として紹介します。 ちなみに、このESM向けフックの機能は、Node.js 20.6.0で「Release Candidate」という安定一歩手前の状態に昇格しました。 動かなくなったことはこちらのissueで報告されています。このissueでは、esbu

          機能が無いことに依存していた例 esbuild-register編
        • EC2(RHEL)で dnf upgrade を実行した際に「This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.」というエラーが発生した場合の対処方法 | DevelopersIO

          困っていた内容 Redhat Enterprise Linux の AMI から起動した EC2 インスタンスのアップデートを実行しています。 dnf upgrade を実行したところ、以下のエラーが発生しました。 $ dnf upgrade YYYY-MM-DD hh:mm:ss,sss [ERROR] dnf:4883:MainThread @logutil.py:194 - [Errno 13] Permission denied: '/var/log/rhsm/rhsm.log' - Further logging output will be written to stderr Not root, Subscription Management repositories not updated This system is not registered to Red Hat Su

            EC2(RHEL)で dnf upgrade を実行した際に「This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.」というエラーが発生した場合の対処方法 | DevelopersIO
          • ecspressoでデプロイ等(register/run/deploy/rollback)を行う際のIAMポリシー例

            GitHub ActionsやCircle CIなどのCI/CD環境でecspressoを使ってECSにデプロイ(ecspresso register/run/deploy)を行う際のAWS IAMポリシーのサンプルです。 ここに記載するポリシーは、タスク実行ロールやタスクロールのポリシーではありません。 ecspressoの全てのコマンドをフォローしていません。例えばecspresso execは実行できません。コンテナの中に入って自由にコマンドを打てるecspresso execを実行可能な権限を、CI/CD環境に預けるユースケースを想定していないため。 環境 ecspresso 2.0.2 ポリシー例 { "Version" : "2012-10-17", "Statement" : [ { "Sid" : "RegisterTaskDefinition", "Effect" : "

              ecspressoでデプロイ等(register/run/deploy/rollback)を行う際のIAMポリシー例
            • GitHub - egoist/esbuild-register: Transpile JSX, TypeScript and esnext features on the fly with esbuild

              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 - egoist/esbuild-register: Transpile JSX, TypeScript and esnext features on the fly with esbuild
              • Register をうまく使うために

                本記事は Vim駅伝 2025–11–05に寄稿しました。 こんにちは!ぺりーです。 Vimmer のみなさんはどの程度 Register を使えているでしょうか。 "+ と "0 しか使っていないとか、マクロでしか使わないとか、複雑で避けていたなとかいう方が多いのではないでしょうか。 この記事では Register をうまく使うために、内部の理解、安全で意図的な編集を行うための設定、Register の活用テクニック、OS のクリップボードと Vim の連携方法などを解説します。 yank したテキストが迷子になることはもうありませんよ! Index Understanding Register InternalsWhy Numbered Registers Fail YouBuilding a Safer, Intentional Editing WorkflowBeyond Basi

                  Register をうまく使うために
                • TypeScriptコードを直接実行したい(ts-node、esbuild-register、tsx) - CLOVER🍀

                  これは、なにをしたくて書いたもの? Node.jsでソースコードを書く時は基本的にTypeScriptにしたいのですが、時々ちょっとしたスクリプトを書きたい時もあったりします。 そういう時は、ちゃんとした設定などは特に用意せず、さっと書いてそのまま実行したいのですが、そういう時はどういう手段が あるのかなと思って、調べてみることにしました。 やりたいこと TypeScriptファイルを実行時に直接トランスパイル、実行したいわけですね。 選択肢としては、ts-node、esbuild-register、tsxがあるようです。 今回はそれぞれをあまり深追いせず、さらっと見ていく感じにします。求めている用途がそういう傾向なので。 ただ、実行速度は気になるので、そこは動作時に合わせて見ていきたいと思います。 ts-node ts-nodeは、Node.jsのTypeScript実行エンジン、REP

                    TypeScriptコードを直接実行したい(ts-node、esbuild-register、tsx) - CLOVER🍀
                  • Federal Register | Copyright Registration Guidance: Works Containing Material Generated by Artificial Intelligence | A Rule by the Copyright Office, Library of Congress on 03/16/2023

                    Due to aggressive automated scraping of FederalRegister.gov and eCFR.gov, programmatic access to these sites is limited to access to our extensive developer APIs. If you are human user receiving this message, we can add your IP address to a set of IPs that can access FederalRegister.gov & eCFR.gov; complete the CAPTCHA (bot test) below and click "Request Access". This process will be necessary for

                    • 【Android】Consider using 'tasks.register' to avoid unnecessary configurationと出たときの対処法

                      ホームモバイルアプリ【Android】Consider using 'tasks.register' to avoid unnecessary configurationと出たときの対処法

                        【Android】Consider using 'tasks.register' to avoid unnecessary configurationと出たときの対処法
                      • react-hook-formでregisterとControllerのどちらを使うか - mrsekut-p

                        useFormのregisterを使って、<input {...register('hoge')} />とする

                          react-hook-formでregisterとControllerのどちらを使うか - mrsekut-p
                        • Cranelift, Part 3: Correctness in Register Allocation

                          This post is the last in a three-part series about Cranelift. In the first post, I covered overall context and the instruction-selection problem; in the second post, I took a deep dive into compiler performance via careful algorithmic design. In this post, I want to dive into how we engineer for and work to ensure correctness, which is perhaps the most important aspect of any compiler project. A c

                          • Node.jsモジュール読み込みフックの新時代 node:moduleのregister APIについて - Qiita

                            皆さんこんにちは。先月リリースされたNode.js 18.19.0の更新内容の一つに、node:module組み込みモジュールのregister APIがあります。これは、Node.js 20.6.0で先行実装されていたものが、Node.js 18系にバックポートされたものです。 これにより、現在サポートされているすべてのメジャーバージョンでこの機能が利用可能になりました。筆者は、このことによるインパクトは大きいと考えています。そこで、この記事ではregister APIについて解説します。 register APIについて この記事でregister APIと読んでいるのは、Node.jsの組み込みモジュールであるnode:module からエクスポートされる関数を指しています。 インパクトが大きいとは言いましたが、実は皆さんが日頃のアプリ開発で使うようなAPIではありません。このAPI

                              Node.jsモジュール読み込みフックの新時代 node:moduleのregister APIについて - Qiita
                            • 【Docker】docker-compose upした時にA server is already running. Check /product-register/tmp/pids/server.pid. エラー - Qiita

                              /usr/local/lib/ruby/2.7.0/net/protocol.rb:66: warning: already initialized constant Net::ProtocRetryError /usr/local/bundle/gems/net-protocol-0.2.1/lib/net/protocol.rb:68: warning: previous definition of ProtocRetryError was here /usr/local/lib/ruby/2.7.0/net/protocol.rb:206: warning: already initialized constant Net::BufferedIO::BUFSIZE /usr/local/bundle/gems/net-protocol-0.2.1/lib/net/protocol.r

                                【Docker】docker-compose upした時にA server is already running. Check /product-register/tmp/pids/server.pid. エラー - Qiita
                              • Federal Register :: Request Access

                                Due to aggressive automated scraping of FederalRegister.gov and eCFR.gov, programmatic access to these sites is limited to access to our extensive developer APIs. If you are human user receiving this message, we can add your IP address to a set of IPs that can access FederalRegister.gov & eCFR.gov; complete the CAPTCHA (bot test) below and click "Request Access". This process will be necessary for

                                  Federal Register :: Request Access
                                • The tale of a single register value

                                  “Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth.” — Sherlock Holmes It’s not every day that you get to debug what may well be a packet of death. It was certainly the first time for me. What do I mean by “a packet of death”? A software bug where the network stack crashes in reaction to a single received network packet, taking down the whole operatin

                                    The tale of a single register value
                                  • Faster software through register based calling

                                    Posted on November 23, 2021 The release notes for Go 1.17 mention an interesting change in the Go compiler: function arguments and return values will now be passed using registers instead of the stack. The proposal document for the feature mentions an expected 5-10% throughput improvement across a range of applications which is significant, especially for no effort on the developers part aside fro

                                    • 90JILI Register Login - 【Official Website】

                                      90JILI Casino: The Fastest-Growing Betting Brand in the Philippines 90JILI Casino has rapidly emerged as one of the leading names in online betting entertainment in the Philippines. Despite being a relatively new player in the industry, its cutting-edge technology and substantial investments in a modern gaming platform have propelled it to the forefront. 90JILI PH has quickly established its brand

                                        90JILI Register Login - 【Official Website】
                                      • The Solid-State Register Allocator

                                        I recently found myself needing a very fast register allocator for very simple code. There's a huge amount of academic research on the subject, dating back decades, and just as many published implementations; my specific implementation – while not fundamentally novel – landed in an interesting-enough part of configuration space that it seemed worth writing up. The system has one big limitation: it

                                        • WordPressブロックにカスタムスタイルを追加するregister_block_style ジェネレーター - Qiita

                                          Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?

                                            WordPressブロックにカスタムスタイルを追加するregister_block_style ジェネレーター - Qiita
                                          • CNC Machine Market Share to Register USD 126 billion, with a CAGR of 5% by 2030 – Report by Market Research Future (MRFR)

                                            CNC Machine Market Share to Register USD 126 billion, with a CAGR of 5% by 2030 – Report by Market Research Future (MRFR) CNC Machine Market Growth Boost by Rising Demand for mass-production plants, and Automated CNC Technologies Usage across the Globe May 08, 2023 09:51 ET | Source: Market Research Future New York, US, May 08, 2023 (GLOBE NEWSWIRE) -- According to a Comprehensive Research Report

                                              CNC Machine Market Share to Register USD 126 billion, with a CAGR of 5% by 2030 – Report by Market Research Future (MRFR)
                                            1

                                            新着記事