並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 107件

新着順 人気順

RPCの検索結果1 - 40 件 / 107件

  • Python3の標準モジュールで完結するRPC - Qiita

    目次 今のPythonのRPCは種類が多すぎる 標準ライブラリで実行できる価値 コードの説明 実際に動かしてみて 今のPythonのRPCは種類が多すぎる 2020年現在、数多くのRPCがOSSとして公開されていますが、種類が多すぎる点と、それに伴う選択コストの増加と、評価コストの増加、学習コストの増加が個人的な課題 であると感じています。 社会人をやっているととにかく時間が貴重なので、次々現れるライブラリを検討していたり、使い方を学んだりしているのは、PoCを素早く行う場合やAPIなど閉じた小さ いプロダクトを作る際には適切ではありません。 Pythonでは multiprocessing の中に manager クラスが存在して、multiprocessing時のプロセス間通信をネットワーク越しに動作させることで、高性能なRemote Procudure Callを実装することができま

      Python3の標準モジュールで完結するRPC - Qiita
    • RPC対応によりCloudflare Workers間の連携がすごいことになった

      日本時間の2024/04/05にCloudflareからRPCを使用したCloudflare Workers間の通信が発表されました。 これによりいくつかの課題が解決されると同時にCloudflare上にアプリケーションを構築する利便性が1段階どころか2段階以上上がったといっても過言ではないと思っています。 このRPCの対応によりService Bindingsが更に使い勝手がよくなったのでそれの紹介です。 出来上がりのコードはここにありますので、時間の無い方はこちらを参照ください。 前提条件 以前RemixとPrismaでD1に接続する記事を書きました。 その中で容量制限の問題があると書きましたが、それを解消する話をベースに今回のRPC対応の内容を書きます。ですので記事を読んでない方はCloudflare Workersの無料版はビルドファイルが1MBまでの制限があるということを念頭にお

        RPC対応によりCloudflare Workers間の連携がすごいことになった
      • 見よ、これがHonoのRPCだ

        僕が開発しているWebフレームワークHonoは、同じJavaScriptのフレームワーク、Expressと比べられることが多いです。どちらもやれることはほぼ同じですが、HonoのアドバンテージはファーストクラスでTypeScriptをサポートしていることです。特に「RPC」機能は他のフレームワークにはなかった「TypeScriptの型でサーバーとクライアントの仕様を共有する」ことを可能にしています。今回はそのHonoのRPCについて紹介します。 どんなものか まず、どんなものかを箇条書きで共有します。 Web APIの仕様、特にインプット・アウトプットをサーバーとクライアント間で共有するためのもの OpenAPIやgRPCを使ってやりたかったことを叶えるかもしれない サーバーとクライアントをどちらもTypeScriptで書くことが大前提である 同種のものにtRPCがあるが、Honoの場合、

          見よ、これがHonoのRPCだ
        • REST・Protocol Bufferは必要ない RPCフレームワークにそのまま使えるScalaの魅力

          アジア最大級の国際Scalaカンファレンスである「ScalaMatsuri2020」がオンラインで開催されました。そこでTreasure DataのTaro L. Saito 氏がScalaに関するいろいろなテクノロジーを紹介しました。2つ目は、Scalaで直接通信する方法について。前回の記事はこちら。 Scalaは実はRPCを実装するのに適した言語 Taro L. Saito氏:もともと何をしたかったかというと、「Scalaでクライアントもサーバーも実装できるんだったら、Scalaでそのまま通信できないのか?」というところが出発点になって、今新しいフレームワークを整えているところです。 ScalaはFunctional(関数型)で、かつstatically typed(静的型付き)、というobject orientedな言語になっているのがいいところです。 これよく考えてみると、Scal

            REST・Protocol Bufferは必要ない RPCフレームワークにそのまま使えるScalaの魅力
          • Cloudflare WorkersのJS RPCを理解する

            前置き 4月の第1週に行われたCloudflare Developer Week 2024でAIやデータベース関係のアップデートの影に隠れ、WorkersをつくってるKenton氏のブログが2つ投下されました。 そして「JS RPC」という機能が追加されました。 これが一見地味なんですが、非常に楽しい未来を想像できるので、書いてみます。というか以前chimameさんが書いた記事でだいぶ理解できるのですが、もう少し噛み砕いて書いてみます。 Bindings Cloudflareにはいくつもプロダクトがあります。ストレージのR2、データベースD1、KVストアのKVなどです。そしてそれらに繋ぐ方法が「Bindings」という方法です。このBindingsで繋げられるものはたくさんあります。 AI Analytics Engine Browser Rendering D1 Environment

              Cloudflare WorkersのJS RPCを理解する
            • 新たなJavaScript RPCライブラリをCloudflareがオープンソースで提供 ー Web開発・マイクロサービス開発を進化させる可能性も

              4月6日、CloudflareはCloudflare WorkersにJavaScriptネイティブのRPC(Remote Procedure Call)システムを追加した。 4月6日、CloudflareはCloudflare WorkersにJavaScriptネイティブのRPC(Remote Procedure Call)システムを追加した。 この新機能により、クライアント・サーバー間はもちろん、Worker間の通信も、ほぼボイラープレートなしでシームレスに行えるようになる。 ※RPC(Remote Procedure Call)とは、異なるコンピュータシステム間、または同一システム内の異なるプロセス間で、あたかもローカルのプロシージャ(関数やメソッド)呼び出しのように通信を行う手法。この手法を用いることで、開発者はネットワークの詳細を意識することなく、簡単にシステム間でデータを交換

                新たなJavaScript RPCライブラリをCloudflareがオープンソースで提供 ー Web開発・マイクロサービス開発を進化させる可能性も
              • Windowsに見つかった「RPC」の危ない脆弱性 パッチ未適用PCは全滅か?

                関連キーワード Windows | Microsoft(マイクロソフト) | 脆弱性 「Windows」のネットワークコンポーネントに脆弱(ぜいじゃく)性「CVE-2022-26809」が見つかった。専門家は「攻撃への悪用の可能性がある」と注意を呼び掛けている。 CVE-2022-26809は、クライアントとサーバ間の通信に使用する遠隔手続き呼び出し技術「Microsoft Remote Procedure Call」(RPC)に存在する。CVE-2022-26809を悪用すると、攻撃者は細工を施したRPCのリクエストを送信し、標的のサーバで不正なプログラムを動作させるリモートコード実行(RCE)が可能になる。攻撃者はRCEによってサーバを遠隔制御し、システム侵入を図る。 “あの状態”の「Windows」PCは全滅? 対策は 併せて読みたいお薦め記事 脆弱性の知識を深めるには 最も脆弱性が

                  Windowsに見つかった「RPC」の危ない脆弱性 パッチ未適用PCは全滅か?
                • GitHub - cloudwego/netpoll: A high-performance non-blocking I/O networking framework focusing on RPC scenarios.

                  Netpoll is a high-performance non-blocking I/O networking framework, which focused on RPC scenarios, developed by ByteDance. RPC is usually heavy on processing logic and therefore cannot handle I/O serially. But Go's standard library net is designed for blocking I/O APIs, so that the RPC framework can only follow the One Conn One Goroutine design. It will waste a lot of cost for context switching,

                    GitHub - cloudwego/netpoll: A high-performance non-blocking I/O networking framework focusing on RPC scenarios.
                  • We've added JavaScript-native RPC to Cloudflare Workers

                    We've added JavaScript-native RPC to Cloudflare Workers2024-04-05 Cloudflare Workers now features a built-in RPC (Remote Procedure Call) system enabling seamless Worker-to-Worker and Worker-to-Durable Object communication, with almost no boilerplate. You just define a class: export class MyService extends WorkerEntrypoint { sum(a, b) { return a + b; } } And then you call it: let three = await env.

                      We've added JavaScript-native RPC to Cloudflare Workers
                    • The versatility of gRPC, an open source high-performance RPC framework | Amazon Web Services

                      AWS Open Source Blog The versatility of gRPC, an open source high-performance RPC framework During the birth of the computer age, the first computers were the size of a room and all computations had to be run on the same computer. Once the first network was switched on, creating protocols for those computers to communicate became necessary. A protocol is defined as the set of rules governing the e

                        The versatility of gRPC, an open source high-performance RPC framework | Amazon Web Services
                      • Connect RPC joins CNCF: gRPC you can bet your business on

                        Authored by Derek Perez Connect RPC, Buf’s family of fully protocol-conformant and battle-tested alternatives to Google’s gRPC project, has joined the Cloud Native Computing Foundation. We joined the CNCF to demonstrate our deep commitment to sustainably and responsibly growing Connect as a well-governed and community-led open source project. Today, Connect integrates seamlessly with gRPC systems

                          Connect RPC joins CNCF: gRPC you can bet your business on
                        • tRPCとは?TypeScriptでAPIの型安全性を高める注目のRPCフレームワーク|TSD公式エンジニアブログ「TSD CoLab」

                          TypeScriptによる静的型付けがWebアプリケーションのベストプラクティスの1つになりつつある昨今ですが、フロントエンドとバックエンド、もしくはBFF (Backends for Frontends)とのやりとりにおいて型を安全に保つ必要性が求められています。 この課題を解決するため、APIに静的な型をつけることができるtRPCというフレームワークが最近人気を博しているそうです。 そこで、今回はtRPCについて調べてみました。 RPC(Remote Procedure Call:リモートプロシージャコール)とは そもそもRPCとは、ネットワークで接続された他のコンピューターでプログラムを呼び出し実行させるための手法、あるいはそのプロトコルのことを言います。 ネットワーク経由でプログラムの処理を呼び出し・実行することで、遠隔地にあるコンピューターが処理を行い、その処理結果を受け取ること

                            tRPCとは?TypeScriptでAPIの型安全性を高める注目のRPCフレームワーク|TSD公式エンジニアブログ「TSD CoLab」
                          • 柔軟なKubernetes活用で分散機械学習や負荷テストも実現 LINEが開発した分散処理用RPCライブラリ

                            2021年11月10日と11日の2日間、LINE株式会社が主催するエンジニア向け技術カンファレンス「LINE DEVELOPER DAY 2021」がオンラインで開催されました。そこでMachine Learning Infrastructure Managerの大東氏が「機械学習で使っている分散処理用RPCライブラリ」というテーマで、Kubernetesでジョブを走らせる方法と、そのための便利なライブラリについて共有しました。 Kubernetesジョブ定義の例 大東哲平氏(以下、大東):こんにちは。Machine Learning Infrastructureチームの大東と言います。このセッションでは、機械学習のために開発した、RPCライブラリを紹介します。 Machine Learning室では、Kubernetesを使い、GPUやCPUのノードを必要な数だけ確保して、相互に通信する

                              柔軟なKubernetes活用で分散機械学習や負荷テストも実現 LINEが開発した分散処理用RPCライブラリ
                            • Next.jsとHono RPCで安全・爆速開発

                              AVベースはNext.js(Pages Router)のモノリスで作っています。画面から呼び出すAPIには Next.js の API Routes を使っています。API RoutesはHTTPメソッドを自分でハンドルする必要があったり、エラーハンドリングを各ファイルごとに行う必要があったりと、そのまま使うにはあまり便利ではありません。 そこでAPI RoutesでHonoを使うことにしました。Honoは高速かつ様々なランタイムで動作することで人気ですが、型推論を利用した RPC 機能も搭載しています。RPCによってサーバー・クライアント間の型が接続されたことで、画像のような快適な開発が可能になりました 左がサーバー側、右がクライアント側のコード。サーバー側のリファクタリングがクライアントにも反映される様子(リクエスト・レスポンスともに message というフィールドを text に置

                                Next.jsとHono RPCで安全・爆速開発
                              • ときどきWEB | REST APIとRPCによるアーキテクチャの違いをまとめてやんよ!!!

                                Web APIをどう解釈してる? 「そもそもAPIって何?」って質問をされた時にGoogleMapやFacebookのAPIの使い方を説明するのがわかりやすいと思います それと同義に世間一般のWeb APIの概念として広まったので通信プロトコルアーキテクチャのスタイル=RESTという盲目的な認識でREST形式以外があまり浸透していないのではないでしょうか? サービスのコア機能を非同期で手軽に利用したり、フロントとバックの独立する設計=API(盲目的にREST)という大きな誤解をしないためにも掘り下げます。 代表的なWeb APIの種類 XML-RPC最も古く、最も単純なプロトコル。拡張市場言語 (XML) を使用してコマンドをエンコードさせるのが特徴。JSON-RPCXMLメソッドと非常によく似ていますが、データを転送するためにJavascriptオブジェクト表記(JSON)形式を使用JS

                                  ときどきWEB | REST APIとRPCによるアーキテクチャの違いをまとめてやんよ!!!
                                • hono rpc で sveltekit + cloudflare KVでの開発体験がすごく良くなった話

                                  始めに Cloudflare Meet-up や、Workers Tech Talks が開催されたり、Birthday Week での発表で Cloudflare 界隈は盛り上がっていますね。 特に Cloudflare Vectorize が気になっています。 hono をバックエンドの API サーバ として使用し、sveltekit をフロントエンドとして開発を行っています。 hono は cloud run にて動かし、sveltekit を cloudflare pages 上で動かして、バックエンド API のレスポンスをキャッシュとして workers kv に格納するという構成です。 それぞれ別のリポジトリとして開発を行っていましたが、それをモノレポに移した際、hono の prc モードを試したらすごく開発体験が向上したのでその話をします。 hono prc モードとは

                                    hono rpc で sveltekit + cloudflare KVでの開発体験がすごく良くなった話
                                  • GitHub - geektutu/7days-golang: 7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用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 - geektutu/7days-golang: 7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
                                    • GitHub - connectrpc/connect-es: The TypeScript implementation of Connect: Protobuf RPC that works.

                                      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 - connectrpc/connect-es: The TypeScript implementation of Connect: Protobuf RPC that works.
                                      • GitHub - mizchi/minlink: Minimum(> 1kb) and isomorphic worker wrapper with comlink like rpc.

                                        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 - mizchi/minlink: Minimum(> 1kb) and isomorphic worker wrapper with comlink like rpc.
                                        • Airframe RPC: A Framework for Using Scala Both for Frontend and Backend Programming

                                          Airframe RPC is an open-source framework for building RPC services, using Scala as a unified RPC interface between servers and clients. Why Airframe RPC?Airframe RPC enables calling Scala methods at remote servers. You don’t need to worry about how to encode your data into JSON, nor how to define HTTP REST endpoints. Airframe RPC abstracts away these details; the framework generates code for seria

                                            Airframe RPC: A Framework for Using Scala Both for Frontend and Backend Programming
                                          • "Doors" in Solaris: Lightweight RPC using File Descriptors

                                            "Doors" in SolarisTM: Lightweight RPC using File Descriptors Jim Voll Senior Staff Engineer Solaris Products Group This new lightweight RPC mechanism, adapted from Sun's Spring O/S project, will be inforporated into a future release of the SolarisTM operating environment. Developers can refer to Solaris documentation for additional library and SPI information. An Overview of Doors A door is a "fil

                                            • 遠隔での電源制御でネットワーク障害を最短で復旧――WATCH BOOT light RPC-M5CS

                                                遠隔での電源制御でネットワーク障害を最短で復旧――WATCH BOOT light RPC-M5CS
                                              • RPC概論 - TSOne Tech Blog

                                                1.RPCとは何か? RPCとは、Remote Procedure Callの略です。簡単に説明すると、プログラミングでのメソッド呼び出しを、同一プロセス内ではなく、別のプロセス(通常、別サーバ上)に対して行うものを指しています。RPCの考え方自体は1976年頃には既に存在しているもので、特に意識せず皆さんも使っているものかもしれません。 2.RESTとRPCとの違いは? RESTとRPCの一番大きな違いは、RPCはあくまで別環境のメソッドの呼び出しを行うものでしかないという点です。RESTの場合はROA(リソース指向アーキテクチャ)であり、特定のリソースに対するCURD操作を行うという思想が前提になります。RESTでインタフェースを考える場合には、ROAに従うべきであるため、システムによってはその縛りで逆に設計が辛くなる場合もあるかと思います。(古い設計思想のシステムを大きく変えずに更改

                                                  RPC概論 - TSOne Tech Blog
                                                • GitHub - unum-cloud/ucall: Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️

                                                  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 - unum-cloud/ucall: Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️
                                                  • GitHub - arddluma/awesome-list-rpc-nodes-providers: A curated list of awesome Node providers and public RPC endpoints for Ethereum, BSC, Gnosis (xDAI), Fantom, Avalanche, KuCoin, Fuse, Harmony, Tezos, IoTeX, Arbitrum, Optimism and more :)

                                                    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 - arddluma/awesome-list-rpc-nodes-providers: A curated list of awesome Node providers and public RPC endpoints for Ethereum, BSC, Gnosis (xDAI), Fantom, Avalanche, KuCoin, Fuse, Harmony, Tezos, IoTeX, Arbitrum, Optimism and more :)
                                                    • GitHub - connectrpc/connect-go: The Go implementation of Connect: Protobuf RPC that works.

                                                      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 - connectrpc/connect-go: The Go implementation of Connect: Protobuf RPC that works.
                                                      • Announcing fRPC: A Faster, More Flexible RPC Framework

                                                        Today we’re announcing fRPC, an RPC framework that's designed from the ground up to be lightweight, extensible, and extremely performant. We built fRPC because we loved the idea of defining our message types in a standardized proto3 format and having the protobuf compiler generate all the necessary glue code for us - but we didn't like the overhead of encoding and decoding messages in the protobuf

                                                          Announcing fRPC: A Faster, More Flexible RPC Framework
                                                        • A Brief History of API: RPC, REST, GraphQL, tRPC

                                                          Background Last week I joined an event about GraphQL VS TRPC discussion hosted by Guild in London. The creator of tPRC Alex and urql GraphQL core team member Phil(urql is a highly customisable and versatile GraphQL client for Javascript and its frameworks) had a fantastic discussion about each camp's general usage and problem. You can watch the whole discussion below: A little surprise to me is th

                                                            A Brief History of API: RPC, REST, GraphQL, tRPC
                                                          • ScalaのRPCライブラリAirframe RPCを使うとNext.js風に簡単にサーバ=クライアント通信できる - Lambdaカクテル

                                                            Scalaの便利かつモジュラーなライブラリ群であるAirframeシリーズに収録されているAirframe RPCで遊んでみたところ、とても面白かったので紹介。 wvlet.org wvlet.org あらすじ Airframeとは Airframe RPC Scala(JVM)とScala.jsとでサーバクライアント通信を行う プロジェクト構成 API定義 サーバ実装 フロントエンド実装 まとめ あらすじ 先日社内でちょっとした理由があってNext.jsを集中的に書く機会があった。最近のNext.jsにはServer Actionsという機能があり、クライアントサイドからサーバサイドの関数をほぼ透過的に呼び出すことができる。これを使って、Prismaを使ったCloudSQLへの操作がものすごく短距離で可能になり、感銘を受けた。 nextjs.org Server Actionsを使うと、

                                                              ScalaのRPCライブラリAirframe RPCを使うとNext.js風に簡単にサーバ=クライアント通信できる - Lambdaカクテル
                                                            • フロントとサーバの通信方法(RPC) Javaオブジェクトを送受 - Qiita

                                                              前回は、テキストだけを送受信する方法を学びました。 今回は、Javaオブジェクトを送受信します。 今回のファイルの場所です。 ■まず、通信のクラスを定義します。いくつかのルールがあります。 ①引数のあるコンストラクタがある場合は、デフォルトコンストラクタが必要です。 ②シリアライズ(通信するときの直列化という意味)する為、次のインターフェースをつけてねSerializable,IsSerializable ③継承するのはできるだけ避けましょう。できるだけPoJoが望ましい ④プリミティブ型(intなど)やJavaの基本的配列クラス(純粋な配列もクラス.ListやMapなど)は利用できます。 (*)サーバ側のファイルやioを操作するもの、ライブラリは使えないと考えましょう。 ⑤自分のクラスを変数で利用する場合は、①~④のルールに沿いましょう。 package kut.hp_rc.shared

                                                                フロントとサーバの通信方法(RPC) Javaオブジェクトを送受 - Qiita
                                                              • [Deno] FreshでHonoのRPCモードを使う 🍋+🔥 - Qiita

                                                                🍋Freshについて FreshはDeno社製のWebフレームワークです。 Fresh [Deno] Fresh入門ハンズオン ~ プロジェクト作成からデプロイまで Next.jsのようなファイルシステムベースのルーティングを採用していますが、デフォルトではPreactによるSSRとなっており、必要な場合のみクライアントサイドJSが配信される「アイランドアーキテクチャ」を採用しています。 また、ルーティングにはWeb標準のRequest/Responseオブジェクトを使用します。 🔥Honoについて Honoはexpressライクなサーバーサイドフレームワークです。Web標準Request/Responseに対応しており、サーバー/クライアント間で型を共有できる「RPCモード」に対応しています。 Hono Hono[炎]っていうイケてる名前のフレームワークを作っている FreshとHo

                                                                  [Deno] FreshでHonoのRPCモードを使う 🍋+🔥 - Qiita
                                                                • GitHub - shogowada/json-rpc-2.0: Let your client and server talk over function calls under JSON-RPC 2.0 spec. Strongly typed. No external dependencies.

                                                                  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 - shogowada/json-rpc-2.0: Let your client and server talk over function calls under JSON-RPC 2.0 spec. Strongly typed. No external dependencies.
                                                                  • JSON+RPC

                                                                    1 Overview JSON+RPC is a programming interface style. 2 Conventions The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" are not used in this document, as the author finds the RFC 2119 a bit dubious: it is not clear WHO is required to do WHAT, on WHOSE AUTHORITY, and WHAT THE CONSEQUENCES ARE if the requirements are not fu

                                                                    • Using Hono with SvelteKit - Full type-safety with RPC

                                                                      Introduction Why Hono? Setup The Backend RPC Building Our Application Why not Elysia with Eden? Inspiration Repository What comes next? Thanks About the author Introduction I fell in love with Svelte and SvelteKit recently and it gave me the fuel I needed to start some personal projects. I was feeling hostage by React and maybe that was ok until I needed some features that only RSC/Next.js was goi

                                                                        Using Hono with SvelteKit - Full type-safety with RPC
                                                                      • 【github】gitでpullした時に『RPC failed; curl 18 transfer closed with outstanding read data remaining』で怒られた時の対処方 - ウェブサバイバー - Web制作お役立ちブログ -

                                                                        Home > web制作お役立ち > 【github】gitでpullした時に『RPC failed; curl 18 transfer closed with outstanding read data remaining』で怒られた時の対処方 【github】gitでpullした時に『RPC failed; curl 18 transfer closed with outstanding read data remaining』で怒られた時の対処方 バージョン管理でgit/githubを利用している人は多いと思いますが、巨大なリポジトリやめっちゃ重いファイルなんかが登録されている時にpullやクローンした際、『RPC failed; curl 18 transfer closed with outstanding read data remaining』というエラーが発生し、解決した時

                                                                          【github】gitでpullした時に『RPC failed; curl 18 transfer closed with outstanding read data remaining』で怒られた時の対処方 - ウェブサバイバー - Web制作お役立ちブログ -
                                                                        • GitHub - only-cliches/NoProto: Flexible, Fast & Compact Serialization with RPC

                                                                          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 - only-cliches/NoProto: Flexible, Fast & Compact Serialization with RPC
                                                                          • 【Docker】failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0・・・ - Qiita

                                                                            failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to authorize: rpc error: code = Unknown desc = failed to fetch oauth token: Post "https://auth.docker.io/token": dial tcp: lookup auth.docker.io on ・・・ 対処法 Docker Desktopを開く。 右上の歯車のマークを押し設定画面を開く。 左のナビゲーションの中からGeneralを選択する。 下にスクロールして「Use Docker Compose V2」のチェックボックスの

                                                                              【Docker】failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0・・・ - Qiita
                                                                            • RPCから変数捕獲まで。SWCプラグインとBabelプラグインを徹底比較する | Wantedly Engineer Blog

                                                                              はじめにSWC はRust製の高速なJavaScriptトランスパイラです。 (minifierやbundlerなど他の機能の実装も進められていますが、現時点ではトランスパイラとしての役割が主です) この分野ではもともとJavaScript製のBabelというツールが広く使われています。そのBabelには強力なプラグインシステムがあり、これによりBabelは単なるダウンレベルコンパイラ (新しい構文を古い構文に置き換える) としての役割だけではなく、メタプログラミングのツールとして広く普及しています。 いっぽう、SWCのプラグインシステムは2022年2月ごろに実装が進み、現在ではNext.jsを含め広く利用可能な状態になっています。SWCはRustで書かれていること、速度を非常に重視していることから、Babelとの差異も多く存在しています。 本稿ではSWCとBabel自体の仕組みの違いに注

                                                                                RPCから変数捕獲まで。SWCプラグインとBabelプラグインを徹底比較する | Wantedly Engineer Blog
                                                                              • Calling Local Windows RPC Servers from .NET

                                                                                As much as I enjoy finding security vulnerabilities in Windows, in many ways I prefer the challenge of writing the tools to make it easier for me and others to do the hunting. This blog post gives an overview of using some recent tooling I’ve released as part of my sandbox analysis project to access Local RPC servers on Windows from .NET. I’ll provide a worked example of using the tooling from Pow

                                                                                  Calling Local Windows RPC Servers from .NET
                                                                                • FLRのRPC追加、ラッピング、デリゲートマニュアル(メタマスク)

                                                                                  自己ウォレットからオプトインされた方についてはSongbird(SGB)の配布はすでに完了。マイイーサウォレット(MEW)とメタマスク(metamask)の連携をしてネットワークを追加すれば簡単に確認できますので、マニュアルを作成しました。

                                                                                    FLRのRPC追加、ラッピング、デリゲートマニュアル(メタマスク)