並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 48件

新着順 人気順

wrapperの検索結果1 - 40 件 / 48件

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

wrapperに関するエントリは48件あります。 githublibrarytechfeed などが関連タグです。 人気エントリには 『AWS Advanced JDBC WrapperによるAurora Postgresの高速フェイルオーバー - エムスリーテックブログ』などがあります。
  • AWS Advanced JDBC WrapperによるAurora Postgresの高速フェイルオーバー - エムスリーテックブログ

    【 デジスマチーム ブログリレー1日目】 こんにちは。 デジスマチームの山本です。 クリニック向けDXサービスであるデジスマ診療のWeb フロントエンド・バックエンド・インフラを担当しています。 今回は先日AWSから発表されたaws-advanced-jdbc-wrapperについて紹介します。 はじめに AWS Advanced JDBC Wrapper 提供Plugin フェイルオーバーとは これまでのフェイルオーバー対策 AWS Advanced JDBC Wrapperを利用した場合のフェイルオーバー対策 Failover Connection Plugin Host Monitoring Connection Plugin 導入方法 Gradle(Kotlin)での依存先の追加 Spring Boot + HikariCPでの設定例 実際に動かしてみた 何も設定しない場合 設定後

      AWS Advanced JDBC WrapperによるAurora Postgresの高速フェイルオーバー - エムスリーテックブログ
    • GitHub - LuanRT/YouTube.js: A wrapper around YouTube's internal API — reverse engineering InnerTube

      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 - LuanRT/YouTube.js: A wrapper around YouTube's internal API — reverse engineering InnerTube
      • GitHub - developit/redaxios: The Axios API, as an 800 byte Fetch wrapper.

        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 - developit/redaxios: The Axios API, as an 800 byte Fetch wrapper.
        • GitHub - aspida/aspida: TypeScript friendly HTTP client wrapper for the browser and node.js.

          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 - aspida/aspida: TypeScript friendly HTTP client wrapper for the browser and node.js.
          • GitHub - tsukumijima/Real-ESRGAN-GUI: Lovely Real-ESRGAN / Real-CUGAN GUI Wrapper

            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 - tsukumijima/Real-ESRGAN-GUI: Lovely Real-ESRGAN / Real-CUGAN GUI Wrapper
            • Terragrunt | Terraform wrapper

              DRY and maintainable Terraform code. Terragrunt is a thin wrapper that provides extra tools for keeping your configurations DRY, working with multiple Terraform modules, and managing remote state. Get Started Key features Keep your Terraform code DRY Define Terraform code once, no matter how many environments you have. Keep your backend configuration DRY Get rid of duplicated backend code. Define

                Terragrunt | Terraform wrapper
              • GitHub - google/swissgl: SwissGL is a minimalistic wrapper on top of WebGL2 JS API. It's designed to reduce the amount of boilerplate code required to manage GLSL shaders, textures and framebuffers when making procedural visualizations or simulations.

                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 - google/swissgl: SwissGL is a minimalistic wrapper on top of WebGL2 JS API. It's designed to reduce the amount of boilerplate code required to manage GLSL shaders, textures and framebuffers when making procedural visualizations or simulations.
                • GitHub - dsherret/ts-morph: TypeScript Compiler API wrapper for static analysis and programmatic code changes.

                  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 - dsherret/ts-morph: TypeScript Compiler API wrapper for static analysis and programmatic code changes.
                  • GitHub - nodejs/amaro: Node.js TypeScript wrapper

                    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 - nodejs/amaro: Node.js TypeScript wrapper
                    • yqコマンド(jq wrapper for YAML)使い方備忘録

                      0. はじめに こんにちは。都内でエンジニアをしている、@gkzvoiceです。本記事は、jsonをいいかんじに出力したり、加工できるjqコマンドのラッパーのyqコマンドの使い方備忘録です。 1. yqコマンドとは kislyuk/yq: Command-line YAML and XML processor - jq wrapper for YAML/XML documents YAML/XMLを操作する際に使うjqコマンドのラッパー Yaml/XMLをgrepみたいに抽出 いいかんじに整形もしてくれる なので、数千行のmanifestやplaybookに対してgrepしたり、Gitlab Runner上でmanifestの一部をsedしていたことをyqコマンドでシュッとすることもできます。いいことずくめのyqコマンドなのですが、いざ触ってみたら、以下のような問題点を感じました。 2.

                        yqコマンド(jq wrapper for YAML)使い方備忘録
                      • SwiftUIのデータ管理 Property Wrapper編

                        SwiftUIでアプリを開発していると@Stateや@Bindingの使い分けについて迷ったりしていませんか? SwiftUIではデータを管理するProperty Wrapperがたくさんあります。 @State、@Binding、@StateObject、@ObservedObjectなどなどです。 Property Wrapperそれぞれの特徴を理解できれば、SwiftUIのアプリ開発がはかどるでしょう。 今回はSwiftUIのデータ管理を行うProperty Wrapperの使い分けについて解説します。 この記事は私が12月9日に発表した資料、 「SwiftUIのデータ管理」を記事化したものです。 SwiftUIのデータ管理記事一覧 SwiftUIのデータ管理 Single Source of Truth編 前回の記事 SwiftUIのデータ管理 Property Wrapper編

                          SwiftUIのデータ管理 Property Wrapper編
                        • Introducing "safe npm", a Socket npm Wrapper - Socket

                          Product Introducing "safe npm", a Socket npm Wrapper Socket is proud to introduce an exciting new tool—“safe npm”—that protects developers whenever they use npm install. Socket is proud to introduce an exciting new tool—“safe npm”—that protects developers whenever they use npm install. Socket’s “safe npm” CLI tool transparently wraps the npm command and protects developers from malware, typosquats

                            Introducing "safe npm", a Socket npm Wrapper - Socket
                          • react18でtesting-libraryのwrapperにpropsを渡せない件の回避策

                            React18になり、testing-libraryのreact-hooksがdeprecatedとなった 基本的にはカバーされているのだが、下記のようにwrapperを利用した場合の挙動が変わっていた const Wrapper = ({children, ...props}) => { return <TestContainer {...props}> {children} </TestContainer> } test("Some test", () => { const { result,rerender } = renderHook(() => useCounter(),{ wrapper: Wrapper, initialProps: { foo: "baz"} }) rerender({ foo: "bar" }) }) このようなテストを書いた際、以前の@testing-l

                              react18でtesting-libraryのwrapperにpropsを渡せない件の回避策
                            • GitHub - AlturosDestinations/Alturos.Yolo: C# Yolo Darknet Wrapper (real-time object detection)

                              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 - AlturosDestinations/Alturos.Yolo: C# Yolo Darknet Wrapper (real-time object detection)
                              • GitHub - Whisky-App/Whisky: A modern Wine wrapper for macOS built with SwiftUI

                                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 - Whisky-App/Whisky: A modern Wine wrapper for macOS built with SwiftUI
                                • polm/fugashi: A Cython MeCab wrapper for fast, pythonic Japanese tokenization and morphological analysis.

                                  fugashi is a Cython wrapper for MeCab, a Japanese tokenizer and morphological analysis tool. Wheels are provided for Linux, OSX (Intel), and Win64, and UniDic is easy to install. issueを英語で書く必要はありません。 Check out the interactive demo, see the blog post for background on why fugashi exists and some of the design decisions, or see this guide for a basic introduction to Japanese tokenization. If you are

                                    polm/fugashi: A Cython MeCab wrapper for fast, pythonic Japanese tokenization and morphological analysis.
                                  • GitHub - evansm7/vftool: A simple macOS Virtualisation.framework wrapper

                                    Here lies a really minimalist and very noddy command-line wrapper to run VMs in the macOS Big Sur Virtualization.framework. Vftool runs Linux virtual machines with virtio block, network, entropy and console devices. All of the hard work and actual virtualisation is performed by Virtualization.framework -- this wrapper simply sets up configuration objects, describing the VM. It's intended to be the

                                      GitHub - evansm7/vftool: A simple macOS Virtualisation.framework wrapper
                                    • GitHub - r9y9/pyopenjtalk: Python wrapper for OpenJTalk

                                      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 - r9y9/pyopenjtalk: Python wrapper for OpenJTalk
                                      • GitHub - sashabaranov/go-openai: OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for 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 - sashabaranov/go-openai: OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
                                        • next-redux-wrapper のアップデートに見る Universal App の State 管理について思うこと - Qiita

                                          next-redux-wrapper のアップデートに見る Universal App の State 管理について思うことJavaScriptTypeScriptreduxNext.js Next.js で Redux を導入しているプロジェクトで、next-redux-wrapper を使用している方もいるかと思います。 今年に入って v5 から v6 にアップデートが行われましたが、だいぶ挙動が変わり Universal App での State 管理をあらためて考えるきっかけになったので、ドキュメントとして残しておきます。 細かくなった State 管理 v6 のアップデートで特筆すべきは HYDRATE のアクションが追加され、SSR時にサーバサイドで生成された任意の State をクライアント側に移譲する処理を明示的に書く必要が出たことです (React の hydrate()

                                            next-redux-wrapper のアップデートに見る Universal App の State 管理について思うこと - Qiita
                                          • Swift 5.1がリリース、モジュール安定性、Opaque Return Type、Property Wrapperなどを提供

                                            Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                              Swift 5.1がリリース、モジュール安定性、Opaque Return Type、Property Wrapperなどを提供
                                            • Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat

                                              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

                                                Universal MediaCreationTool wrapper for all MCT Windows 10 versions - MOVED TO github.com/AveYo/MediaCreationTool.bat
                                              • Maven 3.7はWrapperがデフォルトで含まれる

                                                Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                  Maven 3.7はWrapperがデフォルトで含まれる
                                                • 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.
                                                  • GitHub - Reputeless/Xoshiro-cpp: Header-only Xoshiro/Xoroshiro PRNG wrapper library for modern C++ (C++17/C++20)

                                                    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 - Reputeless/Xoshiro-cpp: Header-only Xoshiro/Xoroshiro PRNG wrapper library for modern C++ (C++17/C++20)
                                                    • Announcing wcurl: a curl wrapper to download files | Samuel Henrique (samueloph)

                                                      tl;dr Whenever you need to download files through the terminal and don't feel like using wget: wcurl example.com/filename.txt Manpage: https://manpages.debian.org/unstable/curl/wcurl.1.en.html Availability (comes installed with the curl package): Debian unstable - Since 2024-07-02 Debian testing - Since 2024-07-18 Debian 12/bookworm backports - Expected by the end of August 2024. Debian 12/bookwor

                                                        Announcing wcurl: a curl wrapper to download files | Samuel Henrique (samueloph)
                                                      • GitHub - addaleax/gen-esm-wrapper: Generate ESM wrapper files for CommonJS modules

                                                        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 - addaleax/gen-esm-wrapper: Generate ESM wrapper files for CommonJS modules
                                                        • Whisky - A modern Wine wrapper for macOS built with SwiftUI

                                                          Baldur's Gate 3Cyberpunk 2077Elden RingDiablo IVGrand Theft Auto V Baldur's Gate 3Cyberpunk 2077Elden RingDiablo IVGrand Theft Auto V Hogwarts LegacyGod of WarDiablo II: ResurrectedSpider-Man RemasteredHorizon Zero Dawn Hogwarts LegacyGod of WarDiablo II: ResurrectedSpider-Man RemasteredHorizon Zero Dawn

                                                            Whisky - A modern Wine wrapper for macOS built with SwiftUI
                                                          • GitHub - tomnomnom/gf: A wrapper around grep, to help you grep for things

                                                            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 - tomnomnom/gf: A wrapper around grep, to help you grep for things
                                                            • wrapper?container?HTMLの構成を考える|Jyu2ログ

                                                              ProgateのHTML&CSS道場コース上級編の完成ページを模写コーディングしてみました。 Progateの道場コースで同じページを作成していたこともあって、かかった時間としては半日ぐらいだったと思います。 模写コーディングの結果、divで囲む単位とかスタイルが煩雑になってしまったので、HTMLの構成を振り返ります。 完成品(本物)の構成 まずは完成品(本物)の構成です。(字、図ともにきたなくてすいません・・・ ヘッダー、メイン(トップ、レッスン、メッセージ)、フッターそれぞれにコンテナ(container)というclassのdiv要素を用意してヘッダー、メイン、フッターで要素の幅などが変わってしまわないようにしてますね。 そして、メインはトップ、レッスン、メッセージ部分と3つに分けて、それぞれをラッパー(***-wrapper)というclassのdiv要素でコンテナを覆っています。 ヘ

                                                                wrapper?container?HTMLの構成を考える|Jyu2ログ
                                                              • What are wrapper objects for primitive values?

                                                                This blog post is first in a series of two: What are wrapper objects for primitive values? How do primitive values get their properties? Each of the primitive types boolean, number, bigint, string and symbol has an associated wrapper class (Boolean, Number, BigInt, String, Symbol). In this blog post, we examine what these classes are good for. Wrapper classes for primitive types  # This is an exha

                                                                • GitHub - orbitinghail/sqlsync: SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.

                                                                  SQLSync is a collaborative offline-first wrapper around SQLite designed to synchronize web application state between users, devices, and the edge. Example use cases A web app with a structured file oriented data model like Figma. Each file could be a SQLSync database, enabling real-time local first collaboration and presence Running SQLSync on the edge with high tolerance for unreliable network co

                                                                    GitHub - orbitinghail/sqlsync: SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.
                                                                  • Accessing a Swift property wrapper’s enclosing instance | Swift by Sundell

                                                                    Articles, podcasts and news about Swift development, by John Sundell. Like its name implies, Swift’s property wrappers feature enables us to wrap a given property value within a custom type, which in turn lets us apply transforms and run other kinds of logic whenever that value is modified. By default, a property wrapper is completely disconnected from the enclosing types in which it’s being used,

                                                                      Accessing a Swift property wrapper’s enclosing instance | Swift by Sundell
                                                                    • GitHub - yohasebe/ruby-spacy: A wrapper module for using spaCy natural language processing library from the Ruby programming language via PyCall

                                                                      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 - yohasebe/ruby-spacy: A wrapper module for using spaCy natural language processing library from the Ruby programming language via PyCall
                                                                      • サイボウズのiOSプロダクトで利用しているProperty WrapperをOSSとして公開しました! - Cybozu Inside Out | サイボウズエンジニアのブログ

                                                                        はじめに こんにちは、モバイルエンジニアのオジマです。 Swiftにはバージョン 5.1からProperty Wrapperという強力な言語機能が追加されています。SwiftUIの@Stateなどでも馴染みが深いのではないでしょうか。 Property Wrapperは@StateなどのすでにAppleが用意しているもの以外にも、自身でオリジナルなProperty Wrapperを作成し利用することができます。私が携わっているプロダクトでも自作のProperty Wrapperを利用しています。 今回、サイボウズのiOSプロダクトで利用している自作のProperty Wrapperのうち2つをOSSとして公開しました。 この記事では、公開したそれぞれのProperty Wrapperの利用方法について紹介します。 CachePropertyKit 概要 CachePropertyKitはi

                                                                          サイボウズのiOSプロダクトで利用しているProperty WrapperをOSSとして公開しました! - Cybozu Inside Out | サイボウズエンジニアのブログ
                                                                        • Introducing the Advanced Python Wrapper Driver for Amazon Aurora | Amazon Web Services

                                                                          AWS Database Blog Introducing the Advanced Python Wrapper Driver for Amazon Aurora Building upon our work with the Advanced JDBC (Java Database Connectivity) Wrapper Driver, we are continuing to enhance the scalability and resiliency of today’s modern applications that are built with Python. The ability to scale is critical to handle millions of users on demand, and with stateful applications such

                                                                            Introducing the Advanced Python Wrapper Driver for Amazon Aurora | Amazon Web Services
                                                                          • Universal MediaCreationTool wrapper - k本的に無料ソフト・フリーソフト

                                                                            任意のバージョンの「Window 10 / 11 メディア作成ツール」をダウンロード&実行可能にするソフト。 Window 10 バージョン 1507 ~ Windows 11 用のインストールメディア作成ツールを、超簡単な操作でダウンロード&実行 できるようにしてくれます。 「メディア作成ツール」のダウンロードと同時に、Windows の自動アップグレード / ISO イメージファイルの作成 / ブート USB ドライブの作成 を行う機能も付いています。 「Universal MediaCreationTool wrapper」は、任意のバージョンの「メディア作成ツール」をダウンロードできるようにするスクリプトです。 Window 10 バージョン 1507 ~ Windows 11 までの「インストールメディア作成ツール」をダウンロード可能にするスクリプトで、最新バージョンだけではなく

                                                                              Universal MediaCreationTool wrapper - k本的に無料ソフト・フリーソフト
                                                                            • REST API Wrapper with Rust

                                                                              TL;DR: This is a post for beginners where I show: How I structured the files in the project for better documentation: every file in the same folder; How I coded a "query builder" to handle different calls without repeating code: using a generic parameter; How I coded test cases within the documentation: nothing special, just remarks on async tests; How I created High Order Functions (HOF) to emula

                                                                                REST API Wrapper with Rust
                                                                              • Property Wrapper 入門 - Qiita

                                                                                Rx を使ってプロパティの変更通知をしたい、だけどクラス外からは値の変更を許したくないというユースケースがよくあると思います。 そうしたとき、以前までは以下のように書いていました。 struct Person { private let _age: BehaviorSubject<Int> var age: Observable<Int> { _age.asObservable() } init(initialAge: Int) { _age = BehaviorSubject(initialAge) } } しかし、変更通知をしたいだけなのにわざわざこんなに書くのは冗長極まりないです(個人の感想です)。 そこで、 Swift 5.1 で追加された新たな機能、 Property Wrappers の出番です。 最初に以下のようなオブジェクトを用意します。 @propertyWrapper

                                                                                  Property Wrapper 入門 - Qiita
                                                                                • RDP Wrapper使い方 | めものーとあるふぁ

                                                                                  RDP WrapperはWindowsのHOMEエディションでもリモートデスクトップの接続される側のホストPCとして使えるように設定するソフト。 接続する側のクライアントはHOMEエディションでも使えます。 現在は、通常の方法でRDP Wrapperをインストールしてもリモートデスクトップの設定が出来ないので多少手間がかかります。 ダウンロード方法 まず、RDPWrap-v1.6.2.zipをGitHubからダウンロードします。 https://github.com/stascorp/rdpwrap/releases RDPWInst-v1.6.2.msiでインストールすると、通常の方法ではアンインストールが出来ないので、zip版を使ってください。もし、RDPWInst-v1.6.2.msiでインストールしてアンインストールが出来ない場合、Revo Uninstallerなどアンインストー

                                                                                  新着記事