並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 13 件 / 13件

新着順 人気順

invokeの検索結果1 - 13 件 / 13件

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

invokeに関するエントリは13件あります。 pythonC#.net などが関連タグです。 人気エントリには 『JavaScriptはなぜシングルスレッドでも非同期処理ができるのか/Why Can JavaSctipt Invoke Asynchronous in Single Thread?』などがあります。
  • JavaScriptはなぜシングルスレッドでも非同期処理ができるのか/Why Can JavaSctipt Invoke Asynchronous in Single Thread?

    JavaScriptはシングルスレッドであることが知られています。そして、Promiseを用いた非同期処理ができることは周知の事実です。では、なぜシングルスレッドで非同期処理ができるのでしょうか? その点について、非同期処理のための2種類のQueuesについて触れつつ、コードベースでの説明も行います。

      JavaScriptはなぜシングルスレッドでも非同期処理ができるのか/Why Can JavaSctipt Invoke Asynchronous in Single Thread?
    • Understanding AWS Lambda’s invoke throttling limits | Amazon Web Services

      AWS Compute Blog Understanding AWS Lambda’s invoke throttling limits This post is written by Archana Srikanta, Principal Engineer, AWS Lambda. When you call AWS Lambda’s Invoke API, a series of throttle limits are evaluated to decide if your call is let through or throttled with a 429 “Too Many Requests” exception. This blog post explains the most common invoke throttle limits and the relationship

        Understanding AWS Lambda’s invoke throttling limits | Amazon Web Services
      • Amid Pandemic, Artists Invoke Japanese Spirit Said to Protect Against Disease

        Amid Pandemic, Artists Invoke Japanese Spirit Said to Protect Against Disease Illustrators are sharing artwork of Amabie, a spirit first popularized during the Edo period, on social media According to traditional Japanese folklore, Amabie predicts good harvests and protect against disease. Courtesy of Kyoto University A long-haired merperson with three scaly tails and a beak might not seem like so

          Amid Pandemic, Artists Invoke Japanese Spirit Said to Protect Against Disease
        • P/Invoke source generation - .NET

          .NET 7 introduces a source generator for P/Invokes that recognizes the LibraryImportAttribute in C# code. When it's not using source generation, the built-in interop system in the .NET runtime generates an IL stub—a stream of IL instructions that is JIT-ed—at run time to facilitate the transition from managed to unmanaged. The following code shows defining and then calling a P/Invoke that uses thi

            P/Invoke source generation - .NET
          • GitHub - invoke-ai/InvokeAI: InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry

            InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry leading WebUI, supports terminal use through a CLI, and serves as the foundation for multiple commercial products.

              GitHub - invoke-ai/InvokeAI: InvokeAI is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The solution offers an industry
            • 「Invoke-WebRequest」コマンドレットをTLS 1.2対応にする2つの方法

              山市良のうぃんどうず日記 以前はできたのに、ある日からInvoke-WebRequestでダウンロードできなくなった 筆者は「Windows Sysinternals」のユーティリティーの更新版を素早く手に入れられるように、自作のWindows PowerShellスクリプト「updatesysinternalssuite.ps1」を作成し、利用しています。作成したスクリプトは、「TechNetスクリプトセンター」で公開しています。 Install and update SysinternalsSuite by PowerShell(TechNetスクリプトセンター) このスクリプトはWindows PowerShell 5.0以降で動作します。「Invoke-WebRequest」コマンドレットは、Windows PowerShell 3.0以降で利用できますが、zipファイルの展開に利

                「Invoke-WebRequest」コマンドレットをTLS 1.2対応にする2つの方法
              • [アップデート] SAM CLI で AWS へデプロイされた Lambda 関数を実行出来る sam remote invoke コマンドが利用可能になりました | DevelopersIO

                [アップデート] SAM CLI で AWS へデプロイされた Lambda 関数を実行出来る sam remote invoke コマンドが利用可能になりました いわさです。 昨日こちらの記事に関して検証する中で AWS SAM のドキュメントを眺めていたのですが、SAM CLI で新しいコマンドsam remote invokeが使えるようになったというアップデート履歴があることに気が付きました。 たしかに 2 日前に SAM CLI の最新バージョン v1.88.0 がリリースされており、新機能が含まれていました。 feat: Make remote invoke command available 早速ローカルの SAM CLI をバージョンアップし新しい機能を試してみました。 % sam --version SAM CLI, version 1.88.0 sam remote i

                  [アップデート] SAM CLI で AWS へデプロイされた Lambda 関数を実行出来る sam remote invoke コマンドが利用可能になりました | DevelopersIO
                • Invoke-WebRequestでエラーレスポンスを取得 - ROBOT PAYMENT TECH-BLOG

                  こんにちは。決済システムでエンジニアをやっております hoshino33 です。 今回はPowerShellのInvoke-WebRequestを実行した際に2XX系以外でHTTPステータスコードが返ってきた際にレスポンスボディが取れなかったので、その際に対応した内容になります。 はじめに 2XX系のレスポンス(レスポンスボディなし) 2XX系以外のレスポンス(レスポンスボディなし) 2XX系以外のレスポンス(レスポンスボディあり) 2XX系以外のレスポンス(レスポンスボディあり)を対応してみる SkipHttpErrorCheckについて まとめ はじめに Invoke-WebRequestを使用しつつ、curlでもどのようになるか比較しながら見てみようと思います。 Invoke-WebRequestとcurlは以下のバージョンで確認を行っています。 > $PSVersionTable

                    Invoke-WebRequestでエラーレスポンスを取得 - ROBOT PAYMENT TECH-BLOG
                  • GitHub - microsoft/CsWin32: A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.

                    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 - microsoft/CsWin32: A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
                    • Welcome to Invoke! — Invoke documentation

                      Welcome to Invoke!¶ Invoke is a Python (2.7 and 3.4+) library for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. It draws inspiration from various sources (make/rake, Fabric 1.x, etc) to arrive at a powerful & clean feature set. To find out what’s new in this version of Invoke, please see the changelog. The project maintainer keeps a roadmap on

                      • [Electron] IPC には新しい ipcRenderer.invoke() メソッドを使ったほうが便利 (v7+) - Qiita

                        [Electron] IPC には新しい ipcRenderer.invoke() メソッドを使ったほうが便利 (v7+)JavaScriptNode.jsElectron TL;DR; Electron v7 から、ipcRenderer.invoke()、ipcMain.handle() が新たに追加されました。これは、従来まで利用されてきた ipcRenderer.send() や ipcRenderer.sendSync() の上位互換のようなものです。今後は積極的にこちらを使ったほうがよさそう。 従来の Renderer <-> Main プロセス間通信 (IPC) 同期: ipcRenderer.sendSync() 文字通り、同期 (Sync) 的にプロセス間通信を行います。 この際に重要なのは、sendSync によって Main プロセスが呼ばれるとその間は Render

                          [Electron] IPC には新しい ipcRenderer.invoke() メソッドを使ったほうが便利 (v7+) - Qiita
                        • タスクランナーInvokeを使ってみよう - Qiita

                          Invoke について invoke は予め登録しているタスクを実行することができるタスクランナーです。 CLIアプリケーションでのオプション解析、サブコマンドの実行、タスクの編成(前処理/後処理、順次実行)といったことが簡単にできるように設計されています。 invoke のインストール invoke は拡張モジュールなのでインストールする必要があります。

                            タスクランナーInvokeを使ってみよう - Qiita
                          • Invoke-WebRequestとInvoke-RestMethodの違い - Qiita

                            はじめに 「PowerShell API」 と検索すると多く出てくるのは Invoke-RestMethod しかしさらに調べてみると Invoke-WebRequest なんてものも出てくる… どう違うのか?しかしサッと調べてもあんまり出てこず… 本腰(言うほどでもないですが)入れて調査してみました。 結論:出力方法が違うため、向き不向きがある 参考にしたのはこちらの記事 Invoke-RestMethodはXMLとJSONの結果を扱うのがはるかに優れていますが、Invoke-WebRequestは単純なHTML結果を扱うのが優れています。 なるほど?しかし何故かという話がまだわからず… と思ったら上記引用コメントの近くにブログへのリンクが なるほど、そもそも応答が違うのか。 とりあえず自分でやってみる。 $rest = Invoke-RestMethod "https://yesno.

                              Invoke-WebRequestとInvoke-RestMethodの違い - Qiita
                            1

                            新着記事